Releases: astronomer/deploy-action
Releases · astronomer/deploy-action
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
v0.7
What's Changed
- fixing typo in readme by @matt-shancer-grindr in #62
- Update README.md by @sunkickr in #65
- add checkout option documentation by @sunkickr in #70
- Add support for submodule cloning during checkout by @neel-astro in #77
- Add e2e tests for deploy action by @neel-astro in #79
- Add DBT Deploy support by @neel-astro in #74
- update tag reference in README to 0.7 by @neel-astro in #83
New Contributors
- @matt-shancer-grindr made their first contribution in #62
- @feluelle made their first contribution in #68
- @neel-astro made their first contribution in #78
Full Changelog: v0.6...v0.7
v0.6
What's Changed
- Updated
checkout
action tov4
. - The whole PR is now taken into account when determining wether or not to do a DAG deploy. Before this change the deploy-action only looked at latest commit which caused DAG deploys to happen when image deploys should be happening.
- Added new option
deploy-image
. If true image and DAGs will deploy even if only the DAGs have changed. - Fixed an issue where setting the checkout option to false did not do anything.
- Added new option
build-secrets
which mimics thedocker build --secret flag
. See https://docs.docker.com/build/building/secrets/ for more information.
v0.4
What's Changed
- Fixed a number of typos in the README and action file.
- Updated the way the branch name is found.
- Fixed the
delete
action to be more reliable. - Made the checkout step optional with new input
checkout
. - Added the ability to copy airflow objects when creating a Deployment Preview using the inputs
copy-connections
,copy-airflow-variables
. - Added the output
preview-id
for users to use to get the Deployment ID of their Deployment Previews. - PR/Branch changes are now deployed to a Deployment Preview directly after it is created.
- Added the ability to give deploys descriptions with the input
description
. - Added the ability to pin the used CLI version with the input
cli-version
. - Fixed an issue where the action was reading input
deployment-name
incorrectly in some scenarios.
v0.2
v0.1
release v0.1 for Astronomer custom github actions