getsops / sops

Simple and flexible tool for managing secrets
https://getsops.io/
Mozilla Public License 2.0
16.58k stars 865 forks source link

build(deps): Bump the go group with 7 updates #1535

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the go group with 7 updates:

Package From To
cloud.google.com/go/storage 1.39.1 1.42.0
filippo.io/age 1.1.1 1.2.0
github.com/aws/aws-sdk-go-v2/service/kms 1.32.3 1.33.0
google.golang.org/api 0.180.0 0.183.0
google.golang.org/genproto/googleapis/rpc 0.0.0-20240509183442-62759503f434 0.0.0-20240528184218-531527333157
google.golang.org/grpc 1.63.2 1.64.0
google.golang.org/protobuf 1.34.1 1.34.2

Updates cloud.google.com/go/storage from 1.39.1 to 1.42.0

Release notes

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

storage: v1.42.0

1.42.0 (2024-06-10)

Features

  • storage: Add new package transfermanager. This package is intended for parallel uploads and downloads, and is in preview. It is not stable, and is likely to change. (#10045) (cde5cbb)
  • storage: Add bucket HierarchicalNamespace (#10315) (b92406c), refs #10146
  • storage: Add BucketName to BucketHandle (#10127) (203cc59)

Bug Fixes

  • storage: Set invocation headers on xml reads (#10250) (c87e1ab)

Documentation

storage: v1.41.0

1.41.0 (2024-05-13)

Features

  • storage/control: Make Managed Folders operations public (264a6dc)
  • storage: Support for soft delete policies and restore (#9520) (985deb2)

Bug Fixes

  • storage/control: An existing resource pattern value projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**} to resource definition storage.googleapis.com/ManagedFolder is removed (3e25053)
  • storage: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • storage: Bump x/net to v0.24.0 (ba31ed5)
  • storage: Disable gax retries for gRPC (#9747) (bbfc0ac)
  • storage: More strongly match regex (#9706) (3cfc8eb), refs #9705
  • storage: Retry net.OpError on connection reset (#10154) (54fab10), refs #9478
  • storage: Wrap error when MaxAttempts is hit (#9767) (9cb262b), refs #9720

Documentation

  • storage/control: Update storage control documentation and add PHP for publishing (1d757c6)
Commits
  • 22e90d9 chore(main): release spanner 1.42.0 (#7130)
  • 2552e09 fix(spanner): fallback to check grpc error message if ResourceType is nil for...
  • 6bb95ef feat(spanner): add database roles (#5701)
  • f2b1f1b chore(bigquery/storage/managedwriter): internal refactor (flow controller, id...
  • bcc9fcd test(bigtable): expand integration tests for read stats (#7143)
  • ab332ce fix(internal/gapicgen): disable rest for non-rest APIs (#7157)
  • dc89409 chore(main): release pubsublite 1.6.0 (#7129)
  • 5fa8555 feat(pubsublite): create/update export subscriptions (#6885)
  • 176f533 feat(pubsublite): unload idle partition publishers (#7105)
  • 28f3572 feat(all): enable REGAPIC and REST numeric enums (#6999)
  • Additional commits viewable in compare view


Updates filippo.io/age from 1.1.1 to 1.2.0

Release notes

Sourced from filippo.io/age's releases.

age v1.2.0

A small release to build the release binaries with a more recent Go toolchain, and to fix a couple CLI edge cases (FiloSottile/age#491, FiloSottile/age#555).

The Go module now exposes a plugin package that provides an age plugin client. That is, Recipient and Identity implementations that invoke a plugin binary, allowing the use of age plugins in Go programs.

Finally, Recipients can now return a set of "labels" by implementing RecipientWithLabels. This allows replicating the special behavior of the scrypt Recipient in third-party Recipients, or applying policy useful for authenticated or post-quantum Recipients.

// RecipientWithLabels can be optionally implemented by a Recipient, in which
// case Encrypt will use WrapWithLabels instead of Wrap.
//
// Encrypt will succeed only if the labels returned by all the recipients
// (assuming the empty set for those that don't implement RecipientWithLabels)
// are the same.
//
// This can be used to ensure a recipient is only used with other recipients
// with equivalent properties (for example by setting a "postquantum" label) or
// to ensure a recipient is always used alone (by returning a random label, for
// example to preserve its authentication properties).
type RecipientWithLabels interface {
    WrapWithLabels(fileKey []byte) (s []*Stanza, labels []string, err error)
}
Commits
  • bbe6ce5 .github/workflows: update artifacts Actions
  • 1e1bada .github/workflows: go-version stable, not latest
  • 2293a9a .github/workflows: use latest Go for bootstrap
  • 01fe9cd README: add pkgx installation instructions
  • bd0511b cmd/age: detect output/input file reuse when possible
  • febaade cmd/age: create file for empty decryptions
  • 0a40718 doc: regenerate groff and html man pages
  • 7ed4868 .github/workflows: apparently setup-go has no defaults
  • 2a761fc .github/workflows: update GitHub Actions
  • 98e7afc all: upgrade dependencies
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.32.3 to 1.33.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/kms's changelog.

Release (2023-04-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.18.0
    • Feature: add recursion detection middleware to all SDK requests to avoid recursion invocation in Lambda
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.27.0
    • Feature: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.2.5
    • Documentation: Documentation updates for Amazon CodeCatalyst.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.94.0
    • Feature: API changes to AWS Verified Access related to identity providers' information.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.36.0
    • Feature: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.25.0
    • Feature: Added new status result to Liveness session status.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.28.0
    • Feature: added paginator for listResourceRecordSets
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.33.0
    • Feature: added custom paginators for listMultipartUploads and ListObjectVersions

Release (2023-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.52.0
    • Feature: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.1
    • Documentation: Documentation update to address various Amazon ECS tickets.
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.23.0
    • Feature: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

Release (2023-04-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chime: v1.23.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.4.0
    • Feature: This release adds support for specifying the recording file format in an S3 recording sink configuration.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.15.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.18.0
    • Feature: Amazon GameLift supports creating Builds for Windows 2016 operating system.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.21.0
    • Feature: This release adds support for the new Lambda Protection feature.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.36.0
    • Feature: Support additional OTA states in GetOTAUpdate API
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.74.0
    • Feature: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.

... (truncated)

Commits


Updates google.golang.org/api from 0.180.0 to 0.183.0

Release notes

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

v0.183.0

0.183.0 (2024-06-04)

Features

Bug Fixes

v0.182.0

0.182.0 (2024-05-28)

Features

v0.181.0

0.181.0 (2024-05-16)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.183.0 (2024-06-04)

Features

Bug Fixes

0.182.0 (2024-05-28)

Features

0.181.0 (2024-05-16)

Features

Commits


Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20240509183442-62759503f434 to 0.0.0-20240528184218-531527333157

Commits


Updates google.golang.org/grpc from 1.63.2 to 1.64.0

Release notes

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

Release 1.64.0

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#7137)

Performance Improvements

  • client: Improve RPC performance by reducing work while holding a lock (#7132)

Bug Fixes

  • transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#7038)
  • channelz: Fix bug that was causing the subchannel's target to be unset (#7189)
  • stats: Fix bug where peer was not set in context when calling stats handler for OutPayload, InPayload, and End (#7096)

Dependencies

  • deps: Remove dependency on deprecated github.com/golang/protobuf module (#7122)

Documentation

  • grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError which are ignored by NewClient (#7097)
  • grpc: Deprecate Dial and DialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users to NewClient (See #7090 for more information)
  • examples: Add custom lb example (#6691)
Commits
  • fa274d7 Change version to 1.64.0 (#7218)
  • 6b413c8 xds: Surround two Infof calls that use pretty.ToJSON with V(2) checks (...
  • 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (#7217)
  • 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (#7188)
  • 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)
  • c76f686 advancedTLS: Rename get root certs related pieces (#7207)
  • f591e3b codec: remove option to suppress setting supported compressors in headers (#7...
  • b4f7947 github: remove dependabot (#7208)
  • 0561c78 client: add user-friendly error message of LB policy update timed out (#7206)
  • 9d9c1fb peer: remove change detector test (#7204)
  • Additional commits viewable in compare view


Updates google.golang.org/protobuf from 1.34.1 to 1.34.2

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
felixfontein commented 3 months ago

@dependabot rebase

dependabot[bot] commented 3 months ago

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