Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@vicentepinto98 vicentepinto98 merged commit 4144f6e into main Apr 1, 2024
3 checks passed
@vicentepinto98 vicentepinto98 deleted the dependabot/go_modules/google.golang.org/protobuf-1.33.0 branch April 1, 2024 11:44
DiogoFerrao added a commit that referenced this pull request Apr 8, 2024
* 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]>
DiogoFerrao added a commit that referenced this pull request Apr 8, 2024
* 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

* Re-add APT installation instructions with new domain (#195)

* Revert "Temporarily remove APT installation instructions from guide (#162)"

This reverts commit 64faf39.

* Replace APT repo URL

* fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#197)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update module golang.org/x/mod to v0.17.0 (#196)

* Update module golang.org/x/mod to v0.16.0

* fix(deps): update module golang.org/x/mod to v0.17.0

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: vicentepinto98 <[email protected]>

* fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 (#199)

Co-authored-by: Renovate Bot <[email protected]>

---------

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]>
Co-authored-by: vicentepinto98 <[email protected]>
DiogoFerrao added a commit that referenced this pull request Apr 8, 2024
* 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

* Re-add APT installation instructions with new domain (#195)

* Revert "Temporarily remove APT installation instructions from guide (#162)"

This reverts commit 64faf39.

* Replace APT repo URL

* fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#197)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update module golang.org/x/mod to v0.17.0 (#196)

* Update module golang.org/x/mod to v0.16.0

* fix(deps): update module golang.org/x/mod to v0.17.0

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: vicentepinto98 <[email protected]>

* fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 (#199)

Co-authored-by: Renovate Bot <[email protected]>

---------

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]>
Co-authored-by: vicentepinto98 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant