Releases: astronomer/astro-cli
Releases · astronomer/astro-cli
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
v1.26.0
Changelog
- f48a2a0: Add the Airflow API URL to the
deployment inspect
output (#1614) (@ashb) - 2f908b6: Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1626) (@dependabot[bot])
- 5cc493d: Fix secret environment variables being updated with empty string (#1618) (@vandyliu)
- ef52643: Fix upgrade check input (#1628) (@sunkickr)
- be09b9a: Fixing webserver url (#1619) (@kushalmalani)
- 67a44fe: Remove Warning message on astro login (#1621) (@kushalmalani)
- 0383381: Token Management Add/Remove/List/Update (#1611) (@aliotta)
- 635b0f1: [pre-commit.ci] pre-commit autoupdate (#1616) (@pre-commit-ci[bot])
- d5f167e: [pre-commit.ci] pre-commit autoupdate (#1620) (@pre-commit-ci[bot])
- f29562d: bump opencontainers/runc to 1.1.12 for cve fixes (#1625) (@kushalmalani)
- 0461781: prevent cli from sending request when no user is found for provided email (#1617) (@aliotta)
v1.25.0
What's Changed
- Update error message by @kushalmalani in #1580
- Add dep api token crud by @aliotta in #1564
- Update CLI project example DAGs by @kentdanas in #1581
- Fix example DAGs in test files by @kentdanas in #1585
- default deployment creation when no deployments exists in workspace by @kushalmalani in #1587
- Update api keys deprecation message by @kushalmalani in #1594
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1598
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #1599
- fix segmentation fault error by @kushalmalani in #1600
- throw error when an api token is bad or invalid by @kushalmalani in #1602
- Include active hibernation override info in deployment metadata by @feluelle in #1597
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1603
- Refactor deployment token cmds by @aliotta in #1604
- fix deployment variable create by @sunkickr in #1605
- Serialize extra object with
json.Marshal
by @jeremybeard in #1610 - update help message by @sunkickr in #1609
- increase deployment list limit by @sunkickr in #1606
New Contributors
- @kentdanas made their first contribution in #1581
Full Changelog: v1.24.1...v1.25.0
v1.24.1
v1.24.0
Changelog
- 0540a8a: Add appropriate error message when trying to create standard deployment with a clusterId (#1563) (@vandyliu)
- 0105ca6: Add hibernation support (#1537) (@feluelle)
- f3ab08d: Deployment file doesn't work with Deployment tokens (#1559) (@sunkickr)
- 8159d12: Fix
deployment variable list --save
with secrets (#1558) (@ashb) - 8cd2328: Improve deployment related error messages (#1555) (@feluelle)
- f47a24a: Support specifying workload identity at deployment create time (#1550) (@jlaneve)
- 5d18ec5: Use go tools to manage dev tools (#1552) (@feluelle)
- af32037: User and team deployment role management (#1553) (@aliotta)
- 3b24f88: [pre-commit.ci] pre-commit autoupdate (#1557) (@pre-commit-ci[bot])
- 3846e49: add org list roles cmd (#1554) (@aliotta)
- c60e97c: dont write workload identity to yaml file on deployment inspect (#1565) (@melugoyal)
- feb11a6: wrap error message for more context (#1560) (@kushalmalani)
- 61efb70: Regenerate core clients to be compatible with the latest changes (#1566) (@feluelle)