Skip to content

Releases: Workday/cuestomize

v0.3.0

05 Dec 10:00
5af4c65

Choose a tag to compare

What's Changed

  • chore(deps): update module sigs.k8s.io/kustomize/kyaml to v0.21.0 by @github-actions[bot] in #65
  • chore(deps): update module sigs.k8s.io/kustomize/api to v0.21.0 by @github-actions[bot] in #64
  • chore(deps): update module k8s.io/api to v0.34.2 by @github-actions[bot] in #67
  • chore(deps): update golangci/golangci-lint docker tag to v2.6.2 by @github-actions[bot] in #66
  • chore(deps): update actions/checkout action to v6 by @lorenzofelletti in #70
  • chore(deps): update k8s.io/kube-openapi digest to b6aabc6 by @github-actions[bot] in #68
  • chore(deps): update module cuelang.org/go to v0.15.1 by @github-actions[bot] in #69
  • refactor: dependency inject the detailer instead of instantiating it by @lorenzofelletti in #71
  • chore(deps): update k8s.io/kube-openapi digest to 4e65d59 by @github-actions[bot] in #72
  • refactor: dependency inject detailer and cuestomize options by @lorenzofelletti in #74

Full Changelog: v0.2.6...v0.3.0

v0.2.6

06 Nov 16:37
0b9272d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

05 Nov 15:45
6307757

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Nov 20:38
f595820

Choose a tag to compare

What's Changed

  • ci: renovate CUE version used in dagger by @lorenzofelletti in #55
  • chore(deps): update golangci/golangci-lint docker tag to v2.6.0 by @github-actions[bot] in #56
  • refactor: modules structure and error detailer by @lorenzofelletti in #57
  • chore(deps): update module cuelang.org/go to v0.14.2 by @github-actions[bot] in #54
  • chore: bump semver to v0.2.4 by @lorenzofelletti in #58

Full Changelog: v0.2.3...v0.2.4

v0.2.3

10 Oct 18:33
2c87443

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Oct 15:49
8c9b49c

Choose a tag to compare

What's Changed

  • chore: correct log level for fetching CUE model from OCI registry by @lorenzofelletti in #50
  • chore(deps): update golangci/golangci-lint docker tag to v2.5.0 by @github-actions[bot] in #51

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Oct 10:17
4264f1e

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Sep 16:07
1b06af5

Choose a tag to compare

What's Changed

Notes

  • CUE version used in this release is v0.14.1
  • Outputs can now be either an array or a map key: manifest. That gives the CUE module authors more flexibility in how they want to organise their module.

New Contributors

  • @coillteoir made their first contribution in #15 🎉
  • @github-actions[bot] made their first contribution in #27

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Aug 21:35
f1a21b4

Choose a tag to compare

What's Changed

Cuestomize first release!

Cuestomize is a Kubernetes package manager (and manifest validator) that is powered by CUE and integrated in kustomize.

New Contributors

Full Changelog: https://github.com/Workday/cuestomize/commits/v0.1.0