Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add missing changelog entries #621

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ Kubeclient release versioning follows [SemVer](https://semver.org/).

### Added
- Added impersonation support. Limited to at most 1 group in `as_groups` and 1 value for each `as_user_extra` field. (#600)
- Test coverage for Ruby 3.2 (#614)

### Changed
- `Kubeclient::Client.new` now always requires an api version, use for example: `Kubeclient::Client.new(uri, 'v1')`
- `faraday` is used as HTTP client instead of `rest_client`, supports both `1.x` and `2.x` `faraday` versions
- Added `options` argument to `Kubeclient::Informer` to support adding additional options such as `namespace` #(598)

### TODO: lots of changes on master branch missing here!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RossBarnie we should leave this TODO since there are still a lot of changes since v4.11.0 that aren't covered here v4.11.0...master

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My intention was to include enough changes such that we can remove that TODO but I realise by only looking at the PRs since 4.11 I've missed a lot. I'll change the PR to a draft until it's ready again.

### Fixed
- `informer.stop_worker` race condition when called immediately after `start_worker` (#597)
- Test TLS certs have been regenerated (#610)

----

Expand Down