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

Adding changelog for release-0.12 #3736

Merged
merged 5 commits into from
Oct 21, 2022

Conversation

panktishah26
Copy link
Member

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.

@eks-distro-bot eks-distro-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 18, 2022
@panktishah26 panktishah26 added do-not-merge/work-in-progress and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. documentation labels Oct 18, 2022
@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Merging #3736 (969d0d9) into main (b87e737) will increase coverage by 0.06%.
The diff coverage is n/a.

❗ Current head 969d0d9 differs from pull request most recent head c0f4a16. Consider uploading reports for the commit c0f4a16 to get more accurate results

@@            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     
Impacted Files Coverage Δ
pkg/providers/vsphere/envars.go 34.37% <0.00%> (-9.38%) ⬇️
pkg/providers/vsphere/vsphere.go 61.63% <0.00%> (-2.47%) ⬇️
pkg/providers/nutanix/template.go 88.80% <0.00%> (-1.44%) ⬇️
pkg/providers/vsphere/reconciler/reconciler.go 77.31% <0.00%> (-0.24%) ⬇️
pkg/providers/vsphere/spec.go 100.00% <0.00%> (ø)
pkg/executables/executables.go 25.00% <0.00%> (ø)
pkg/providers/nutanix/provider.go 71.05% <0.00%> (ø)
controllers/resource/vsphere.go 100.00% <0.00%> (ø)
pkg/providers/snow/reconciler/reconciler.go 95.23% <0.00%> (+0.50%) ⬆️
...g/api/v1alpha1/cloudstackdatacenterconfig_types.go 66.22% <0.00%> (+1.15%) ⬆️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

-

### Fixed

Copy link
Member

Choose a reason for hiding this comment

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

#2814 #3391 #3560
These 3 issues were fixed. Can we add a note for that? 😄

Comment on lines 10 to 11
- 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.
Copy link
Member

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?

Copy link
Contributor

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]
Copy link
Member

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
-
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
-
- Add option to disable vSphere CSI driver [#3148](https://github.com/aws/eks-anywhere/issues/3148)

-

### Fixed

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 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
-
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
-
- 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Allow authenticated image pull using Registry Mirror for vSphere cluster
- Allow authenticated image pull using Registry Mirror for Ubuntu on vSphere cluster

@eks-distro-bot eks-distro-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 20, 2022
Copy link
Member

@chrisnegus chrisnegus left a 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 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))
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 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

@panktishah26
Copy link
Member Author

panktishah26 commented Oct 21, 2022

/cherrypick release-0.12

@panktishah26
Copy link
Member Author

/cherrypick release-0.12

@eks-distro-pr-bot
Copy link
Contributor

@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:

/cherrypick release-0.12

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.

@eks-distro-bot
Copy link
Collaborator

New changes are detected. LGTM label has been removed.

@eks-distro-bot
Copy link
Collaborator

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-pr-bot
Copy link
Contributor

@panktishah26: new pull request created: #3804

In response to this:

/cherrypick release-0.12

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved documentation lgtm size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants