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: sunny0826/kubecm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.0
Choose a base ref
...
head repository: sunny0826/kubecm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 14, 2024

  1. chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#998)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      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 Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d43b7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. chore(deps): bump k8s.io/client-go from 0.30.0 to 0.31.0 (#1000)

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.0 to 0.31.0.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.30.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      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 Aug 22, 2024
    Configuration menu
    Copy the full SHA
    21244ba View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Sort contexts before listing them (#1016)

    It was annoying to have a different order for the context every time I ran `kubecm switch`
    
    Signed-off-by: Yarden Shoham <git@yardenshoham.com>
    yardenshoham authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    aa50f46 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#1010)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.5.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-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] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    708a43b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 4 (#…

    …1014)
    
    Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 3 to 4.
    - [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases)
    - [Commits](dawidd6/action-homebrew-bump-formula@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-homebrew-bump-formula
      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] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ced3dbc View commit details
    Browse the repository at this point in the history
Loading