Skip to content

Commit 7c03ef1

Browse files
committed
chore: update changelog with 1.9.0 release
1 parent b650ea3 commit 7c03ef1

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## 1.9.0 (2024-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **common**: added missing condition in ingress.yaml chart file ([21165026](https://github.com/postfinance/kubenurse/commit/21165026))
7+
* **common**: create empty tls.Config when loading extraCA fails ([41130653](https://github.com/postfinance/kubenurse/commit/41130653))
8+
* **common**: do not reuse connections per default ([4f1f5b80](https://github.com/postfinance/kubenurse/commit/4f1f5b80))
9+
> stop reusing connections per default, by modifying the http.Transport
10+
> DisableKeepAlive field to true per default. Can be overriden through
11+
> setting KUBENURSE_REUSE_CONNECTIONS env var to "true"
12+
* **common**: linting and error handling ([1057536e](https://github.com/postfinance/kubenurse/commit/1057536e))
13+
* **common**: use same histogram buckets everywhere ([03505e9c](https://github.com/postfinance/kubenurse/commit/03505e9c))
14+
* **helm-lint**: place separator at correct location ([0fa8b064](https://github.com/postfinance/kubenurse/commit/0fa8b064))
15+
* **helm-lint**: place separator at correct location ([c7724bba](https://github.com/postfinance/kubenurse/commit/c7724bba))
16+
17+
18+
### Dependencies
19+
20+
* **common**: bump go version in gh-actions ([fec132df](https://github.com/postfinance/kubenurse/commit/fec132df))
21+
* **deps**: bump github.com/prometheus/client_golang ([533a4ec5](https://github.com/postfinance/kubenurse/commit/533a4ec5))
22+
> Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.18.0.
23+
> - [Release notes](https://github.com/prometheus/client_golang/releases)
24+
> - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
25+
> - [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.18.0)
26+
>
27+
> ---
28+
> updated-dependencies:
29+
> - dependency-name: github.com/prometheus/client_golang
30+
> dependency-type: direct:production
31+
> update-type: version-update:semver-minor
32+
> ...
33+
* **deps**: bump k8s.io/client-go from 0.28.4 to 0.29.0 ([15d67150](https://github.com/postfinance/kubenurse/commit/15d67150))
34+
> Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.4 to 0.29.0.
35+
> - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
36+
> - [Commits](https://github.com/kubernetes/client-go/compare/v0.28.4...v0.29.0)
37+
>
38+
> ---
39+
> updated-dependencies:
40+
> - dependency-name: k8s.io/client-go
41+
> dependency-type: direct:production
42+
> update-type: version-update:semver-minor
43+
> ...
44+
45+
46+
### New Features
47+
48+
* **httptrace**: add back total and duration instrumentation ([330d2d45](https://github.com/postfinance/kubenurse/commit/330d2d45))
49+
> as this is used by our Grafana dashboards, and quite useful
50+
> also prepare for adding the `type` label, once the N^2 issue
51+
> is solved
52+
53+
54+
155
## 1.8.1 (2023-12-14)
256

357

0 commit comments

Comments
 (0)