Releases: weaveworks/gitopssets-controller
Releases · weaveworks/gitopssets-controller
v0.16.6
What's Changed
- Don't return no elements from an empty ImagePolicy. by @bigkevmcd in #166
This fixes the case where ImagePolicies when they had not yet been reconciled could return no value, which could result in the generation of bad resources.
A number of dependencies were also updated:
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #161
- Bump github.com/fluxcd/pkg/runtime from 0.30.0 to 0.43.3 by @dependabot in #158
- Bump github.com/jenkins-x/go-scm from 1.14.14 to 1.14.21 by @dependabot in #145
- Bump github.com/fluxcd/source-controller/api from 1.0.0-rc.1 to 1.2.3 by @dependabot in #160
- Bump github.com/fluxcd/kustomize-controller/api from 1.0.0-rc.1 to 1.2.1 by @dependabot in #162
- Bump github.com/weaveworks/cluster-controller from 1.4.1 to 1.6.0 by @dependabot in #167
- Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 by @dependabot in #168
- Bump github.com/fluxcd/pkg/http/fetch from 0.7.0 to 0.8.0 by @dependabot in #164
- Bump docker/metadata-action from 5.3.0 to 5.4.0 by @dependabot in #169
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- Fix the event type for error cases. by @bigkevmcd in #157
A number of Kubernetes dependencies have been pulled up to the latest versions.
New Contributors
- @yiannistri made their first contribution in #129
- @dependabot made their first contribution in #139
Full Changelog: v0.16.4...v0.16.5
v0.16.4
v0.16.3
What's Changed
- Ignore empty repeat values. by @bigkevmcd in #125
This prevents errors when iterating over null
values in the JSON (or YAML) body from a repeat JSONpath.
Full Changelog: v0.16.2...v0.16.3
v0.16.2
What's Changed
- Add toYaml function to the template context. by @bigkevmcd in #124
This provides identical functionality to the Helm function of the same name, useful for embedding elements of a generate YAML into the template as YAML.
Full Changelog: v0.16.1...v0.16.2
v0.16.1
What's Changed
- Bump client-go to 0.26.8 by @bigkevmcd in #121
- Clarify secret creation by @bigkevmcd in #119
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Adds github task to ensure api-docs stay up to date by @foot in #115
- Fix partial-apply resources bug by @bigkevmcd in #116
- Increase memory and CPU limits. by @bigkevmcd in #117
Full Changelog: v0.15.3...v0.16.0
v0.15.3
What's Changed
- Ignore empty generators in the Matrix generator. by @bigkevmcd in #114
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
- Update the ImagePolicy generator to add the image. by @bigkevmcd in #113
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- Handle empty artifacts in directory processing. by @bigkevmcd in #111
Full Changelog: v0.15.0...v0.15.1