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

Update changelog for 1.5.3 release. #574

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

lipingxue
Copy link
Collaborator

What this PR does / why we need it:
This PR is to update changelog for 1.5.3 release.
Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Signed-off-by: Liping Xue <lipingx@vmware.com>
@lipingxue lipingxue force-pushed the lipingx-update-release-1.5.3 branch from ce5e975 to b8c0d05 Compare March 26, 2024 22:17
Copy link
Contributor

@xing-yang xing-yang left a comment

Choose a reason for hiding this comment

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

lgtm

@xing-yang xing-yang merged commit f0fec71 into vmware-tanzu:main Mar 26, 2024
2 checks passed
xing-yang pushed a commit to xing-yang/velero-plugin-for-vsphere that referenced this pull request Jun 21, 2024
Signed-off-by: Liping Xue <lipingx@vmware.com>
(cherry picked from commit f0fec71)
xing-yang pushed a commit to xing-yang/velero-plugin-for-vsphere that referenced this pull request Jun 21, 2024
Signed-off-by: Liping Xue <lipingx@vmware.com>
(cherry picked from commit f0fec71)
Signed-off-by: xing-yang <xingyang105@gmail.com>
xing-yang added a commit that referenced this pull request Jun 21, 2024
* Update changelog for 1.5.3 release. (#574)

Signed-off-by: Liping Xue <lipingx@vmware.com>
(cherry picked from commit f0fec71)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Update support matrix for Supervisor and Guest cluster. (#575)

* Update support matrix for Supervisor and Guest cluster.

Signed-off-by: Liping Xue <lipingx@vmware.com>

* Address review comment.

Signed-off-by: Liping Xue <lipingx@vmware.com>

* Address comments from Xing.

Signed-off-by: Liping Xue <lipingx@vmware.com>

---------

Signed-off-by: Liping Xue <lipingx@vmware.com>
(cherry picked from commit 29e4080)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Bump golang.org/x/net from 0.17.0 to 0.23.0 (#576)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d51d5d2)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#572)

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit acc7c43)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Update vanilla install notes with escape character note (#569)

* Update vanilla install notes with escape character note

Signed-off-by: Varun Srinivasan <varuns6@vmware.com>

* More examples of password configurations

Signed-off-by: Varun Srinivasan <varuns6@vmware.com>

---------

Signed-off-by: Varun Srinivasan <varuns6@vmware.com>
(cherry picked from commit b4449ff)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Add vmware-system-network to pod annotations to skip (#578)

Signed-off-by: Varun Srinivasan <varuns6@vmware.com>
(cherry picked from commit 72d685c)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Support ARM builds (#581)

This change introduces support for ARM-based builds of the plugin and
related components via targetting specific platform builds for
linux/amd64 Dockerfiles and binaries.

Additionally, it supports building with different container runtimes by
expressing a "DOCKER" Makefile variable, to enable support for other
container runtimes such as podman or nerdctl.

Signed-off-by: Ian Gann <ian.gann@broadcom.com>
(cherry picked from commit 0d73abc)
Signed-off-by: xing-yang <xingyang105@gmail.com>

* Omit NSX Operator VPC CRs from Supervisor Namespace Backup (#582)

This change prevents Velero Backup from backing up the following NSX
Operator CRs to support the VPC topology, which can be found at
https://github.com/vmware-tanzu/nsx-operator/tree/main/pkg/apis.

Additionally, the following Pod annotations are stripped on backup,
as added via
https://github.com/vmware-tanzu/nsx-operator/blob/main/pkg/controllers/pod/pod_controller.go.

* nsx.vmware.com/attachment
* nsx.vmware.com/mac

Signed-off-by: Ian Gann <ian.gann@broadcom.com>
(cherry picked from commit 6fb650c)
Signed-off-by: xing-yang <xingyang105@gmail.com>

---------

Signed-off-by: Liping Xue <lipingx@vmware.com>
Signed-off-by: xing-yang <xingyang105@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Varun Srinivasan <varuns6@vmware.com>
Signed-off-by: Ian Gann <ian.gann@broadcom.com>
Co-authored-by: Liping Xue <lipingx@vmware.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Varun Srinivasan <varuns6@vmware.com>
Co-authored-by: Ian Gann <ianhuntergann@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants