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

Cherry-pick PRs to Release 1.5 #583

Merged
merged 8 commits into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Update changelog for 1.5.3 release. (vmware-tanzu#574)

    Signed-off-by: Liping Xue <lipingx@vmware.com>
    (cherry picked from commit f0fec71)
    Signed-off-by: xing-yang <xingyang105@gmail.com>
    lipingxue authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1b92b11 View commit details
    Browse the repository at this point in the history
  2. Update support matrix for Supervisor and Guest cluster. (vmware-tanzu…

    …#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>
    lipingxue authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    298d9a5 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.17.0 to 0.23.0 (vmware-tanzu#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>
    dependabot[bot] authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fcd2caa View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (vmware-tanzu#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>
    dependabot[bot] authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b1c97c7 View commit details
    Browse the repository at this point in the history
  5. Update vanilla install notes with escape character note (vmware-tanzu…

    …#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>
    varunsrinivasan2 authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0748809 View commit details
    Browse the repository at this point in the history
  6. Add vmware-system-network to pod annotations to skip (vmware-tanzu#578)

    Signed-off-by: Varun Srinivasan <varuns6@vmware.com>
    (cherry picked from commit 72d685c)
    Signed-off-by: xing-yang <xingyang105@gmail.com>
    varunsrinivasan2 authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    155ea16 View commit details
    Browse the repository at this point in the history
  7. Support ARM builds (vmware-tanzu#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>
    ihgann authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bb8b9d4 View commit details
    Browse the repository at this point in the history
  8. Omit NSX Operator VPC CRs from Supervisor Namespace Backup (vmware-ta…

    …nzu#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>
    ihgann authored and xing-yang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4e20301 View commit details
    Browse the repository at this point in the history