Releases: airbytehq/abctl
Releases · airbytehq/abctl
v0.13.0
What's Changed
- feat: add support for updating the authentication information by @colesnodgrass in #82
- fix: if email is not defined, make it more clear by @colesnodgrass in #85
Full Changelog: v0.12.2...v0.13.0
v0.12.2
What's Changed
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- fix: same-site needs to be set to strict by @bgroff in #83
- chore: switch to
goimports
for sorting imports by @colesnodgrass in #81
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- feat: support for custom volume mounts by @perangel in #76
- feat: add a
--low-resource-mode
flag by @perangel in #79 - feat: add insecure cookies by @bgroff in #80
- fix: update README by @colesnodgrass in #78
- chore: remove last reference to flagDNT by @colesnodgrass in #77
New Contributors
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- fix: hide deprecated flags from output by @colesnodgrass in #69
- fix: add second ingress rule by @colesnodgrass in #72
- fix: support DOCKER_HOST by @colesnodgrass in #73
- fix: k8s warnings being handled improperly by @colesnodgrass in #74
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- fix: ensure
--values
settings override internal defaults by @colesnodgrass in #64 - feat: add --no-browser flag by @colesnodgrass in #65
- feat: remove the basic auth section of the ingress by @bgroff in #56
- chore: update to docker 27.1.1 by @colesnodgrass in #67
- chore: deprecate --username and --password by @colesnodgrass in #68
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- feat: add support for --secret by @colesnodgrass in #60
- feat: check nginx chart needs to be installed before installing by @colesnodgrass in #62
Full Changelog: v0.9.2...v0.10.0
v0.9.2
What's Changed
- feat: attempt to fix invalid ~/.airbyte permissions by @colesnodgrass in #61
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Important
If abctl local install
has been failing with one of the following errors:
unable to create kind cluster: ... failed with error: exit status 126
permission denied
You should upgrade to v0.9.2
or later instead of running v0.9.1
.
The more recent abctl
versions attempt to fix the permissions issue and should avoid requiring anyone to manually remove the ~/.airbyte
directory.
What's Changed
- fix: directory permissions by @colesnodgrass in #59
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- feat: add --host flag to the local install command by @bgroff in #57
- feat: add
dockertest
package by @colesnodgrass in #54 - feat: add debug logs for helm by @colesnodgrass in #58
- chore: fix typo by @colesnodgrass in #50
- chore: move migration to separate package by @colesnodgrass in #51
- chore: merge 0.8.1 fixes by @colesnodgrass in #53
Full Changelog: v0.8.0...v0.9.0