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.11.1
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.11.2
Choose a head ref
  • 19 commits
  • 15 files changed
  • 6 contributors

Commits on Jun 29, 2021

  1. e2e: Update Kubernetes to v1.21

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Jun 29, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    8491c44 View commit details
  2. Merge pull request #287 from fluxcd/e2e-kube-1.21

    e2e: Update Kubernetes to v1.21
    stefanprodan authored Jun 29, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    9618562 View commit details

Commits on Jul 17, 2021

  1. Treat quoted values as string when targetPath is set

    Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
    laozc committed Jul 17, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    c0f72e1 View commit details

Commits on Jul 23, 2021

  1. Add test case for set with boolean value and set-string behavior

    Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
    laozc committed Jul 23, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    0ceec2d View commit details

Commits on Jul 26, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    5e38727 View commit details

Commits on Jul 31, 2021

  1. Remove old util ObjectKey

    Replace old utility function ObjectKey with controller-runtime's
    client.ObjectKeyFromObject.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jul 31, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    91eb550 View commit details

Commits on Aug 1, 2021

  1. Copy the full SHA
    8ffa994 View commit details

Commits on Aug 4, 2021

  1. Make the kubeconfig secrets compatible with SOPS

    Add `values.yaml` to the supported kubeconfig secret key names in order for SOPS to correctly detect the storage format based on the file extension.
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Aug 4, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    e9d31e9 View commit details
  2. Merge pull request #306 from fluxcd/sops-kubeconfig

    Make the kubeconfig secrets compatible with SOPS
    hiddeco authored Aug 4, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    098fa6d View commit details

Commits on Aug 5, 2021

  1. feat: set default observedGeneration to -1 on HelmReleases

    This resolves an issue with kustomize-controller marking a
    Kustomization as healthy even when the helm-controller hasn't even
    looked at the HelmRelease targeted by the Kustomization's
    healthChecks, yet. Setting `observedGeneration` to -1 by default will
    cause kstatus to report a status of `InProgress` instead of `Ready`.
    
    see fluxcd/kustomize-controller#387 for
    details on the issues this is solving.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner authored and hiddeco committed Aug 5, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    1f16ebd View commit details
  2. fix workflow syntax

    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner authored and hiddeco committed Aug 5, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    rudikershaw Rudi Kershaw
    Copy the full SHA
    205212d View commit details
  3. apply automated formatting fix

    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner authored and hiddeco committed Aug 5, 2021
    Copy the full SHA
    d6ce7ce View commit details
  4. make e2e workflow more resilient

    When the e2e workflow fails the "Debug failure" step should not assume
    that the CRDs it tries to fetch CRs for exist because the workflow
    might have failed before even creating the CRDs.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner authored and hiddeco committed Aug 5, 2021
    Copy the full SHA
    1a1caa0 View commit details
  5. fix default status e2e test

    Since the kubectl version used in the workflow (v1.16.4) has a bug
    (kubernetes/kubernetes#23386) with the
    output of jsonpath formatting being a Go representation instead of
    JSON.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner authored and hiddeco committed Aug 5, 2021
    Copy the full SHA
    89f8f7f View commit details
  6. Merge pull request #294 from makkes/default-observed-generation

    feat: set default observedGeneration to -1 on HelmReleases
    hiddeco authored Aug 5, 2021
    Copy the full SHA
    58c1ec5 View commit details
  7. Update dependencies

    - `github.com/fluxcd/source-controller/api` to `v0.15.4`
    - `helm.sh/helm/v3` to `v3.6.3`
    - `k8s.io/*` to `v0.21.3`
    - `sigs.k8s.io/controller-runtime` to `v0.9.5`
    
    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Aug 5, 2021
    Copy the full SHA
    af97ef6 View commit details
  8. Copy the full SHA
    f1b263c View commit details
  9. Release v0.11.2

    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Aug 5, 2021
    Copy the full SHA
    0a0cbc4 View commit details
  10. Merge pull request #308 from fluxcd/release-v0.11.2

    Release v0.11.2
    hiddeco authored Aug 5, 2021
    Copy the full SHA
    653df24 View commit details
Loading