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