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

WIP: When using subnet discovery, you can disable the primary subnet with kubernetes.io/role/cni=0 #3121

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 31, 2024

  1. WIP attempt 1

    ROunofF committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8bdf919 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    578a20f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6189c8c View commit details
    Browse the repository at this point in the history
  3. Combined dependencies PR (aws#3103)

    * Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.0 to 0.19.1.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump github.com/onsi/gomega from 1.34.1 to 1.35.1
    
    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.35.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.34.1...v1.35.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump k8s.io/api from 0.31.1 to 0.31.2
    
    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.31.1 to 0.31.2.
    - [Commits](kubernetes/api@v0.31.1...v0.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump golang.org/x/sys from 0.25.0 to 0.26.0 in /test/agent
    
    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
    - [Commits](golang/sys@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    2 people authored and ROunofF committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a06ee30 View commit details
    Browse the repository at this point in the history
  4. Bump k8s.io/cli-runtime from 0.30.2 to 0.31.2 (aws#3098)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.30.2 to 0.31.2.
    - [Commits](kubernetes/cli-runtime@v0.30.2...v0.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ROunofF committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c826d17 View commit details
    Browse the repository at this point in the history
  5. Update to Changelog, config and scripts. (aws#3095) (aws#3107)

    * Update to Changelog, config and scripts.
    
    * Add Version in Changelog.
    
    Co-authored-by: Senthil Kumaran <[email protected]>
    2 people authored and ROunofF committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    063cd3f View commit details
    Browse the repository at this point in the history
  6. Rename method

    Added unit test
    ROunofF committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a09619f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22546fd View commit details
    Browse the repository at this point in the history