Skip to content

Releases: astronomer/deploy-action

v0.7.1

30 Sep 14:01
4755169
Compare
Choose a tag to compare

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

26 Sep 16:59
b598870
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6...v0.7

v0.6

09 Jul 18:33
82a10f7
Compare
Choose a tag to compare

What's Changed

  • Updated checkout action to v4.
  • 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 the docker build --secret flag. See https://docs.docker.com/build/building/secrets/ for more information.

v0.4

17 Jan 01:04
02a8f0f
Compare
Choose a tag to compare

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

21 Apr 16:29
Compare
Choose a tag to compare

What's Changed

  • Update README.md with correct example for the dags folder by @RNHTTR #5
  • Add deployment preview capabilities and remove dag-deploy-enabled option by @sunkickr #7

v0.1

10 Feb 14:41
bb389b4
Compare
Choose a tag to compare
release v0.1 for Astronomer custom github actions