Skip to content

Commit 0426258

Browse files
committed
chore: update changelog with 1.10.0 release
1 parent c3342f1 commit 0426258

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 1.10.0 (2024-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **common**: don't log nil error returned when the cache terminates ([8d891b6a](https://github.com/postfinance/kubenurse/commit/8d891b6a))
7+
* **neighbours**: only check other kubenurse pods ([#110](https://github.com/postfinance/kubenurse/issues/110), [62e737c9](https://github.com/postfinance/kubenurse/commit/62e737c9))
8+
9+
10+
### Dependencies
11+
12+
* **deps**: bump golangci/golangci-lint-action from 3 to 4 ([8efc9050](https://github.com/postfinance/kubenurse/commit/8efc9050))
13+
> Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
14+
> - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
15+
> - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)
16+
>
17+
> ---
18+
> updated-dependencies:
19+
> - dependency-name: golangci/golangci-lint-action
20+
> dependency-type: direct:production
21+
> update-type: version-update:semver-major
22+
> ...
23+
24+
25+
### New Features
26+
27+
* **common**: use controller-runtime's client with integrated caching ([7b1edea5](https://github.com/postfinance/kubenurse/commit/7b1edea5))
28+
> permits to get rid of kubediscovery package and to simplify the codebase
29+
>
30+
> linked to: https://github.com/postfinance/kubenurse/issues/55
31+
32+
33+
134
## 1.9.1 (2024-01-22)
235

336

0 commit comments

Comments
 (0)