Releases: astronomer/astro-cli
Releases · astronomer/astro-cli
v1.16.1
What's Changed
- Refactoring for list deployments by @kushalmalani in #1205
- deployment ci cd enforcement control by @kushalmalani in #1207
- copy connection/variable warning message by @sunkickr in #1208
- Removing unused types by @kushalmalani in #1221
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1224
- fix for updating machine type for hosted deployment by @kushalmalani in #1225
- Use core-api list clusters endpoint by @kushalmalani in #1227
- Create and List Hosted Dedicated Deployment by @kushalmalani in #1229
- remove audit logs from beta by @sunkickr in #1233
- Fixing hosted dedicated bugs by @kushalmalani in #1237
- Add missing fields on deployment inspect by @kushalmalani in #1238
- Add team commands to cli by @aliotta in #1236
- Help text cleanup by @jwitz in #1234
- add workload identity by @sunkickr in #1230
- Add deployment type for deployment inspect by @kushalmalani in #1241
- Fix to give cluster type precedent by @kushalmalani in #1250
- fix to display error with no deployments on delete by @kushalmalani in #1251
- fix refresh tokens by @kushalmalani in #1253
- add workspace token commands by @sunkickr in #1235
Full Changelog: v1.15.1...v1.16.1
v1.15.1
Changelog
- b8081e4: Removing unused types (#1221) (@kushalmalani)
v1.15.0
What's Changed
- put up a message for switching org by @missing1984 in #1129
- cli support for hosted by @kushalmalani in #1120
- Create hosted deployment by @kushalmalani in #1135
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1136
- Fetch deployment config options from api by @kushalmalani in #1138
- Update readme generated by astro dev init by @frankcash in #1141
- Add https:// to cli deployment message by @NilsJPWerner in #1145
- add configurable option postgres.repository and postgres.tag by @rob-1126 in #1134
- Use a sentinel value when mocking Variable.get by @cmc333333 in #1140
- Add error check for if there is a version mismatch by @dimberman in #1092
- Ability to update a hosted deployment by @kushalmalani in #1147
- Remove dags in dockerignore by @kushalmalani in #1149
- skip check if no dockerignore file by @kushalmalani in #1152
- Add headers to api to collect more metrics from cli by @kushalmalani in #1154
- trim out quotes from the beginning/end of .env vars by @fritz-astronomer in #1133
- Add Workspace Commands and Tests by @sunkickr in #1132
- move to use github api to generate release changelog by @neel-astro in #1153
- fix org short name from claims by @kushalmalani in #1161
- cleanup legacy code by @kushalmalani in #1165
- remove user commands by @kushalmalani in #1162
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1168
- fix podman login issue by @sunkickr in #1169
- update audit-logs export by @sunkickr in #1155
- Change startup message if old image is used on M1 by @sunkickr in #1163
- Updating code owners list by @kushalmalani in #1173
- remove vr code by @kushalmalani in #1172
- remove sql cli by @kushalmalani in #1174
- create dev export/import commands by @sunkickr in #1166
- Select region for hosted by @kushalmalani in #1176
- Add deployment connection, airflow-variable, and pool commands by @sunkickr in #1150
- set default git-sync interval to 60s by @Simpcyclassy in #1183
- Replace
(err != nil) != tt.wantErr
with testify's ErrorAssertionFunc by @ashb in #1190 - Swap
strings.Contains
+t.Errorf
toassert.Contains
in tests by @ashb in #1192 - Adding support for org api tokens by @kushalmalani in #1184
- Hide namespace and display cluster region for hosted shared by @kushalmalani in #1193
- small tweaks for podman by @sunkickr in #1195
- add err to env var commands by @sunkickr in #1196
- set user agent header in CLI http requests by @melugoyal in #1202
- settings file not needed for env export by @sunkickr in #1180
- Pytest arg by @sunkickr in #1201
- Refactoring for list deployments by @kushalmalani in #1205
- deployment ci cd enforcement control by @kushalmalani #1207
- copy connection/variable warning message by @sunkickr #1208
New Contributors
- @NilsJPWerner made their first contribution in #1145
- @cmc333333 made their first contribution in #1140
- @Simpcyclassy made their first contribution in #1183
Full Changelog: v1.14.0...v1.15.0
v1.14.1
v1.14.0
v1.13.2
v1.13.1
v1.13.0
Changelog
- 00e72eb put up a message for switching org (#1129)
- 87f4c20 add clean-ouput flag to inspect command (#1124)
- 63a0700 allow home astro config file location to be override via env var (#1122)
- 62a1978 improve cli login (#1118)
- b26f6a0 deprecate astro user invite command and remove astro auth commands (#1126)
- 5df6a6d [pre-commit.ci] pre-commit autoupdate (#1127)
v1.12.1
v1.12.0
Changelog
- 2b51dd9 error message uses correct flag (#1114)
- 44fb883 Display dag bundle verison (#1113)
- 2c80d5e Add API token integration (#1075)
- 69e5305 allowing airflow ports to be exposed on all network (#1111)
- 0327067 add init db to parse test (#1099)
- b446cfc add disable run config (#1101)
- 95e2fb7 Inform user of preinstalled providers packages (#1105)
- 5ef9825 Fix advanced example DAG and modernize (#1104)
- 8c62a3f cleanup cloud auth code (#1106)
- 145b3ad Update dagintegritytestdefault.py (#1093)
- 50e477d Update example DAGs and readme (cosmetic changes) (#1094)