Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clastix/kamaji
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edge-25.03.1
Choose a base ref
...
head repository: clastix/kamaji
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: edge-25.3.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 21, 2025

  1. fix(crypto): validating cp endpoint for api server cert (#737)

    Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
    prometherion authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c87d6ff View commit details
    Browse the repository at this point in the history
  2. feat(deps): bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.2 (#736)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.0 to 2.23.2.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.23.0...v2.23.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    e38979a View commit details
    Browse the repository at this point in the history
  3. feat(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#727)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.19.0...v1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      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] authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    7f7f649 View commit details
    Browse the repository at this point in the history
  4. chore(ci): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 (#728)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.1 to 6.5.2.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.5.1...v6.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    e2f4dd0 View commit details
    Browse the repository at this point in the history
  5. feat: removes LoadBalancerIP field from service spec (#713)

    Addresses #688, this commit removes the deprecated `spec.loadBalancerIP`.
    With the property being set in the service, the AWS cloud controller complained and caused issues.
    Pandry authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    09a5b05 View commit details
    Browse the repository at this point in the history
Loading