Releases: zeabur/cli
Releases · zeabur/cli
v0.5.6
v0.5.5
What's Changed
- chore(deps): bump github.com/santhosh-tekuri/jsonschema/v6 from 6.0.1 to 6.0.2 by @dependabot[bot] in #134
- chore(deps): bump github.com/hasura/go-graphql-client from 0.14.0 to 0.14.4 by @dependabot[bot] in #137
- chore(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #140
- fix: correct region index mapping when unavailable regions are filtered by @ridemountainpig in #157
- fix: correct region index mapping in template deploy when unavailable regions are filtered by @canyugs in #158
- feat(template): add --var flag for non-interactive deploy by @canyugs in #159
- fix: normalize path separators for cross-platform gitignore matching by @Copilot in #163
- feat: add .zeaburignore support for deployment filtering by @pan93412 in #162
- refactor: deployment API & model for connection pattern & format code by @ridemountainpig in #160
- chore(deps): update dependencies and GitHub Actions by @pan93412 in #164
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1 by @dependabot[bot] in #165
- chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 by @dependabot[bot] in #166
New Contributors
- @ridemountainpig made their first contribution in #157
- @canyugs made their first contribution in #158
- @Copilot made their first contribution in #163
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- ZEA-4936: Fix CI issues by @pan93412 in #123
- chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.37.0 by @dependabot in #125
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.23.4 by @dependabot in #126
- feat: Exclude unavailable regions by @pan93412 in #124
- fix: enhance error logging for template deploy by @xxxbrian in #130
- chore(deps): bump github.com/hasura/go-graphql-client from 0.13.1 to 0.14.0 by @dependabot in #127
- chore(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by @dependabot in #128
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #129
New Contributors
Full Changelog: 0.5.3...v0.5.4
0.5.3
Changelog
- 6b03f76: feat: get default environment if environmentID is unspecified (@pan93412)
- b05f53c: ci: Upgrade version and adapt for breaking changes (@pan93412)
- 499eb3c: chore: Upgrade golangci-lint settings to v2 (@pan93412)
- 791a2b4: chore(deps): bump golang.org/x/net from 0.28.0 to 0.36.0 (@dependabot[bot])
- 41f0fae: feat: add upload command (@yuaanlin)
- 8ed1302: Fix CI (#121) (@yuaanlin)
- 32ad2e1: feat: get default environment if environmentID is unspecified (#120) (@yuaanlin)
- 639786d: chore(deps): bump golang.org/x/net from 0.28.0 to 0.36.0 (#122) (@yuaanlin)
- 2e0b581: fix: update go.mod (@yuaanlin)
- cdfddaa: fix: remove mockery (@yuaanlin)
0.5.2
Changelog
- 6b03f76: feat: get default environment if environmentID is unspecified (@pan93412)
- b05f53c: ci: Upgrade version and adapt for breaking changes (@pan93412)
- 499eb3c: chore: Upgrade golangci-lint settings to v2 (@pan93412)
- 791a2b4: chore(deps): bump golang.org/x/net from 0.28.0 to 0.36.0 (@dependabot[bot])
- 41f0fae: feat: add upload command (@yuaanlin)
- 8ed1302: Fix CI (#121) (@yuaanlin)
- 32ad2e1: feat: get default environment if environmentID is unspecified (#120) (@yuaanlin)
- 639786d: chore(deps): bump golang.org/x/net from 0.28.0 to 0.36.0 (#122) (@yuaanlin)
- 2e0b581: fix: update go.mod (@yuaanlin)
- cdfddaa: fix: remove mockery (@yuaanlin)
0.5.1
0.4.4
Changelog
- e3c3c49: feat(constant): Add ZeaburDashURL constant (@pan93412)
- 1d74e97: refactor(auth): Rewrite as API key client (@pan93412)
- 36cabfd: refactor(auth): Switch to new API key client (@pan93412)
- 2525d8b: refactor: Remove all OAuth related code (@pan93412)
- 6992b50: refactor!: Remove unused webapp package (@pan93412)
- 0cb13d7: ZEA-4557: CLI: Use API token pattern instead of OAuth in CLI (#118) (@yuaanlin)