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

OCPCLOUD-2418: Merge https://github.com/nutanix-cloud-native/cloud-provider-nutanix:main (b009266) into main #21

Merged

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    2fc4bd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    5e58492 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fix CVE-2023-45142 and CVE-2023-47108 (nutanix-cloud-native#117)

    bump up versions of indirect otel dependencies emerging
    from cloud-controller library.
    thunderboltsid committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9fc3562 View commit details
    Browse the repository at this point in the history
  2. Add codecov.yml to ensure adequate patch coverage (nutanix-cloud-nati…

    …ve#116)
    
    This sets the minimum patch coverage required for changes to repo
    to 75%. There was a discrepancy between the Go version in go.mod
    and the go version in github actions workflow. This change also
    alleviates that discrepancy by changing the Go version in both to
    the latest Go version (v1.21).
    thunderboltsid committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    686c526 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Do not log node exists/shutdown status at default verbosity (nutanix-…

    …cloud-native#118)
    
    Previously, the controller logged two lines for every node
    approximately every 7 seconds, or about 1000 lines per node,
    per hour.
    
    Moreover, nearly identical messages are already logged in
    a different function, at verbosity level 1.
    dlipovetsky committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a88565a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Bump actions/checkout from 3 to 4 (nutanix-cloud-native#113)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    25ee4a1 View commit details
    Browse the repository at this point in the history
  2. Bump aquasecurity/trivy-action from 0.11.0 to 0.12.0 (nutanix-cloud-n…

    …ative#112)
    
    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.0 to 0.12.0.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@0.11.0...0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e609434 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. prepare for 0.4.0 release

    remove prerelease status
    tuxtof committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1e584d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Add CAPX Quickstart test as a CCM E2E Test (nutanix-cloud-native#137)

    * Add CAPX Quickstart test as a CCM E2E Test
    
    Adds e2e test harness and a quickstart test to start out.
    
    * CVE fix
    
    Needed to replace an indirect dependency.
    thunderboltsid committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b009266 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. merge upstream/main into main

    cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3b99623 View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: <carry>: Set OWNERS

    This commit sets owners of the project to people from OpenShift.
    elmiko authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bd8eb3a View commit details
    Browse the repository at this point in the history
  3. UPSTREAM: <carry>: remove vendor from gitignore file

    OpenShift requires the vendor directory to be present in the repository
    to avoid downloading artifacts during image building.
    elmiko authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fabed8d View commit details
    Browse the repository at this point in the history
  4. UPSTREAM: <carry>: add updated vendor directory

    elmiko authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    48053db View commit details
    Browse the repository at this point in the history
  5. UPSTREAM: <carry>: Sync OWNERS file

    RadekManak authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8eea4b7 View commit details
    Browse the repository at this point in the history
  6. UPSTREAM: <carry>: Add .ci-operator.yaml file

    racheljpg authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    85ee697 View commit details
    Browse the repository at this point in the history
  7. UPSTREAM: <carry>: Add Snyk file to exclude vendor directory on scan

    racheljpg authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ab0bbfd View commit details
    Browse the repository at this point in the history
  8. Updating ose-nutanix-cloud-controller-manager-container image to be c…

    AOS Automation Release Team authored and cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0534374 View commit details
    Browse the repository at this point in the history
  9. UPSTREAM: <carry>: Updating and vendoring go modules after an upstrea…

    …m rebase
    cloud-team-rebase-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9d7a0d9 View commit details
    Browse the repository at this point in the history