Releases: nobl9/sloctl
v0.4.1-rc1
What's Changed
- chore: Adjust release doc by @BSski in #184
- chore: Update dependency cspell to v8.13.2 by @renovate in #185
- fix: Bring back get alerts project flags by @nieomylnieja in #186
Full Changelog: v0.4.0...v0.4.1-rc1
v0.4.1
What's Changed
🐞 Bug Fixes
- fix: Bring back get alerts project flags (#186) @nieomylnieja
sloctl get alert
once again supports both-p
and-A
flags for
Project filtering.
These flags were removed as a regression in v0.4.0.
🧰 Maintenance
v0.4.0-rc1
Release candidate.
v0.4.0
What's Changed
⚠️ Breaking Changes
- feat: Improve flags handling [PC-13534] (#177) @nieomylnieja
get <kind>
command exposes-l
flag for objects which support labels
filtering, in addition-p
and-A
flags are now only available for
Project scoped objects.
delete <kind> <name>
command no longer supports-A
flag and supports-p
flag only for Project scoped objects.
get alert
command now prints No resources found. notice, just like
the rest ofget <object>
commands.
🚀 Features
- feat: Improve flags handling [PC-13534] (#177) @nieomylnieja
🐞 Bug Fixes
- fix: Add missing stderr from assert_success output (#176) @nieomylnieja
🧰 Maintenance
14 changes
- chore: Update docker/build-push-action action to v6 (#148) @renovate
- chore: Update goreleaser to v2 and action to v6 (#178) @nieomylnieja
- chore: Update module golang.org/x/tools/cmd/goimports to v0.24.0 (#183) @renovate
- chore: Update module golang.org/x/sync to v0.8.0 (#182) @renovate
- chore: Update module github.com/schollz/progressbar/v3 to v3.14.6 (#181) @renovate
- chore: Update dependency cspell to v8.13.1 (#180) @renovate
- chore: gitsync updates (#173) @nieomylnieja
- chore: Update docker image to 1.22-alpine3.20 (#175) @skrolikiewicz
- chore: Update dependency cspell to v8.13.0 (#174) @renovate
- chore: Update module github.com/schollz/progressbar/v3 to v3.14.5 (#171) @renovate
- chore: Update dependency yaml to v2.5.0 (#170) @renovate
- chore: Update dependency cspell to v8.12.1 (#168) @renovate
- chore: Update Readme (#161) @nieomylnieja
- chore: Separate stderr from stdout in the tests (#167) @nieomylnieja
v0.3.4-rc1
What's Changed
- chore: Correct string replacement in Docker e2e tests by @nieomylnieja in #159
- fix: PC-13500 Fixed tests for BudgetAdjustments with dynamic future date by @jakubpieta in #160
- chore: Update module github.com/nobl9/nobl9-go to v0.83.0-rc4 by @renovate in #162
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.3 by @renovate in #163
- chore: Update dependency cspell to v8.11.0 by @renovate in #164
- chore: Update SDK version by @marcinlawnik in #165
- chore: Update VERSION by @marcinlawnik in #166
New Contributors
- @jakubpieta made their first contribution in #160
Full Changelog: v0.3.3...v0.3.4-rc1
v0.3.4
What's Changed
🐞 Bug Fixes
- fix: PC-13500 Fixed tests for BudgetAdjustments with dynamic future date (#160) @jakubpieta
🧰 Maintenance
6 changes
- chore: Update VERSION (#166) @marcinlawnik
- chore: Update SDK version (#165) @marcinlawnik
- chore: Update dependency cspell to v8.11.0 (#164) @renovate
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.3 (#163) @renovate
- chore: Update module github.com/nobl9/nobl9-go to v0.83.0-rc4 (#162) @renovate
- chore: Correct string replacement in Docker e2e tests (#159) @nieomylnieja
v0.3.3-rc1
What's Changed
- chore: Trim prefix from Docker image in Docker tests by @nieomylnieja in #154
- chore: Update dependency cspell to v8.10.1 by @renovate in #155
- chore: Update dependency cspell to v8.10.4 by @renovate in #156
- chore: Update module golang.org/x/tools/cmd/goimports to v0.23.0 by @renovate in #157
- fix: Remove replace clause by @nieomylnieja in #158
Full Changelog: v0.3.2...v0.3.3-rc1
v0.3.3
What's Changed
🐞 Bug Fixes
- fix: Remove replace clause (#158) @nieomylnieja
Fixed
go install
malfunction introduced inv0.3.2
caused by
replace
clause ingo.mod
.
🧰 Maintenance
v0.3.2-rc1
What's Changed
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.2 by @renovate in #139
- chore: Update dependency yaml to v2.4.4 by @renovate in #140
- chore: Update dependency yaml to v2.4.5 by @renovate in #141
- chore: Update dependency golangci/golangci-lint to v1.59.1 by @renovate in #142
- chore: Update module github.com/schollz/progressbar/v3 to v3.14.4 by @renovate in #143
- chore: change folder to directory in brews Goreleaser config by @nieomylnieja in #138
- chore: Adjust e2e tests for createdAt and createdBy new v1alpha Project.Spec fields by @nieomylnieja in #144
- chore: Update module github.com/go-playground/validator/v10 to v10.22.0 by @renovate in #146
- chore: Update module github.com/spf13/cobra to v1.8.1 by @renovate in #147
- chore: Update dependency cspell to v8.9.0 by @renovate in #149
- chore: Update dependency cspell to v8.9.1 by @renovate in #151
- chore: Add Docker image tests by @nieomylnieja in #152
- fix: Correct double quoted JSON string literals handling by @nieomylnieja in #153
Full Changelog: v0.3.1...v0.3.2-rc1
v0.3.2
What's Changed
🐞 Bug Fixes
- fix: Correct double quoted JSON string literals handling (#153) @nieomylnieja
Fixed incorrect handling of double quoted JSON literals which caused
errors when unmarshaling CloudWatch v1alpha SLOs
with certainjson
queries.
🧰 Maintenance
12 changes
- chore: Add Docker image tests (#152) @nieomylnieja
- chore: Update dependency cspell to v8.9.1 (#151) @renovate
- chore: Update dependency cspell to v8.9.0 (#149) @renovate
- chore: Update module github.com/spf13/cobra to v1.8.1 (#147) @renovate
- chore: Update module github.com/go-playground/validator/v10 to v10.22.0 (#146) @renovate
- chore: Adjust e2e tests for createdAt and createdBy new v1alpha Project.Spec fields (#144) @nieomylnieja
- chore: change folder to directory in brews Goreleaser config (#138) @nieomylnieja
- chore: Update module github.com/schollz/progressbar/v3 to v3.14.4 (#143) @renovate
- chore: Update dependency golangci/golangci-lint to v1.59.1 (#142) @renovate
- chore: Update dependency yaml to v2.4.5 (#141) @renovate
- chore: Update dependency yaml to v2.4.4 (#140) @renovate
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.2 (#139) @renovate