-
Notifications
You must be signed in to change notification settings - Fork 289
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
Adding changelog for release-0.12 #3736
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3736 +/- ##
==========================================
+ Coverage 67.15% 67.22% +0.06%
==========================================
Files 373 374 +1
Lines 30780 30784 +4
==========================================
+ Hits 20670 20694 +24
+ Misses 8721 8708 -13
+ Partials 1389 1382 -7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
- | ||
|
||
### Fixed | ||
|
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.
- Certificates signed with SHA-1 are not supported anymore for Registry Mirror. Users with a registry mirror and providing a custom CA cert will need to rotate the certificate served by the registry mirror endpoint before using the new EKS-A version. This is true for both new clusters (`create cluster` command) and existing clusters (`upgrade cluster` command). | ||
- The `--source` option was removed from several package commands. Use either `--kube-version` for registry or `--cluster` for cluster. |
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.
Do these need to be included in the 0.12 changelog also?
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.
Yes
- The `--source` option was removed from several package commands. Use either `--kube-version` for registry or `--cluster` for cluster. | ||
- | ||
|
||
## [v0.12.0] |
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.
Let's reference the tag url still because by the time the website becomes live, we will have updated the tag
- Add support for using Registry Mirror for Bare Metal | ||
- RHEL availability for vSphere and Bare Metal cluster | ||
- Allow authenticated image pull using Registry Mirror for vSphere cluster | ||
- |
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.
- | |
- Add option to disable vSphere CSI driver [#3148](https://github.com/aws/eks-anywhere/issues/3148) |
- | ||
|
||
### Fixed | ||
|
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.
- Remove special cilium network policy with `policyEnforcementMode` is set to `always` due to lack of pod network connectivity for vsphere csi |
- Add support for using Registry Mirror for Bare Metal | ||
- RHEL availability for vSphere and Bare Metal cluster | ||
- Allow authenticated image pull using Registry Mirror for vSphere cluster | ||
- |
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.
- | |
- Add support for skipping load balancer deployment for Bare Metal so users can use their own load balancers [#3608](https://github.com/aws/eks-anywhere/pull/3608) |
- Add support to upgrade Bare Metal cluster | ||
- Add support for using Registry Mirror for Bare Metal | ||
- RHEL availability for vSphere and Bare Metal cluster | ||
- Allow authenticated image pull using Registry Mirror for vSphere cluster |
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.
- Allow authenticated image pull using Registry Mirror for vSphere cluster | |
- Allow authenticated image pull using Registry Mirror for Ubuntu on vSphere cluster |
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.
Lots of great features for this release. Just a few small editing suggestions.
## [v0.12.0](https://github.com/aws/eks-anywhere/releases/tag/v0.12.0) | ||
|
||
### Added | ||
- Add support for EKS Anywhere with provider Cloudstack |
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.
- Add support for EKS Anywhere with provider Cloudstack | |
- Add support for EKS Anywhere with provider CloudStack |
- Add support for EKS Anywhere with provider Cloudstack | ||
- Add support to upgrade Bare Metal cluster | ||
- Add support for using Registry Mirror for Bare Metal | ||
- RHEL availability for vSphere, Cloudstack and Bare Metal cluster |
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.
- RHEL availability for vSphere, Cloudstack and Bare Metal cluster | |
- RHEL availability for vSphere, CloudStack and Bare Metal cluster |
- Add option to disable vSphere CSI driver [#3148](https://github.com/aws/eks-anywhere/issues/3148) | ||
- Add support for skipping load balancer deployment for Bare Metal so users can use their own load balancers [#3608](https://github.com/aws/eks-anywhere/pull/3608) | ||
- Add support to configure aws-iam-authenticator on workload clusters independent of management cluster [#2814](https://github.com/aws/eks-anywhere/issues/2814) | ||
- Add EKS Anywhere Packages support for remote management on workload clusters (For more EKS Anywhere packages info: [v0.12.0](https://github.com/aws/eks-anywhere-packages/releases/tag/v0.12.0)) |
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.
- Add EKS Anywhere Packages support for remote management on workload clusters (For more EKS Anywhere packages info: [v0.12.0](https://github.com/aws/eks-anywhere-packages/releases/tag/v0.12.0)) | |
- Add EKS Anywhere Packages support for remote management on workload clusters. (For more EKS Anywhere packages info: [v0.12.0](https://github.com/aws/eks-anywhere-packages/releases/tag/v0.12.0)) |
- Cluster Autoscaler | ||
|
||
### Fixed | ||
- Remove special cilium network policy with `policyEnforcementMode` is set to `always` due to lack of pod network connectivity for vsphere csi |
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.
- Remove special cilium network policy with `policyEnforcementMode` is set to `always` due to lack of pod network connectivity for vsphere csi | |
- Remove special cilium network policy with `policyEnforcementMode` set to `always` due to lack of pod network connectivity for vSphere CSI |
|
||
### Fixed | ||
- Remove special cilium network policy with `policyEnforcementMode` is set to `always` due to lack of pod network connectivity for vsphere csi | ||
- Fixed [#3391](https://github.com/aws/eks-anywhere/issues/3391) [#3560](https://github.com/aws/eks-anywhere/issues/3560) for AWSIamConfig upgrades on EKS-A workload clusters |
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.
- Fixed [#3391](https://github.com/aws/eks-anywhere/issues/3391) [#3560](https://github.com/aws/eks-anywhere/issues/3560) for AWSIamConfig upgrades on EKS-A workload clusters | |
- Fixed [#3391](https://github.com/aws/eks-anywhere/issues/3391) [#3560](https://github.com/aws/eks-anywhere/issues/3560) for AWSIamConfig upgrades on EKS Anywhere workload clusters |
/cherrypick release-0.12 |
/cherrypick release-0.12 |
@panktishah26: once the present PR merges, I will cherry-pick it on top of release-0.12 in a new PR and assign it to you. 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. |
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
@panktishah26: new pull request created: #3804 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. |
Description of changes:
Adding change log for the 0.12 release.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.