Skip to content
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

Bump the gomodupdates group with 13 updates #2880

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

Bumps the gomodupdates group with 13 updates:

Package From To
cloud.google.com/go/logging 1.8.1 1.9.0
github.com/aws/aws-sdk-go 1.48.16 1.49.5
github.com/charmbracelet/bubbles 0.16.1 0.17.1
github.com/google/uuid 1.4.0 1.5.0
github.com/hashicorp/go-hclog 1.6.1 1.6.2
github.com/spf13/viper 1.18.1 1.18.2
golang.org/x/crypto 0.16.0 0.17.0
golang.org/x/tools 0.16.0 0.16.1
google.golang.org/grpc 1.59.0 1.60.1
k8s.io/apimachinery 0.28.4 0.29.0
k8s.io/client-go 0.28.4 0.29.0
k8s.io/component-base 0.28.4 0.29.0
k8s.io/kubelet 0.28.4 0.29.0

Updates cloud.google.com/go/logging from 1.8.1 to 1.9.0

Release notes

Sourced from cloud.google.com/go/logging's releases.

logging: v1.9.0

1.9.0 (2023-12-12)

Features

  • logging: Add Cloud Run job monitored resource (#8631) (de66868)
  • logging: Automatic project detection in logging.NewClient() (#9006) (bc13e6a)

Bug Fixes

  • logging: Added marshalling methods for proto fields in structuredLogEntry (#8979) (aa385f9)
  • logging: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
  • logging: Update golang.org/x/net to v0.17.0 (174da47)
  • logging: Update grpc-go to v1.56.3 (343cea8)
  • logging: Update grpc-go to v1.59.0 (81a97b0)
  • logging: Use instance/attributes/cluster-location for location on GKE (#9094) (c85b9d4)

serviceusage: v1.8.3

1.8.3 (2023-11-01)

Bug Fixes

  • serviceusage: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
Changelog

Sourced from cloud.google.com/go/logging's changelog.

1.9.0 (2022-10-25)

Features

  • documentai: start generating stubs dir (de2d180)

1.8.0 (2022-09-21)

Features

  • documentai: rewrite signatures in terms of new types for betas (9f303f9)

1.7.0 (2022-09-19)

Features

  • documentai: start generating proto message types (563f546)

1.6.0 (2022-09-15)

Features

  • documentai/apiv1beta3: add REST transport (f7b0822)

1.5.0 (2022-08-18)

⚠ BREAKING CHANGES

  • documentai: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

Features

  • documentai: Added field_mask to ProcessRequest object in document_processor_service.proto feat: Added parent_ids to Revision object in document.proto feat: Added integer_values, float_values and non_present to Entity object in document.proto feat: Added corrected_key_text, correct_value_text to FormField object in document.proto feat: Added OperationMetadata resource feat!: Added Processor Management and Processor Version support to v1 library (370e23e)

Documentation

  • documentai: fix minor docstring formatting (370e23e)

Miscellaneous Chores

1.4.0 (2022-02-23)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go from 1.48.16 to 1.49.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.49.5 (2023-12-18)

Service Client Updates

  • service/cognito-idp: Updates service API and documentation
  • service/eks: Updates service API, documentation, and paginators
  • service/quicksight: Updates service documentation
    • A docs-only release to add missing entities to the API reference.
  • service/route53resolver: Updates service API and documentation

Release v1.49.4 (2023-12-15)

Service Client Updates

  • service/cloud9: Updates service documentation and examples
    • Updated Cloud9 API documentation for AL2023 release
  • service/connect: Updates service API and documentation
  • service/connectcases: Updates service API
  • service/kms: Updates service documentation
    • Documentation updates for AWS Key Management Service
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation by adding code examples
  • service/sagemaker: Updates service API and documentation
    • This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

Release v1.49.3 (2023-12-14)

Service Client Updates

  • service/appstream: Updates service API
    • This release includes support for images of Windows Server 2022 platform.
  • service/b2bi: Updates service documentation and examples
  • service/billingconductor: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/controltower: Updates service documentation
  • service/firehose: Updates service API and documentation
    • This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
  • service/gamelift: Updates service API and documentation
    • Amazon GameLift adds the ability to add and update the game properties of active game sessions.
  • service/iot: Updates service API and documentation
    • This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
  • service/opensearch: Updates service documentation
  • service/quicksight: Updates service API and documentation
    • Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
  • service/workspaces: Updates service documentation
    • Updated note to ensure customers understand running modes.

Release v1.49.2 (2023-12-13)

... (truncated)

Commits

Updates github.com/charmbracelet/bubbles from 0.16.1 to 0.17.1

Release notes

Sourced from github.com/charmbracelet/bubbles's releases.

v0.17.1

What's Changed

Full Changelog: charmbracelet/bubbles@v0.17.0...v0.17.1


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.17.0

Text input autocompletions and various improvements

Autocompletion in Text Input

So @​toadle wanted textinputs to support autocompletion in a ghost-text kind of a way. Rather than wait for us to do it he did what any dedicated open source developer would: he sent a PR! And now we can all benefit from his hard work.

Autocompletion is super easy to use:

ti := textinput.New()
ti.SetSuggestions([]string{"meow", "purr"})

By default you can press ctrl+n and ctrl+p to cycle through suggestions, but those keybindings can be changed as you, the application developer, see fit. For details check out textinput.SetSuggestions and the corresponding KeyMap in the docs.

Is the progress bar done yet?

@​yrashk acutely noticed that to nicely transition from one state to another after an animated progress bar fills up it's helpful to know when the animated has finished animating before transitioning. To solve for this he added an IsAnimating method to the progress model. Thanks, @​yrashk!

Changelog

New!

Improved

Fixed

Full Changelog: charmbracelet/bubbles@v0.16.1...v0.17.0

... (truncated)

Commits
  • 15ea7f3 chore(deps): bump actions/setup-go from 4 to 5
  • 330dd3f feat: upgrade bubbletea and remove deprecated code
  • 167e906 feat(deps): bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.9.1 (#424)
  • f53b3d9 fix: Unicode character encoding error
  • 540c8ac chore(deps): bump actions/checkout from 3 to 4 (#416)
  • eda8912 Support suggestions and autocompletion in textinput (#407)
  • 95d7be5 refactor(list): reduce allocations in filterItems (#396)
  • 0bdcc62 fix(list): No items found. -> No items. (#393)
  • fa8207d fix(list): typo in doc comment (#391)
  • 23b97e3 feat(deps): bump github.com/muesli/termenv from 0.15.1 to 0.15.2 (#390)
  • Additional commits viewable in compare view

Updates github.com/google/uuid from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.5.0

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Changelog

Sourced from github.com/google/uuid's changelog.

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Commits

Updates github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2

Release notes

Sourced from github.com/hashicorp/go-hclog's releases.

Fix level syncing

What's Changed

Full Changelog: hashicorp/go-hclog@v1.6.1...v1.6.2

Commits
  • 3600f4a Conside if the level is to be used separately from if the levels should be ca...
  • See full diff in compare view

Updates github.com/spf13/viper from 1.18.1 to 1.18.2

Release notes

Sourced from github.com/spf13/viper's releases.

v1.18.2

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

Commits
  • ab3a50c fix!: hide struct binding behind a feature flag
  • 9154b90 build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • 08e4a00 build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  • See full diff in compare view

Updates golang.org/x/crypto from 0.16.0 to 0.17.0

Commits
  • 9d2ee97 ssh: implement strict KEX protocol changes
  • 4e5a261 ssh: close net.Conn on all NewServerConn errors
  • 152cdb1 x509roots/fallback: update bundle
  • fdfe1f8 ssh: defer channel window adjustment
  • b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility
  • 7e6fbd8 ssh: wrap errors from client handshake
  • bda2f3f argon2: avoid clobbering BP
  • See full diff in compare view

Updates golang.org/x/tools from 0.16.0 to 0.16.1

Commits
  • 2acb2e6 gopls/internal/test/marker: minor clean up of marker test doc
  • 28b92af internal/typeparams: eliminate remainining compatibility shims
  • ee35f8e gopls/internal/lsp/source: hovering over broken packages is not an error
  • 67611a1 internal/typeparams: eliminate type aliases
  • 23c86e8 internal/typeparams: delete const Enabled=true and simplify
  • e46688f gopls/internal/analysis/fillstruct: don't panic with invalid fields
  • 8bd7553 gopls/internal/util/goversion: warn about EOL for Go 1.18
  • bc9cd15 gopls/internal/settings: remove MemoryMode option
  • bbc30f1 gopls/protocol: Allow AnnotatedTextEdits
  • f40889d gopls/internal/analysis/stubmethods: fix OOB panic in fromValueSpec
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.59.0 to 1.60.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release v1.60.1

Bug Fixes

  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (experimental feature).

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#6804)
  • client: always enable TCP keepalives with OS defaults (#6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#6701)
Commits

Updates k8s.io/apimachinery from 0.28.4 to 0.29.0

Commits
  • 3c8c1f2 update go.mod
  • 12dc3f8 Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • 03a1b4b LRUExpireCache: Allow removing multiple keys under lock
  • bc0a03b Merge pull request #119762 from AxeZhan/PollUntilContextCancel
  • 16d50e6 Merge pull request #121552 from pohly/klog-update
  • 6b13b03 dependencies: klog v2.110.1
  • 96ae302 Merge pull request #121575 from apelisse/update-smd
  • 458fd90 Merge pull request #120707 from Jefftree/csa-openapiv3
  • 850727f Merge pull request #120592 from AxeZhan/validation_sets
  • 8dbf841 managedfields: Allow duplicates for built-in updates associative lists
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.28.4 to 0.29.0

Commits

Updates k8s.io/component-base from 0.28.4 to 0.29.0

Commits

Updates k8s.io/kubelet from 0.28.4 to 0.29.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomodupdates group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go) | `1.8.1` | `1.9.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.48.16` | `1.49.5` |
| [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) | `0.16.1` | `0.17.1` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.4.0` | `1.5.0` |
| [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) | `1.6.1` | `1.6.2` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.1` | `1.18.2` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.16.0` | `0.17.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.16.0` | `0.16.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.60.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.4` | `0.29.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.28.4` | `0.29.0` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.28.4` | `0.29.0` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.28.4` | `0.29.0` |


Updates `cloud.google.com/go/logging` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iap/v1.8.1...dlp/v1.9.0)

Updates `github.com/aws/aws-sdk-go` from 1.48.16 to 1.49.5
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.48.16...v1.49.5)

Updates `github.com/charmbracelet/bubbles` from 0.16.1 to 0.17.1
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v0.16.1...v0.17.1)

Updates `github.com/google/uuid` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.4.0...v1.5.0)

Updates `github.com/hashicorp/go-hclog` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/hashicorp/go-hclog/releases)
- [Commits](hashicorp/go-hclog@v1.6.1...v1.6.2)

Updates `github.com/spf13/viper` from 1.18.1 to 1.18.2
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.18.1...v1.18.2)

Updates `golang.org/x/crypto` from 0.16.0 to 0.17.0
- [Commits](golang/crypto@v0.16.0...v0.17.0)

Updates `golang.org/x/tools` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.16.0...v0.16.1)

Updates `google.golang.org/grpc` from 1.59.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.60.1)

Updates `k8s.io/apimachinery` from 0.28.4 to 0.29.0
- [Commits](kubernetes/apimachinery@v0.28.4...v0.29.0)

Updates `k8s.io/client-go` from 0.28.4 to 0.29.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.28.4...v0.29.0)

Updates `k8s.io/component-base` from 0.28.4 to 0.29.0
- [Commits](kubernetes/component-base@v0.28.4...v0.29.0)

Updates `k8s.io/kubelet` from 0.28.4 to 0.29.0
- [Commits](kubernetes/kubelet@v0.28.4...v0.29.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/charmbracelet/bubbles
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/hashicorp/go-hclog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 19, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 19, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-cb2089c939 branch December 19, 2023 16:25
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants