Releases: astronomer/astro-cli
Releases · astronomer/astro-cli
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)
v1.23.0
Changelog
- f2af362: Add compose export error (#1505) (@sunkickr)
- 0764455: Add the ability to change the deployment type to dag_deploy from the CLI (both for create and update) (#1516) (@rujhan-arora-astronomer)
- 5dec2be: Adding cli configurations doc link on astro config --help (#1530) (@kushalmalani)
- 2b9b949: Ask for deployment id from the user if no deployment id is passed in astro deploy --dags (#1534) (@rujhan-arora-astronomer)
- 77ce3b2: Changed deployment type msg from dag_only to dag_deploy (#1528) (@rujhan-arora-astronomer)
- 8d7ea5e: Confirm from user when deployment is created/upserted, if current deployment type or new deployment type is dag_deploy (#1543) (@rujhan-arora-astronomer)
- 3407f5a: Do not throw the error for astro deploy if dag-deploy itself is disabled (#1538) (@rujhan-arora-astronomer)
- ba62c81: Don't auto deploy if local (#1535) (@sunkickr)
- f69b145: Don't hardcode the registry URL to authenticate to, use the API response (#1525) (@ashb)
- c3c276b: Fix Env Var Issues (#1547) (@sunkickr)
- 250020b: Migrate all Deployment Commands to Core (#1425) (@sunkickr)
- 114c036: Remove Astrohub API (#1487) (@sunkickr)
- e125d73: Remove unsupported inline comment (#1498) (@BasPH)
- ddc6cf1: Retry dags folder upload, if upload fails (except failures due to client side issues). Total wait time should be around 2 minutes (#1510) (@rujhan-arora-astronomer)
- bf7d553: Update core clients and update workspace api token to work with new client (#1540) (@vandyliu)
- 2752623: Update dag upload URL, as dag-server endpoint has been changed (#1493) (@rujhan-arora-astronomer)
- 5667296: Update to latest Go versions (#1521) (@ashb)
- b1391c8: Update version of golangci-lint to the latest version (#1522) (@ashb)
- c82086a: [pre-commit.ci] pre-commit autoupdate (#1502) (@pre-commit-ci[bot])
- 94d2f64: [pre-commit.ci] pre-commit autoupdate (#1545) (@pre-commit-ci[bot])
- fe7c3fe: accept the correct input for executor (#1506) (@sunkickr)
- e2ab410: add new flags (#1536) (@sunkickr)
- 104a2a3: fix cluster-id in inspect file (#1509) (@sunkickr)
- 0d2e17f: fix dag deploy updating on accident (#1523) (@sunkickr)
- cd77a0d: fix deployment inspect and list commands (#1544) (@sunkickr)
- a7d9c31: fix env var output (#1507) (@sunkickr)
- 3116aba: fix executor update (#1499) (@sunkickr)
- 226a34b: fix issues from e2e (#1497) (@sunkickr)
- 048286d: fix pool list/create (#1548) (@sunkickr)
- 364531e: fix update deployment when no dpeloyments exist (#1513) (@sunkickr)
- ff7085a: fix worker-queue delete/update error (#1546) (@sunkickr)
- 4b88799: fix worker-queue update (#1531) (@sunkickr)
- 4cab22b: pytest args mixed up with build secret args (#1514) (@sunkickr)
- ff0e181: remove nebula reference (#1533) (@kushalmalani)
- c0d76e0: remove org short name (#1532) (@sunkickr)
- ff75387: update python image (#1526) (@kushalmalani)
v1.22.0
What's Changed
- Add v1beta1 API Clients by @sunkickr in #1444
- Set CLI environment management flag default to true by @jlaneve in #1467
- fix: #1387 persist include dir after running pytest by @zach-nicoll-wcq in #1459
- Migrate organization to use core by @PatelShalin in #1450
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1470
- Fixing unit tests to use LocalPlatform Config by @kushalmalani in #1471
- Bump github.com/containerd/containerd from 1.5.18 to 1.6.26 by @dependabot in #1472
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1474
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #1473
- Fix login and organization list/switch by @sunkickr in #1476
- Build Secrets Flag by @sunkickr in #1478
- fix deployment create by @kushalmalani in #1483
- Create dags.tar.gz file, auto-construct the dag-server upload URL and upload it to the upload URL by @rujhan-arora-astronomer in #1485
- fix workspace switch by @kushalmalani in #1490
- fix commands by @sunkickr in #1491
New Contributors
- @jlaneve made their first contribution in #1467
- @zach-nicoll-wcq made their first contribution in #1459
- @PatelShalin made their first contribution in #1450
Full Changelog: v1.21.0...v1.22.0
v1.21.0
Changelog
- 04848db: FIx astro deploy --image (#1464) (@sunkickr))
- 7d5337e: Fix deployment file create for kube deployment (#1454) (@sunkickr)
- 4764527: Fix issues from bug bash (#1460) (@sunkickr)
- 8b07c6b: Fix typo in error message (#1452) (@kushalmalani)
- 1823da2: add --image flag for image only deploy (#1446) (@sunkickr)
- 16d72df: allow ASTRO_DOMAIN env var to override context (#1451) (@melugoyal)
- aa8adb5: override the domain in more places (#1463) (@melugoyal)
v1.20.1
v1.20.0
v1.19.4
Changelog
- fe503bc: Only use flags for retrieving env connections (#1423) (@jeremybeard)
- 8f14f0f: Source connections from workspace/deployment (#1414) (@jeremybeard)
- eb121d7: [pre-commit.ci] pre-commit autoupdate (#1422) (@pre-commit-ci[bot])
- 8ff22a1: [pre-commit.ci] pre-commit autoupdate (#1426) (@pre-commit-ci[bot])
- a39eecd: add --pull flag to build command (#1415) (@sunkickr)
- a3187d6: fix runtime validation on deployment create (#1418) (@sunkickr)
- d872d9b: throw warning when user tries to push an empty dags folder (#1427) (@kushalmalani)
v1.19.3
Changelog
- 28e0f91: Fixing typo in help message in upgrade-test (#1406) (@collinmcnulty)
- a47e5bc: Pin latest cli version in godownloader (#1395) (@kushalmalani)
- de687ca: Specify aws in region request when creating a deployment (#1403) (@sunkickr)
- 0211f1c: Update token login message (#1390) (@kushalmalani)
- 5b384e4: [pre-commit.ci] pre-commit autoupdate (#1386) (@pre-commit-ci[bot])
- 002ec6a: [pre-commit.ci] pre-commit autoupdate (#1410) (@pre-commit-ci[bot])
- 10003ea: add warning message (#1412) (@sunkickr)
- 5147c56: change name of example test (#1404) (@sunkickr)
- 31055cf: don't print variable value (#1401) (@sunkickr)
- ca3184e: make it so you can create a kuberenetes deployment with a file created from --template (#1413) (@sunkickr)
- 4022475: updated error context (#1397) (@erdos2n)
- 37ea70c: upgrade golang version to create binaries from 1.19.3 to 1.91.12 (#1394) (@neel-astro)
v1.19.2
Changelog
- f796457: Create fix (#1380) (@sunkickr)
- ff31806: Fix Upgrade Test (#1385) (@sunkickr)
- fb3d586: add workspace id as flag to workspace team add cmd (#1381) (@aliotta)
- 9a02d31: fix case of html report not generating in pytest with failing tests (#1383) (@neel-astro)
- e662c3a: updates default deployment url (#1378) (@ryanahamilton)