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

Chore(deps): Bump the backend group across 1 directory with 6 updates #979

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the backend group with 6 updates in the /backend directory:

Package From To
github.com/aws/aws-sdk-go 1.53.10 1.53.19
github.com/go-playground/validator/v10 10.20.0 10.21.0
github.com/redis/go-redis/v9 9.5.1 9.5.3
golang.org/x/oauth2 0.17.0 0.21.0
golang.org/x/text 0.15.0 0.16.0
github.com/go-viper/mapstructure/v2 2.0.0-alpha.1 2.0.0

Updates github.com/aws/aws-sdk-go from 1.53.10 to 1.53.19

Release notes

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

Release v1.53.19 (2024-06-07)

Service Client Updates

  • service/auditmanager: Updates service API and documentation
  • service/b2bi: Updates service API
  • service/codepipeline: Updates service API and documentation
    • CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
  • service/sagemaker: Updates service API and documentation
    • This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.
  • service/verifiedpermissions: Updates service API and documentation

Release v1.53.18 (2024-06-06)

Service Client Updates

  • service/account: Updates service API and documentation
  • service/firehose: Updates service API and documentation
    • Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
  • service/fsx: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • This release adds support for creating and updating Glue Data Catalog Views.
  • service/iotwireless: Updates service API
  • service/location: Updates service API, documentation, and paginators
  • service/sns: Updates service API and documentation
    • Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
  • service/sqs: Updates service API and documentation
    • Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
  • service/storagegateway: Updates service API and documentation
    • Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.

Release v1.53.17 (2024-06-05)

Service Client Updates

  • service/globalaccelerator: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • AWS Glue now supports native SaaS connectivity: Salesforce connector available now
  • service/s3: Updates service API and examples
    • Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.

Release v1.53.16 (2024-06-04)

Service Client Updates

  • service/ec2: Updates service API
    • U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.
  • service/pipes: Updates service API, documentation, and waiters
  • service/sagemaker: Updates service API and documentation
    • Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.

... (truncated)

Commits

Updates github.com/go-playground/validator/v10 from 10.20.0 to 10.21.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.21.0

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.20.0...v10.21.0

Commits

Updates github.com/redis/go-redis/v9 from 9.5.1 to 9.5.3

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.5.2

Changes

  • fix: fix #2681 (#2998)
  • Remove skipping span creation by checking parent spans (#2980)
  • Handle IPv6 in isMovedError (#2981)
  • Fix XGroup first pos key (#2983)
  • Adding BitfieldRo in BitMapCmdable interface (#2962)
  • Optimize docs useless imports and typo (#2970)
  • chore: fix some comments (#2967)
  • Fix for issues #2959 and #2960 (#2961)
  • fix: #2956 (#2957)
  • fix misuses of a vs an (#2936)
  • add server address and port span attributes to redis otel trace instrumentation (#2826)
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /example/otel (#2944)
  • Remove secrets from Redis Enterprise CI (#2938)
  • Fix monitor on go 1.19 (#2908)
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /extra/redisprometheus (#2942)
  • Change RE image to public RE image (#2935)

Contributors

We'd like to thank all the contributors who worked on this release!

@​XSAM, @​akash14darshan, @​daviddzxy, @​dependabot, @​dependabot[bot], @​esara, @​hakusai22, @​hishope, @​kindknow, @​monkey92t, @​ofekshenawa, @​singular-seal and deferdeter

Commits

Updates golang.org/x/oauth2 from 0.17.0 to 0.21.0

Commits
  • 5fd4241 google: update compute token refresh
  • 84cb9f7 oauth2: fix typo in comment
  • 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  • e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
  • d0e617c google: add Credentials.UniverseDomainProvider
  • 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  • 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  • 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
  • 85231f9 go.mod: update golang.org/x dependencies
  • 34a7afa google/externalaccount: add Config.UniverseDomain
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.15.0 to 0.16.0

Commits
  • 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
  • 59e1219 message: optimize lookupAndFormat function for better performance
  • a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
  • See full diff in compare view

Updates github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1 to 2.0.0

Release notes

Sourced from github.com/go-viper/mapstructure/v2's releases.

v2.0.0

mapstructure v2 release 🎉🎉🎉🎉

⚠️ Breaking changes

  • Error is removed in favor of errors.Join (backported from Go 1.20 to preserve compatibility with earlier versions)

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v1.6.0...v2.0.0

Commits
  • 6abdb44 Merge pull request #23 from go-viper/prepare-release
  • dd4833b chore: update flake
  • 35d054a Merge pull request #25 from go-viper/error
  • 9e25c61 refactor: remove unused joined error
  • 81973d9 feat: replace custom joined error with errors.Join
  • 114dfbb feat: add temporary errors package until we drop Go <1.20
  • 57a3d74 Merge pull request #24 from go-viper/error
  • 44474a2 feat!: replace WrappedErrors with Unwrap
  • b94b0f8 feat!: remove exported error type
  • b5a1cb0 chore: add note to change log
  • Additional commits viewable in compare view

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 backend group with 6 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.53.10` | `1.53.19` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.20.0` | `10.21.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.5.1` | `9.5.3` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.17.0` | `0.21.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.15.0` | `0.16.0` |
| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.0.0-alpha.1` | `2.0.0` |



Updates `github.com/aws/aws-sdk-go` from 1.53.10 to 1.53.19
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.53.10...v1.53.19)

Updates `github.com/go-playground/validator/v10` from 10.20.0 to 10.21.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.20.0...v10.21.0)

Updates `github.com/redis/go-redis/v9` from 9.5.1 to 9.5.3
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.5.1...v9.5.3)

Updates `golang.org/x/oauth2` from 0.17.0 to 0.21.0
- [Commits](golang/oauth2@v0.17.0...v0.21.0)

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

Updates `github.com/go-viper/mapstructure/v2` from 2.0.0-alpha.1 to 2.0.0
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](go-viper/mapstructure@v2.0.0-alpha.1...v2.0.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 10, 2024
@garrettladley garrettladley requested review from a team, DOOduneye and garrettladley and removed request for a team June 10, 2024 01:45
Copy link
Member

@garrettladley garrettladley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garrettladley garrettladley enabled auto-merge (squash) June 10, 2024 02:16
@garrettladley garrettladley merged commit 473c425 into main Jun 10, 2024
5 checks passed
@garrettladley garrettladley deleted the dependabot/go_modules/backend/backend-47e4cfa2f8 branch June 10, 2024 02:19
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant