Skip to content

Releases: astronomer/deploy-action

v0.14.0

Choose a tag to compare

@jlaneve jlaneve released this 15 Jul 13:36
046ad41

Highlights

  • Monorepo image triggers — new image-trigger-paths input deploys the image when files outside root-folder change (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 to false to always deploy per deploy-type instead of skipping when nothing under root-folder changed; the supported replacement for the deprecated deploy-image: true
  • sparse-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: false by @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

Full Changelog: v0.13.0...v0.14.0

v0.13.0

Choose a tag to compare

@neel-astro neel-astro released this 16 Apr 16:09
7a52262

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

Choose a tag to compare

@neel-astro neel-astro released this 23 Mar 13:20
d027262

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

Full Changelog: v0.11.1...v0.12.0

v0.11.1

Choose a tag to compare

@neel-astro neel-astro released this 16 Feb 14:41
684d0f0

What's Changed

  • Fix input.deploy-type expansion in bash condition by @ersalil in #132
  • Bump GitHub action checkout to latest versions by @deining in #131
  • README.md: bump versions by @deining in #130

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@neel-astro neel-astro released this 07 Nov 10:51
efbd012

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

Choose a tag to compare

@neel-astro neel-astro released this 08 May 14:27
6ad2491

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

Choose a tag to compare

@neel-astro neel-astro released this 27 Feb 16:31
47ca94c

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Choose a tag to compare

@neel-astro neel-astro released this 12 Dec 17:23
f81e546

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

Choose a tag to compare

@neel-astro neel-astro released this 04 Nov 15:00
e6e4fdf

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

Choose a tag to compare

@neel-astro neel-astro released this 30 Sep 14:01
4755169

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