Releases: kustomize-everything/action-env-build-and-deploy
v3.2.0
What's Changed
- bump setup-helm and action-kustomize by @whereismyjetpack in #47
New Contributors
- @whereismyjetpack made their first contribution in #47
Full Changelog: v3.1.2...v3.2.0
v3.1.2
What's Changed
- Fix: rewrite regex to support latest yq version by @navneet-bairwal in #44
New Contributors
- @navneet-bairwal made their first contribution in #44
Full Changelog: 3.1.1...v3.1.2
V3.1.1
In response to the issue with yq version 4.44.1 breaking the provided regex pattern "[:<>|*?/]", we've simplified the validation process for Kubernetes object names. Rather than using a complex regex pattern which outlines the permitted characters for object names.
Full Changelog: v3.1.0...v3.1.1
What's Changed
- fix: remove unneeded regex sub (fixes #41) by @domdepasquale in #42
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Breaking changes
Upgrading the default kustomize to 5.3.0 . Please make note of all the changes in 5.3.0 and determine if this change will impact your use case. If it will, and you need to use a different kustomize version, specify it using the version input to specify a kustomize release and sha256-checksum input to specify the appropriate checksum for the release with your architecture (github runner default is linux_amd64 so assume that unless you know otherwise.)
What's Changed
- chore(deps): update actions/checkout action to v4 by @renovate in #30
- chore(deps): update mikefarah/yq action to v4.42.1 by @renovate in #31
- chore(deps): update peter-evans/create-or-update-comment action to v4 by @renovate in #33
- chore(deps): update peter-evans/find-comment action to v3 - autoclosed by @renovate in #34
- chore(deps): update peter-evans/create-pull-request action to v6 by @renovate in #35
- deps: Update action.yml kustomize default to 5.3.0 by @highb in #36
Full Changelog: v3.0.0...v3.1.0
v3.0.0: Kustomize 5.1.1
Breaking changes
- Upgrading the default kustomize to 5.1.1 https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.1.1 . Please make note of all the changes in 5.0.0 and determine if this change will impact your use case: https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0 . If it will, and you need to use a different kustomize version, specify it using the version input to specify a kustomize release and sha256-checksum input to specify the appropriate checksum for the release with your architecture (github runner default is linux_amd64 so assume that unless you know otherwise.)
What's Changed
Full Changelog: v2.3.0...v3.0.0
v2.3.0: GHA Dependency Updates
v2.2.1
v2.2.0
v2.1.2: Release to Marketplace
Full Changelog: v2.1.0...v2.1.2
v2.1.1 Fix issue with multi-line commit messages
Full Changelog: v2.1.0...v2.1.1