-
Notifications
You must be signed in to change notification settings - Fork 288
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
0.18.0 Changelog #6844
0.18.0 Changelog #6844
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6844 +/- ##
==========================================
- Coverage 71.94% 71.93% -0.02%
==========================================
Files 532 532
Lines 41583 41583
==========================================
- Hits 29917 29911 -6
- Misses 9989 9996 +7
+ Partials 1677 1676 -1 ☔ View full report in Codecov by Sentry. |
@@ -16,6 +16,50 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. | |||
{{% /alert %}} | |||
|
|||
[Unreleased] | |||
### Added | |||
- etcd encryption for CloudStack and Vsphere: [#6557](https://github.com/aws/eks-anywhere/pull/6557) | |||
- [KINDless upgrades](https://github.com/aws/eks-anywhere/blob/main/designs/kindless-upgrades.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@panktishah26 Do we have an issue for this instead to link?
|
||
|
||
### Changed | ||
- etcd reconciliation separated from kcp: [#6496](https://github.com/aws/eks-anywhere/pull/6496) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- etcd reconciliation separated from kcp: [#6496](https://github.com/aws/eks-anywhere/pull/6496) | |
- Etcd reconciliation separated from KubeadmControlPlane: [#6496](https://github.com/aws/eks-anywhere/pull/6496) |
How does this impact a customer? Using KubeadmControlPlane feels odd because its an implementation detail the customer, for the most part, shouldn't care about. Prefer including the impact to the customer as the description.
- Generate TinkerbellTemplateConfig command: [#3588](https://github.com/aws/eks-anywhere/issues/3588) | ||
- Support for modular Kubernetes version upgrades for bare metal: [#6735](https://github.com/aws/eks-anywhere/pull/6735) | ||
- OSImageURL added to Tinkerbell Machine Config | ||
- Bare metal [out-of-band](https://github.com/aws/eks-anywhere/blob/main/designs/bare-metal-out-of-band-webhook.md) webhook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacobweinstock same with this, do we have an issue?
1a2b7a0
to
4de5d70
Compare
- Bare metal out-of-band webhook: [#5738](https://github.com/aws/eks-anywhere/issues/5738) | ||
- Support for Kubernetes v1.28 | ||
- Support for air gapped image building: [#6457](https://github.com/aws/eks-anywhere/issues/6457) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Support for RHEL 8 and RHEL 9 for Nutanix provider: #6822
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/woof
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tatlat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-0.18 |
@tatlat: new pull request created: #6936 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue #, if available:
Description of changes:
Testing (if applicable):
Documentation added/planned (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.