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/kustomize-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1
Choose a base ref
...
head repository: fluxcd/kustomize-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.2
Choose a head ref
  • 10 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 2, 2021

  1. Update controller to kustomize v4.2.0

    - sigs.k8s.io/kustomize/api v0.8.11
    - sigs.k8s.io/kustomize/kyaml v0.11.0
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Jul 2, 2021
    Copy the full SHA
    017c7c1 View commit details
  2. fixed typo

    Signed-off-by: Jodok Batlogg <jodok@batlogg.com>
    jodok committed Jul 2, 2021
    Copy the full SHA
    d7c45de View commit details

Commits on Jul 4, 2021

  1. feat: make it easier to reason about health check failures

    Whenever a health check times out now, the most recently collected
    error for each resource will be printed as part of the error message.
    This excludes errors for those resources for which no error was
    reported in the last update. This is because whenever a timeout
    occurs, an error is reported on ALL resources, even those that have
    been seen as healthy before.
    
    Also, this commit causes all successfully checked resources to be
    omitted in the error event.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner committed Jul 4, 2021
    1
    Copy the full SHA
    bbc4208 View commit details

Commits on Jul 5, 2021

  1. Merge pull request #384 from jodok/patch-1

    fixed typo
    stefanprodan authored Jul 5, 2021
    Copy the full SHA
    540b589 View commit details
  2. Merge pull request #374 from makkes/better-health-check-messaging

    feat: make it easier to reason about health check failures
    stefanprodan authored Jul 5, 2021
    Copy the full SHA
    bb71e74 View commit details
  3. Merge pull request #383 from fluxcd/kustomize-v4.2.0

    Update controller to kustomize v4.2.0
    stefanprodan authored Jul 5, 2021
    Copy the full SHA
    b7380ab View commit details
  4. Update Alpine and kubectl

    Update Alpine to v3.14
    Update kubectl to v1.21.2
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Jul 5, 2021
    Copy the full SHA
    5b2711f View commit details
  5. Merge pull request #385 from fluxcd/alpine-3.14

    Update Alpine v3.14 and kubectl v1.21.2
    stefanprodan authored Jul 5, 2021
    Copy the full SHA
    c6fb374 View commit details
  6. Release v0.13.2

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Jul 5, 2021
    Copy the full SHA
    59ccfb0 View commit details
  7. Merge pull request #386 from fluxcd/release-v0.13.2

    Release v0.13.2
    stefanprodan authored Jul 5, 2021
    Copy the full SHA
    5376558 View commit details
Loading