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: databus23/helm-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.11
Choose a base ref
...
head repository: databus23/helm-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.12
Choose a head ref
  • 17 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 25, 2024

  1. build(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0 (#669)

    Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.8.0 to 0.9.0.
    - [Release notes](https://github.com/luizm/action-sh-checker/releases)
    - [Commits](luizm/action-sh-checker@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: luizm/action-sh-checker
      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 Sep 25, 2024
    Configuration menu
    Copy the full SHA
    698f5c9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/homeport/dyff from 1.9.0 to 1.9.1 (#668)

    Bumps [github.com/homeport/dyff](https://github.com/homeport/dyff) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/homeport/dyff/releases)
    - [Changelog](https://github.com/homeport/dyff/blob/main/.goreleaser.yml)
    - [Commits](homeport/dyff@v1.9.0...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/homeport/dyff
      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 Sep 25, 2024
    Configuration menu
    Copy the full SHA
    37a9e9a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (#671)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0.
    - [Commits](golang/term@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      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 Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bba4afb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/homeport/dyff from 1.9.1 to 1.9.2 (#670)

    Bumps [github.com/homeport/dyff](https://github.com/homeport/dyff) from 1.9.1 to 1.9.2.
    - [Release notes](https://github.com/homeport/dyff/releases)
    - [Changelog](https://github.com/homeport/dyff/blob/main/.goreleaser.yml)
    - [Commits](homeport/dyff@v1.9.1...v1.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/homeport/dyff
      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 Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e38adba View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. build(deps): bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 (#674)

    Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.1 to 3.16.2.
    - [Release notes](https://github.com/helm/helm/releases)
    - [Commits](helm/helm@v3.16.1...v3.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: helm.sh/helm/v3
      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 Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fe9c4da View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. feat(ci): update helm and go version in ci workflow (#675)

    * feat(ci): update helm and go version in ci workflow
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * refactor: use _ to discard fmt.Fprintf return value
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * fix more lint issue
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * fix more lint issue
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    ---------
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8294164 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Support the upgrade flag --reset-then-reuse-values added in Helm v3.1…

    …4.0 (#634)
    
    * Allow fetching only user-supplied existing values
    
    * Add support for the --reset-then-reuse-values flag
    
    This flag was added in Helm v3.14.0; for details see
    helm/helm#9653.
    
    * Document --reset-then-reuse-values in the README
    
    * Add a comment referencing the new flag's origin
    
    * Move min Helm version check to narrower scope
    
    * Fix unintended name shadowing
    trk9001 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    196c9f7 View commit details
    Browse the repository at this point in the history
  2. feat: add skip-schema-validation feature (#676)

    * feat: add skip-schema-validation feature
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * feat: add --skip-schema-validation flag
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    ---------
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9ca7b6d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. build(deps): bump k8s.io/api from 0.31.1 to 0.31.2 (#682)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2ef14d6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump k8s.io/client-go from 0.31.1 to 0.31.2 (#681)

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.1 to 0.31.2.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.31.1...v0.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    871041a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. build(deps): bump k8s.io/apiextensions-apiserver from 0.31.1 to 0.31.2 (

    #678)
    
    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.31.1 to 0.31.2.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.31.1...v0.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      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 Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9618a7f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump k8s.io/cli-runtime from 0.31.1 to 0.31.2 (#680)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.31.1 to 0.31.2.
    - [Commits](kubernetes/cli-runtime@v0.31.1...v0.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      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 Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d84eef6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. build(deps): bump engineerd/setup-kind from 0.5.0 to 0.6.2 (#684)

    Bumps [engineerd/setup-kind](https://github.com/engineerd/setup-kind) from 0.5.0 to 0.6.2.
    - [Release notes](https://github.com/engineerd/setup-kind/releases)
    - [Commits](engineerd/setup-kind@v0.5.0...v0.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: engineerd/setup-kind
      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 5, 2024
    Configuration menu
    Copy the full SHA
    dd2ea99 View commit details
    Browse the repository at this point in the history
  2. refactor(ci): remove redundant kind version in ci.yaml (#685)

    * refactor(ci): remove redundant kind version in ci.yaml
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * chore(ci): skip cluster logs export in ci.yaml
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    ---------
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3ef03a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 (#687)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.25.0 to 0.26.0.
    - [Commits](golang/term@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      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 11, 2024
    Configuration menu
    Copy the full SHA
    ef7504f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/homeport/dyff from 1.9.2 to 1.9.3 (#686)

    Bumps [github.com/homeport/dyff](https://github.com/homeport/dyff) from 1.9.2 to 1.9.3.
    - [Release notes](https://github.com/homeport/dyff/releases)
    - [Changelog](https://github.com/homeport/dyff/blob/main/.goreleaser.yml)
    - [Commits](homeport/dyff@v1.9.2...v1.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/homeport/dyff
      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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9336985 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Bump helm-diff version to 3.9.12 (#690)

    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    822defc View commit details
    Browse the repository at this point in the history
Loading