Skip to content

Commit

Permalink
Release v4.12.0
Browse files Browse the repository at this point in the history
Added
- Add test coverage for Ruby 3.2 (ManageIQ#615)
- Allow a region when getting a signer for Aws::Sts (ManageIQ#507)
- Update the AWS STS endpoint to be regional as the method is now regional (ManageIQ#528)
- Assume role support for aws eks credentials (ManageIQ#630)

Fixed
- [v4.y] Regenerated expired test TLS certs by running `test/config/update_certs_k0s.rb`.
- [v4.y] Regenerated expired test TLS certs (ManageIQ#611)
- Regenerated expired test TLS certs (ManageIQ#632)

Changed
- Update actions/checkout (ManageIQ#590)
- chore(deps): update actions/checkout action to v4 (ManageIQ#619)
  • Loading branch information
agrare committed Jun 18, 2024
1 parent aee4934 commit 0feda1d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Kubeclient release versioning follows [SemVer](https://semver.org/).

## 4.12.0 - 2024-06-18

### Added
- Add test coverage for Ruby 3.2 (#615)
- Allow a region when getting a signer for Aws::Sts (#507)
- Update the AWS STS endpoint to be regional as the method is now regional (#528)
- Assume role support for aws eks credentials (#630)

### Fixed
- [v4.y] Regenerated expired test TLS certs by running `test/config/update_certs_k0s.rb`.
- [v4.y] Regenerated expired test TLS certs (#611)
- Regenerated expired test TLS certs (#632)

### Changed
- Update actions/checkout (#590)
- chore(deps): update actions/checkout action to v4 (#619)

## 4.11.0 — 2022-12-22

### Removed
Expand Down
2 changes: 1 addition & 1 deletion lib/kubeclient/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes REST-API Client
module Kubeclient
VERSION = '4.11.0'.freeze
VERSION = '4.12.0'.freeze
end

0 comments on commit 0feda1d

Please sign in to comment.