Releases: astronomer/astro-cli
Releases · astronomer/astro-cli
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)
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)