Skip to content

Tags: stackitcloud/stackit-cli

Tags

v0.71.0

Toggle v0.71.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(sqlserverflex): support encryption in instance create (#1511)

* feat(sqlserverflex): support encryption in instance create

* generate docs

* fix(sqlserverflex): merge errors

v0.70.0

Toggle v0.70.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump fgrosse/go-coverage-report from 1.3.0 to 1.3.1 (#1504)

v0.69.0

Toggle v0.69.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(postgresflex): migrate to v3 API (#1505)

relates to STACKITCLI-415

v0.68.0

Toggle v0.68.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(sqlserver): support pagination when listing flavors (#1508)

STACKITCLI-414

v0.67.0

Toggle v0.67.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#1480)

Bumps [actions/stale](https://github.com/actions/stale) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v10.3.0...v10.4.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.66.0

Toggle v0.66.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(intake): set region to false in ConfigureClient (#1451)

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>

v0.65.0

Toggle v0.65.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(loadbalancer): remove local interface (#1443)

v0.64.0

Toggle v0.64.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(object-storage): fix credentials create nil pointer (#1430)

v0.63.0

Toggle v0.63.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(sfs): add missing custom endpoint output (#1407)

v0.62.0

Toggle v0.62.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
onboard sfs project lock command (#1397)

* onboard sfs project lock command

* handle 404 error for a nice output

* Apply suggestion from @marceljk

Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>

* Apply suggestion from @marceljk

Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>

* handle review comments

* Update internal/cmd/beta/sfs/project-lock/describe/describe_test.go

Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>

* Update internal/cmd/beta/sfs/project-lock/describe/describe_test.go

Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>

* Update internal/cmd/beta/sfs/project-lock/describe/describe_test.go

Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>

* Update internal/cmd/beta/sfs/project-lock/lock/lock.go

Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>

* handle review comments

* remove custom error checks

* fix linter issues

---------

Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>