Releases: astronomer/deploy-action
Releases · astronomer/deploy-action
Release list
v0.14.0
Highlights
- Monorepo image triggers — new
image-trigger-pathsinput deploys the image when files outsideroot-folderchange (e.g. generated protos baked into the image at build time), instead of skipping. Closes #155:with: root-folder: airflow deploy-type: image-and-dags image-trigger-paths: | proto/
skip-unchanged— set tofalseto always deploy perdeploy-typeinstead of skipping when nothing underroot-folderchanged; the supported replacement for the deprecateddeploy-image: truesparse-checkout— new input to trim checkout size in large monorepos
What's Changed
- Trigger e2e tests with custom CLI version by @neel-astro in #150
- Pin the actions we depend on, and set
persist-credentials: falseby @nickstenning in #146 - Add sparse-checkout input for monorepo support by @crobertson-astro in #153
- Add image-trigger-paths and skip-unchanged inputs by @jlaneve in #156
- Remove redundant git fetch that breaks private-repo deploys by @jlaneve in #157
- Update release version to 0.14.0 in README by @jlaneve in #158
New Contributors
- @nickstenning made their first contribution in #146
- @crobertson-astro made their first contribution in #153
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- feat: add image-only deploy type by @coleheflin in #144
- Upgrade e2e test to use AF3 by @neel-astro in #145
- Add info about using setup-astro-cli by @neel-astro in #147
- Update release version to 0.13.0 in README by @neel-astro in #148
New Contributors
- @coleheflin made their first contribution in #144
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Remove requirement for sudo during CLI install by @odaneau-astro in #138
- fix: default DAG_DEPLOY_ENABLED to false and quote in bash condition by @jlaneve in #141
- Fix e2e and bump up the deploy action version to 0.12.0 in docs by @neel-astro in #142
New Contributors
- @odaneau-astro made their first contribution in #138
- @jlaneve made their first contribution in #141
Full Changelog: v0.11.1...v0.12.0
v0.11.1
v0.11.0
What's Changed
- fix: added wait after deployment creation to prevent 404s by @bmanan7 in #124
- Add wait time arg by @neel-astro in #129
New Contributors
- @jeremybeard made their first contribution in #125
- @bmanan7 made their first contribution in #124
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Fix DBT_OPTIONS not populating due to incorrect DBT_DEPLOY check by @ersalil in #114
- Update README to point to upcoming 0.10.1 release by @neel-astro in #119
New Contributors
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Fix issue #102 "Handled Delete preview deployment bug when branch name contain '/' in it" by @Vasu-Madaan in #105
- Add
cli-versionto docs table by @schnie in #111 - Handle case for branch rebase/force push by @neel-astro in #109
New Contributors
- @Vasu-Madaan made their first contribution in #105
- @schnie made their first contribution in #111
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Handle case when triggered event is a manual workflow_dispatch by @sakethsomaraju in #97
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add option to wake dev deployments on deploy by @feluelle in #87
- Handle case when the triggered event is a new branch or a tag push by @neel-astro in #90
- Update release version for examples to v0.8.0 by @neel-astro in #92
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Fix changing directory to root folder, that was causing workflows to fail in case root-folder wasn't specified by @neel-astro in #84
Full Changelog: v0.7...v0.7.1