Skip to content

Releases: weaveworks/gitopssets-controller

v0.16.6

31 Dec 09:02
7e3b850
Compare
Choose a tag to compare

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

14 Dec 09:24
5be78bb
Compare
Choose a tag to compare

What's Changed

A number of Kubernetes dependencies have been pulled up to the latest versions.

New Contributors

Full Changelog: v0.16.4...v0.16.5

v0.16.4

04 Oct 04:24
db496c1
Compare
Choose a tag to compare

What's Changed

  • Add "Config" to list of possible generators by @foot in #126

The Config generator was accidentally missed out of the list of generators to be enabled or disabled.

Full Changelog: v0.16.3...v0.16.4

v0.16.3

14 Sep 13:43
02dd58c
Compare
Choose a tag to compare

What's Changed

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

13 Sep 10:51
abcb80c
Compare
Choose a tag to compare

What's Changed

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

06 Sep 09:50
131c554
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

05 Sep 18:00
5b3b1d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.3...v0.16.0

v0.15.3

17 Aug 13:00
794c408
Compare
Choose a tag to compare

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

17 Aug 12:11
b487430
Compare
Choose a tag to compare

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

17 Aug 08:03
0aed926
Compare
Choose a tag to compare

What's Changed

  • Handle empty artifacts in directory processing. by @bigkevmcd in #111

Full Changelog: v0.15.0...v0.15.1