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: v0.22.2
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: v0.23.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 12, 2022

  1. Enable RecoverPanic option on reconciler

    Signed-off-by: Santosh Kaluskar <dtshbl@gmail.com>
    Santosh1176 committed Aug 12, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    d196698 View commit details
  2. Merge pull request #516 from Santosh1176/fix-2952/hc

    Enable RecoverPanic option on reconciler
    Paulo Gomes authored Aug 12, 2022
    Copy the full SHA
    2195310 View commit details

Commits on Aug 17, 2022

  1. Add validation to TargetPath and ValuesKey

    Formalises the API requirements around TargetPath and ValuesKey,
    which were the two fields missing validation within ValuesReference.
    In both cases the validation was introduced at CRD level, so that
    the apiserver will enforce it.
    
    ValuesKey must be a valid Data Key. Therefore the same logic used by
    upstream Kubernetes is reused here to ensure a valid key is being used.
    
    For TargetPath a loose regex is being used to largely represent the
    expected format. A max length of 250 is now being enforced.
    
    This is a breaking change, as invalid TargetPath and ValuesKey will now
    be rejected by the apiserver, instead of being accepted and potentially
    failing at reconciliation time.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Aug 17, 2022
    Copy the full SHA
    3cd330c View commit details
  2. Merge pull request #520 from pjbgf/test

    Add validation to TargetPath and ValuesKey
    Paulo Gomes authored Aug 17, 2022
    Copy the full SHA
    47320e9 View commit details

Commits on Aug 19, 2022

  1. Update dependencies

    Dependencies updated:
    - github.com/fluxcd/source-controller/api to version 0.27.0.
    - github.com/onsi/gomega to version 1.20.0.
    - helm.sh/helm to/version 3 to version 3.9.3.
    - k8s.io/api to version 0.24.4.
    - k8s.io/apiextensions-apise torversion er to version 0.24.3.
    - k8s.io/apimachinery to version 0.24.4.
    - k8s.io/cli-runtime to version 0.24.3.
    - k8s.io/client-go to version 0.24.3.
    - k8s.io/utils to version 0.0.0-20220812165043-ad590609e2e5.
    - sigs.k8s.io/kustomize/api to version 0.12.1.
    - github.com/fluxcd/pkg/apis/kustomize to version 0.4.2.
    - github.com/fluxcd/pkg/apis/meta to version 0.14.2.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Aug 19, 2022
    Copy the full SHA
    f2ceb80 View commit details
  2. Merge pull request #521 from pjbgf/update-deps

    Update dependencies
    Paulo Gomes authored Aug 19, 2022
    Copy the full SHA
    d6432f2 View commit details
  3. Release v0.23.0

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Aug 19, 2022
    Copy the full SHA
    22ddc8e View commit details
  4. Merge pull request #522 from pjbgf/release

    Release v0.23.0
    Paulo Gomes authored Aug 19, 2022
    Copy the full SHA
    5c28d56 View commit details
Loading