Skip to content

Releases: kustomize-everything/action-env-build-and-deploy

v1.2.0 Add support for env sub-directories

21 Jul 18:48
Compare
Choose a tag to compare

For example

env/
  dev/
    app/kustomize.yaml
  prod/
    app/kustomize.yaml

v1.1.4 Restore GHA behavior of failing on non-zero exit

20 Jul 22:15
Compare
Choose a tag to compare
Use `set -e` to fail on non-zero exit

Makes the scripts fail-fast if there is an issue

v1.1.3 Branch push fix

20 Jul 00:35
Compare
Choose a tag to compare
Force push if there is a diff

v1.1.2 PR Opening Fixes

20 Jul 00:19
Compare
Choose a tag to compare
Only commit when pushing directly

v1.1.1 Fix issue with PR opening

20 Jul 00:13
Compare
Choose a tag to compare
Move commit to immediately before push

v1.1.0 Enable deleting PR push branch if there is no diff with deployment branch

19 Jul 23:45
Compare
Choose a tag to compare

v1.0.4 Better differentiate between branches being diffed against and those being pushed to

19 Jul 23:41
b820a81
Compare
Choose a tag to compare
Force push PR branch and show diff independently (#6)

* Force push PR branch and show diff independently

* Add working dir

* Create distinct PUSH_BRANCH variable to clarify behavior

* DEPLOY_METHOD behavior toggling

* Add check to verify that at least one DEPLOY_METHOD matched

* get the branches right

* I think this shows I need a break

* Checkout DEPLOY_BRANCH as common base

* Truly a git wizard

* actually commit the change

* explicit track and --no-guess

* Simplify git push branch setup

* more simple

* double dash to disambiguate branch from dir

* fix

* Don't delete branch for debuggin

* re-enable delete branch

* Is the action getting confused because I've already pushed the branch?

* push

* what am I looking at here?

* move PR opening to separate workspace

* better output for debugging

* more debug output

* add parameter to testint

* Set yamllint config

v1.0.3 Maintainability and Documentation Updates

19 Jul 18:50
2172d17
Compare
Choose a tag to compare
2022-07-19 Maintainability Improvements and Documentation (#5)

* move env/dev cleanup to start and only if necessary

* Refactor shared env out, add linting/static analysis

* refactor out kustomize-build

* Refactor out commit-and-diff

* Documentation

* yamllint fixes

v1.0.2 Update action-kustomize

18 Jul 21:52
Compare
Choose a tag to compare
Pin to major only for ease of development

Update default parameters to use new kustomize version 4.5.5

18 Jul 21:36
Compare
Choose a tag to compare
v1.0.1

Pin to released action-kustomize at v1.0.1