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): Update go deps #1747

Merged
merged 3 commits into from Aug 14, 2023
Merged

chore(deps): Update go deps #1747

merged 3 commits into from Aug 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.44.317 -> v1.44.322
github.com/bufbuild/buf require minor v1.25.1 -> v1.26.1
github.com/cerbos/cloud-api require patch v0.1.5 -> v0.1.6
github.com/fergusstrange/embedded-postgres require minor v1.23.0 -> v1.24.0
github.com/google/gops require patch v0.3.27 -> v0.3.28
github.com/goreleaser/goreleaser require minor v1.19.2 -> v1.20.0
github.com/lestrrat-go/jwx/v2 require patch v2.0.11 -> v2.0.12
github.com/nlepage/go-tarfs require minor v1.1.0 -> v1.2.0
github.com/tidwall/gjson require minor v1.15.0 -> v1.16.0
github.com/vektra/mockery/v2 require patch v2.32.3 -> v2.32.4
golang.org/x/tools require minor v0.11.1 -> v0.12.0
google.golang.org/genproto/googleapis/api require digest f966b18 -> 1744710
helm.sh/helm/v3 require patch v3.12.2 -> v3.12.3

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.44.322

Compare Source

===

Service Client Updates
  • service/amplifybackend: Updates service API
  • service/config: Updates service API
  • service/ec2: Updates service API
    • Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
  • service/email: Updates service documentation
    • Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.
  • service/quicksight: Updates service API and documentation
    • New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
  • service/swf: Updates service API and documentation
    • This release adds new API parameters to override workflow task list for workflow executions.

v1.44.321

Compare Source

===

Service Client Updates
  • service/cloudtrail: Updates service documentation
    • Documentation updates for CloudTrail.
  • service/connect: Updates service API, documentation, and paginators
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/omics: Updates service API and documentation
  • service/secretsmanager: Updates service API
    • Add additional InvalidRequestException to list of possible exceptions for ListSecret.
  • service/transfer: Updates service documentation
    • Documentation updates for AW Transfer Family

v1.44.320

Compare Source

===

Service Client Updates
  • service/chime-sdk-voice: Updates service API and documentation
  • service/fsx: Updates service API and documentation
  • service/globalaccelerator: Updates service documentation
  • service/guardduty: Updates service API and documentation
    • Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.
  • service/sagemaker: Updates service API and documentation
    • This release adds support for cross account access for SageMaker Model Cards through AWS RAM.

v1.44.319

Compare Source

===

Service Client Updates
  • service/backup: Updates service API, documentation, and paginators
  • service/elasticache: Updates service API and documentation
    • Added support for cluster mode in online migration and test migration API
  • service/servicecatalog: Updates service API and documentation
    • Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.

v1.44.318

Compare Source

===

Service Client Updates
  • service/detective: Updates service API
  • service/ivs-realtime: Updates service API and documentation
  • service/kinesis-video-archived-media: Updates service API and documentation
  • service/kinesisvideo: Updates service API and documentation
    • This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
  • service/rekognition: Updates service documentation and examples
    • This release adds code snippets for Amazon Rekognition Custom Labels.
bufbuild/buf (github.com/bufbuild/buf)

v1.26.1

Compare Source

  • Fix issue where buf build -o did not properly output files with the .txtpb
    extension in Protobuf text format.

v1.26.0

Compare Source

  • Add support for the --http2-prior-knowledge flag when running buf curl
    against secure "https" URLs. This can be used with gRPC servers, that only
    support HTTP/2, when used with a network (layer 4) load balancer, that does
    not support protocol negotiation in TLS handshake.
cerbos/cloud-api (github.com/cerbos/cloud-api)

v0.1.6

Compare Source

fergusstrange/embedded-postgres (github.com/fergusstrange/embedded-postgres)

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: fergusstrange/embedded-postgres@v1.23.0...v1.24.0

google/gops (github.com/google/gops)

v0.3.28

Compare Source

What's Changed

New Contributors

Full Changelog: google/gops@v0.3.27...v0.3.28

goreleaser/goreleaser (github.com/goreleaser/goreleaser)

v1.20.0

Compare Source

Changelog

Full Changelog: goreleaser/goreleaser@nightly...v1.20.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)

v2.0.12

Compare Source

v2.0.12 - 11 Aug 2023
[Bug fixes]
  * [jwt] jwt.Serializer was ignoring JWE flags (#​951)

[Miscellaneous]
  * [jwk] Check for seed length on OKP JWKs to avoid panics (#​947)
  * [jws] Documentation for jws.WithKeySet()
nlepage/go-tarfs (github.com/nlepage/go-tarfs)

v1.2.0

Compare Source

  • ✨ Read files content lazily (#​14)
    • Stop reading all files content in memory
    • Read whole tar file once and record position of each file
    • Create a specific tar.Reader each time a file needs to be read
    • If the given io.Reader isn't an io.ReaderAt, fallback to reading the whole tar file in a buffer
    • Reimplement io.Seeker over tar.Reader to allow usage with http.FS

Huge thanks to @​joelanford for his ideas, contributions, reviews, and patience.

tidwall/gjson (github.com/tidwall/gjson)

v1.16.0

Compare Source

vektra/mockery (github.com/vektra/mockery/v2)

v2.32.4

Compare Source

Changelog

helm/helm (helm.sh/helm/v3)

v3.12.3: Helm v3.12.3

Compare Source

Helm v3.12.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.12.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.13.0 is the next feature release and be on September 13, 2023.

Changelog

  • bump kubernetes modules to v0.27.3 3a31588 (Joe Julian)
  • Add priority class to kind sorter fb74155 (Stepan Dohnal)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Aug 14, 2023
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #1747 (e924ab2) into main (bc1a4d5) will increase coverage by 0.12%.
Report is 4 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1747      +/-   ##
==========================================
+ Coverage   53.09%   53.21%   +0.12%     
==========================================
  Files         133      133              
  Lines       15740    15740              
==========================================
+ Hits         8357     8376      +19     
+ Misses       6656     6633      -23     
- Partials      727      731       +4     

see 5 files with indirect coverage changes

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Aug 14, 2023
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@renovate
Copy link
Contributor Author

renovate bot commented Aug 14, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@charithe charithe merged commit 5b25738 into main Aug 14, 2023
19 checks passed
@charithe charithe deleted the renovate/go-deps branch August 14, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file bots kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant