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: fluxcd/helm-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fluxcd/helm-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v1.0.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 31 files changed
  • 5 contributors

Commits on May 10, 2024

  1. Make chartTemplate a pointer in .spec.chart

    If implemented, this will omit empty `.spec.chart` in rendered yamls.
    
    Signed-off-by: Soule BA <bah.soule@gmail.com>
    (cherry picked from commit 16b61c6)
    souleb authored and github-actions[bot] committed May 10, 2024
    Configuration menu
    Copy the full SHA
    21136d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #981 from fluxcd/backport-980-to-release/v1.0.x

    [release/v1.0.x] Fix: Make `HelmChartTemplate` a pointer in `.spec.chart`
    souleb authored May 10, 2024
    Configuration menu
    Copy the full SHA
    c811cca View commit details
    Browse the repository at this point in the history
  3. Fix: Allow upgrading from v2beta1 to v2 (GA)

    Add `.spec.chartRef` placeholder to v2beta1 to allow upgrading to v2 GA.
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    (cherry picked from commit d909c31)
    stefanprodan authored and github-actions[bot] committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2299ec1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #983 from fluxcd/backport-982-to-release/v1.0.x

    [release/v1.0.x] Fix: Allow upgrading from v2beta1 to v2 (GA)
    souleb authored May 10, 2024
    Configuration menu
    Copy the full SHA
    1a7e9ac View commit details
    Browse the repository at this point in the history
  5. Add changelog entry for v1.0.1

    Signed-off-by: Soule BA <bah.soule@gmail.com>
    souleb committed May 10, 2024
    Configuration menu
    Copy the full SHA
    964e750 View commit details
    Browse the repository at this point in the history
  6. Release v1.0.1

    Signed-off-by: Soule BA <bah.soule@gmail.com>
    souleb committed May 10, 2024
    Configuration menu
    Copy the full SHA
    671a274 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #984 from fluxcd/release-v1.0.1

    Release v1.0.1
    stefanprodan authored May 10, 2024
    Configuration menu
    Copy the full SHA
    6085b4f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. build(deps): bump the ci group across 1 directory with 2 updates

    Bumps the ci group with 2 updates in the / directory: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [github/codeql-action](https://github.com/github/codeql-action).
    
    Updates `goreleaser/goreleaser-action` from 5.0.0 to 5.1.0
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@7ec5c2b...5742e2a)
    
    Updates `github/codeql-action` from 3.25.3 to 3.25.4
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@d39d31e...ccf74c9)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 3f91647)
    dependabot[bot] authored and github-actions[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    139dc94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #988 from fluxcd/backport-987-to-release/v1.0.x

    [release/v1.0.x] build(deps): bump the ci group across 1 directory with 2 updates
    souleb authored May 13, 2024
    Configuration menu
    Copy the full SHA
    396d7ad View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. build(deps): bump the ci group across 1 directory with 2 updates

    Bumps the ci group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).
    
    Updates `actions/checkout` from 4.1.5 to 4.1.6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@44c2b7a...a5ac7e5)
    
    Updates `github/codeql-action` from 3.25.4 to 3.25.5
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ccf74c9...b7cec75)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 6e47eac)
    dependabot[bot] authored and github-actions[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7506c49 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge pull request #992 from fluxcd/backport-991-to-release/v1.0.x

    [release/v1.0.x] build(deps): bump the ci group across 1 directory with 2 updates
    stefanprodan authored May 24, 2024
    Configuration menu
    Copy the full SHA
    f9f4fe3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Ignore 'v' version prefix in OCI artifact and Helm chart

    Tools such as Bitnami's charts-syncer strip the `v` prefix from the
    chart version so that the OCI artifact version differs from the
    version defined in the chart's metadata. This leads to an error
    similar to this returned from h-c:
    
    ```
    artifact revision 1.14.5 does not match chart version v1.14.5
    ```
    
    This commit makes h-c ignore a leading `v` prefix in either the chart
    version of the OCI artifact tag.
    
    Signed-off-by: Max Jonas Werner <max.werner@associmates.eu>
    (cherry picked from commit 98ecb33)
    makkes authored and github-actions[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d169c43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #996 from fluxcd/backport-990-to-release/v1.0.x

    [release/v1.0.x] Ignore 'v' version prefix in OCI artifact and Helm chart
    stefanprodan authored May 27, 2024
    Configuration menu
    Copy the full SHA
    b9032ff View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Bump the ci group across 1 directory with 5 updates

    Bumps the ci group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [korthout/backport-action](https://github.com/korthout/backport-action) | `2.5.0` | `3.0.2` |
    | [docker/build-push-action](https://github.com/docker/build-push-action) | `5.3.0` | `5.4.0` |
    | [docker/login-action](https://github.com/docker/login-action) | `3.1.0` | `3.2.0` |
    | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `5.1.0` | `6.0.0` |
    | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.6` | `3.25.8` |
    
    Updates `korthout/backport-action` from 2.5.0 to 3.0.2
    - [Release notes](https://github.com/korthout/backport-action/releases)
    - [Commits](korthout/backport-action@ef20d86...bd410d3)
    
    Updates `docker/build-push-action` from 5.3.0 to 5.4.0
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@2cdde99...ca052bb)
    
    Updates `docker/login-action` from 3.1.0 to 3.2.0
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@e92390c...0d4c9c5)
    
    Updates `goreleaser/goreleaser-action` from 5.1.0 to 6.0.0
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@5742e2a...286f3b1)
    
    Updates `github/codeql-action` from 3.25.6 to 3.25.8
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@9fdb3e4...2e230e8)
    
    ---
    updated-dependencies:
    - dependency-name: korthout/backport-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: ci
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: ci
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit c8c450a)
    dependabot[bot] authored and souleb committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bfc3ed6 View commit details
    Browse the repository at this point in the history
  2. Adapt config to GoRelease v2

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    (cherry picked from commit ffeb21a)
    stefanprodan authored and souleb committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8adfcc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request #1005 from fluxcd/backport-1004-to-release/v1.0.x

    Backport 1004 to release/v1.0.x
    stefanprodan authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8404164 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Re-enable logging json patch on StatusDrifted

    Signed-off-by: Soule BA <bah.soule@gmail.com>
    (cherry picked from commit a3c4b4d)
    souleb authored and github-actions[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8ad741a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1012 from fluxcd/backport-1010-to-release/v1.0.x

    [release/v1.0.x] Re-enable logging json patch on StatusDrifted
    stefanprodan authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    aff5e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix incorrect use of format strings with the conditions package.

    The `Mark…` functions in the `conditions` package accept a format string and
    (optional) arguments, just like `fmt.Printf` and friends.
    
    In many places, the code passed an error message as the format string, causing
    it to be interpreted as a format string by the `fmt` package. This leads to
    issues when the message contains percent signs, e.g. URL-encoded values.
    
    This PR adds a format string and shortens `err.Error()` to `err`, which yields
    the same output.
    
    This change is identical in principle to
    fluxcd/source-controller#1529.
    
    Signed-off-by: Florian Forster <fforster@gitlab.com>
    (cherry picked from commit c94eb8e)
    octo authored and github-actions[bot] committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    07ad451 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1026 from fluxcd/backport-1025-to-release/v1.0.x

    [release/v1.0.x] Fix incorrect use of format strings with the `conditions` package.
    stefanprodan authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ddc235f View commit details
    Browse the repository at this point in the history
Loading