Commit e557714
Logging: merge changes from main (#204)
* fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.11.0 (#180)
Co-authored-by: Renovate Bot <[email protected]>
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#183)
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Only write to config file when needed (#185)
* UX improvements (#187)
* add default to project list
* project list: improve implementation, add testing
* Fix examples in project list
* Add version column to plans in DSAs
* Add dns record data to list and describe
* minor improvements to code
* fix linting
* add docs
* change keyring testing
* address comments in PR
* fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.11.0 (#189)
Co-authored-by: Renovate Bot <[email protected]>
* UX Improvements: fixes and improvements (#190)
* add default to project list
* project list: improve implementation, add testing
* minor improvements to code
* fix linting
* change keyring testing
* address comments in PR
* address PR comments
* generate docs
* Update internal/pkg/args/args.go
Co-authored-by: João Palet <[email protected]>
* fix linting
---------
Co-authored-by: João Palet <[email protected]>
* Add support for SKE new credentials rotation flow (#186)
* SKE Credentials Rotation: start-rotation command (#179)
* initial start rotation command implementation
* update go mod, rename files, generate docs
* start-rotation update long description
* Improve start-rotation documentation
* SKE Credentials Rotation: complete-rotation command (#181)
* initial complete rotation command
* complete rotation command: improve documentation
* improve documentation
* SKE Credentials Rotation: kubeconfig create command (#184)
* initial kubeconfig create command
* finish create command implementation, add testing
* fix linting, generate docs
* address PR comments
* extract funcs to utils, add testing
* improve function documentation
* fix linting
* address PR comments, minor improvements
* make utils testing work on all OSes
* SKE Credentials Rotation: fixes and improvements (#188)
* improve docs
* Improve documentation, address acceptance comments
* fix testing, finish renaming filepath flag
* SKE Credentials Rotation: deprecate old commands (#191)
* deprecate describe and rotate commands
* improve deprecation messages, add docs
* SKE Credentials Rotation: deprecate old commands improvements (#192)
* remove example cluster name from deprecation message
* address comments
* UX improvements: update project describe help (#193)
* update project describe examples
* generate docs
* Onboard PostgreSQL Flex force delete (#194)
* update create examples to existing flavor
* add the --force flag to delete command
* generate docs
* add forcedeleteinstance waiter
* extract deletion logic to function, test it. Address PR comments
* fix linting, generate docs
* rename util function
* update sdk version
* change new methods to print package
* update testing to include verbosity, update docs
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: stackit-pipeline <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: João Palet <[email protected]>1 parent 791f02d commit e557714
File tree
49 files changed
+2138
-178
lines changed- docs
- internal
- cmd
- dns/record-set
- describe
- list
- logme/plans
- mariadb/plans
- opensearch/plans
- postgresflex/instance
- create
- delete
- project
- describe
- list
- member/list
- rabbitmq/plans
- redis/plans
- ske
- credentials
- complete-rotation
- describe
- rotate
- start-rotation
- kubeconfig
- create
- pkg
- args
- config
- errors
- services
- postgresflex/utils
- ske/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+2138
-178
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | | - | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
This file was deleted.
This file was deleted.
0 commit comments