Releases: astronomer/astro-cli
Releases · astronomer/astro-cli
v1.33.0
What's Changed
- Fixed the wrong API call being made when customer wants to fetch all deployments by @rujhan-arora-astronomer in #1746
- Introduction of sha_as_tag=True config in astro cli which will be used during Astro deploy by @rujhan-arora-astronomer in #1752
- Added --image flag for astro deploy command for software by @rujhan-arora-astronomer in #1753
- Upgrade golangci-lint to v1.62.2 by @jeremybeard in #1756
- Use new Logrus logger by @jeremybeard in #1757
- Adds Orbstack Container Runtime Engine by @schnie in #1761
- Updates Vendor Dependencies by @schnie in #1762
- Added --image-name flag for software, similar to astro by @rujhan-arora-astronomer in #1758
- Add integration test for Astro CLI dev commands by @pritt20 in #1765
- Adds Ability to Chain Cobra RunE Commands by @schnie in #1771
- Configure Circle CI to run Integration Test by @pritt20 in #1769
- Introduction of astro deploy --image-name=image_name --remote --runtime-version=rt_version by @rujhan-arora-astronomer in #1763
- update golang version to 1.23 for release workflow by @pritt20 in #1773
Full Changelog: v1.32.1...v1.33.0
v1.32.1
v1.32.0
Changelog
- d42a292: Adds Podman Container Runtime (#1750) (@schnie)
- 315d0bf: Adds project-name as an optional argument for project initialization (#1743) (@schnie)
- 8316e9a: Refactor Docker Init with
ContainerRuntime
Interface (#1748) (@schnie) - 97d5768: Remove additional output when initializing project (#1766) (@schnie)
v1.31.0
What's Changed
- Add support to fetch workload identity by @neel-astro in #1739
- Fix worker queue type mismatch by @neel-astro in #1735
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #1742
- Adds Container Runtime Binary Autodetection by @schnie in #1738
- Adds Runtime Agnostic Healthcheck by @schnie in #1740
- Add --from-template flag on CLI Project Initialization to setup template based project by @pritt20 in #1728
Full Changelog:
v1.30.0...v1.31.0
v1.30.0
What's Changed
- Fix error output by @stuart23 in #1702
- Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 by @dependabot in #1712
- feat: add --description flag to astro deploy command by @Simpcyclassy in #1713
- Add scarf to readme for website analytics by @jlaneve in #1723
- Make Azure the default cloud provider for creating Astro Hosted deployment and add support for Azure deployment creation by @pritt20 in #1718
New Contributors
Full Changelog: v1.29.0...v1.30.0
v1.29.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1697
- Handle no node pools for hybrid org cluster by @jeremybeard in #1692
- Add extra large scheduler size option by @neel-astro in #1696
- Run approval & new tag jobs only after lint & test are passing by @neel-astro in #1700
- Add skip logic to registry label to fix double entry error by @Simpcyclassy in #1694
- Add workload identity to hosted deployment by @neel-astro in #1708
Full Changelog: v1.28.1...v1.29.0
v1.28.1
Changelog
- 1afee5b: Only exclude .git for bundles, not all hidden paths (#1686) (@jeremybeard)
v1.28.0
Changelog
- 27ee9e8: Add
astro dbt delete
command (#1672) (@jeremybeard) - 1162f34: Add
astro dbt deploy
command (#1670) (@jeremybeard) - d858097: Add ability to switch workspaces with name (#1655) (@kushalmalani)
- b5b1d79: Block dbt deploys from within Astro project (#1676) (@jeremybeard)
- fc96bb3: Bulk convert to using testify/suite for tests (#1185) (@ashb)
- 647a757: Bump github.com/docker/cli (#1663) (@dependabot[bot])
- d79dc21: Failsafe API in example DAG (#1667) (@TJaniF)
- 0eb532b: Fix check if non expiry token (#1652) (@kushalmalani)
- d89d5f6: Fix dbt delete without project path (#1678) (@jeremybeard)
- e6a29fc: Fix inspecting deployment is_development_mode (#1675) (@feluelle)
- d705171: Fixing flakey test by removing time asserts (#1658) (@kushalmalani)
- 6aad882: Reset the file pointer to the beginning of the file (#1656) (@rujhan-arora-astronomer)
- 57f2ee2: Update goreleaser.yaml to version 2.0 (#1674) (@kushalmalani)
- cb7dd91: Use commit message for bundle deploy description (#1677) (@jeremybeard)
- b3c0660: bump unit tests code coverage (#1666) (@kushalmalani)
- c11669d: rename docs url across cli (#1657) (@kushalmalani)
- 8ebe111: track github action deploys (#1679) (@sunkickr)
v1.27.1
Changelog
- 8ea319f: Fix check if non expiry token (#1652) (@kushalmalani)
v1.27.0
What's Changed
- fix example flag names by @aliotta in #1630
- Add component Flags to astro deployment logs by @ichung08 in #1633
- Enable turning off development mode for existing deployments by @feluelle in #1631
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1637
- Add error msg if API Token is expired by @ichung08 in #1634
- Error should be returned if BYORegistryEnabled is true but BYORegistryDomain is empty by @rujhan-arora-astronomer in #1639
- Updating deploy commands to use v1beta deploy endpoints by @kushalmalani in #1638
- Stderr upgrade notice so it doesnt mess output by @kushalmalani in #1636
- Color code project error message in red by @kushalmalani in #1640
- Fix a bug to create a deployment with same name in different workspace by @kushalmalani in #1645
- Don't log spurious error when extra is empty by @jeremybeard in #1648
- fix error-code by @sunkickr in #1646
- Allow users to add dag_integrity_exceptions.txt to ignore errors by @collinmcnulty in #1613
New Contributors
Full Changelog: v1.26.0...v1.27.0