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 #1581

Merged
merged 3 commits into from May 15, 2023
Merged

chore(deps): Update go deps #1581

merged 3 commits into from May 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.44.258 -> v1.44.262
github.com/envoyproxy/protoc-gen-validate require patch v1.0.0 -> v1.0.1
github.com/go-logr/zapr require patch v1.2.3 -> v1.2.4
github.com/google/cel-go require minor v0.14.0 -> v0.15.1
github.com/pterm/pterm require patch v0.12.59 -> v0.12.61
github.com/rivo/tview require digest 51ba368 -> 822bd06
github.com/vektra/mockery/v2 require minor v2.26.1 -> v2.27.1
golang.org/x/crypto require minor v0.8.0 -> v0.9.0
golang.org/x/net require minor v0.9.0 -> v0.10.0
golang.org/x/tools require minor v0.8.0 -> v0.9.1
helm.sh/helm/v3 require minor v3.11.3 -> v3.12.0

Release Notes

aws/aws-sdk-go

v1.44.262

Compare Source

===

Service Client Updates
  • service/connect: Updates service documentation
  • service/elasticache: Updates service API and documentation
    • Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
  • service/es: Updates service API and documentation
    • This release fixes DescribePackages API error with null filter value parameter.
  • service/health: Updates service documentation
    • Add support for regional endpoints
  • service/ivs-realtime: Updates service API, documentation, and paginators
  • service/omics: Updates service API, documentation, and paginators
  • service/opensearch: Updates service API
  • service/route53resolver: Adds new service
  • service/support: Updates service API and documentation
    • This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.

v1.44.261

Compare Source

===

Service Client Updates
  • service/elasticmapreduce: Updates service API and documentation
    • EMR Studio now supports programmatically executing a Notebooks on an EMR on EKS cluster. In addition, notebooks can now be executed by specifying its location in S3.
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
  • service/swf: Updates service API and documentation
    • This release adds a new API parameter to exclude old history events from decision tasks.
SDK Bugs
  • service/sms: Remove deprecated services (SMS) integration tests.
    • SMS integration tests will fail because SMS deprecated their service.

v1.44.260

Compare Source

===

Service Client Updates
  • service/application-autoscaling: Updates service API, documentation, and examples
  • service/glue: Updates service API and documentation
    • This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
  • service/sagemaker: Updates service API and documentation
    • This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

v1.44.259

Compare Source

===

Service Client Updates
  • service/glue: Updates service API and documentation
    • Support large worker types G.4x and G.8x for Glue Spark”
  • service/guardduty: Updates service API and documentation
    • Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
  • service/iotsitewise: Updates service API and documentation
  • service/sts: Updates service documentation
    • Documentation updates for AWS Security Token Service.
SDK Bugs
  • restjson: Correct failure to deserialize errors.
    • Deserialize generic error information when no response body is present.
envoyproxy/protoc-gen-validate

v1.0.1

Compare Source

What's Changed
Dependabot Changes

Full Changelog: bufbuild/protoc-gen-validate@v1.0.0...v1.0.1

go-logr/zapr

v1.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/zapr@v1.2.3...v1.2.4

google/cel-go

v0.15.1

Compare Source

Fixes

  • Bump engine.io from 6.4.1 to 6.4.2 [#​697]
  • Fix ID collision between partial eval and AST pruner [#​700]

Full Changelog: google/cel-go@v0.15.0...v0.15.1

v0.15.0

Compare Source

Features

This release introduces a new feature for CEL which allows you to package up local variable
bindings within your expression, using the following syntax:

cel.bind(<varName>, <varInitExpr>, <remainingExpr>)

An example would look as follows:

cel.bind(vals, msg.nested_msg.repeated_strings,
    vals.size() > 2 && 
    vals[0].startsWith('prefix') && 
    vals[1].endsWith('suffix'))
  • CEL variable bindings [#​682]
  • Expose optional types as a REPL option [#​675]
  • Extension library for set-based tests over lists [#​689]

Fixes

  • Parser error reporting limit [#​672]
  • Prune recursion fixes for nested logic [#​677]
  • Add help and compile options to the REPL [#​676]
  • Fix for type guard on optimized set membership step [#​678]
  • Fix numeric unparsing for floats which represent integer values by [#​686]
  • Update ANTLR v4 WORKSPACE references [#​691]
  • Fix error message generation for parse-only expressions [#​693]
  • Additional string.format() test for message field accesses [#​694]

Breaking changes

  • Update the ConvertToNative API documentation and strings.join implementation [#​692]

The strings.join implementation had previously been based on ConvertToNative, but this
presented some usability issues and the implementation was shifted to rely on ref.Val and
traits.Iterator. The new implementation can be opted into by using ext.StringsVersion(2),
or opted out of by using a version < 2.

Full Changelog: google/cel-go@v0.14.0...v0.15.0

pterm/pterm

v0.12.61

Compare Source

What's Changed

Fixes 🔧

Full Changelog: pterm/pterm@v0.12.60...v0.12.61

v0.12.60

Compare Source

Features
  • progressbar: various progressbar improvements
  • progressbar: various progressbar improvements
  • progressbar: various progressbar improvements
  • rgb: added RGBStyle
Test
  • rgb: added RGBStyle tests
Code Refactoring
  • rgb: removed 'GetValues' for 'RGBStyle'
vektra/mockery

v2.27.1

Compare Source

Changelog

v2.27.0

Compare Source

Changelog

helm/helm

v3.12.0: Helm v3.12.0

Compare Source

Helm v3.12.0 is a feature release. 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

Notable Changes

  • When charts are pushed to OCI registries, annotations are attached using standard names that other tools can introspect (e.g. version)
  • --set-literal command line flag to set a specific string with no escaping
  • --cascade flag to specify deletion policy on uninstall

Installation and Upgrading

Download Helm v3.12.0. 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.12.1 is the next patch/bug fix release and will be on June 14, 2023.
  • 3.13.0 is the next feature release and be on September 13, 2023.

Changelog

  • bump version to v3.12.0 c9f554d (Matt Farina)
  • Attach annotations to OCI artifacts f900e9f (Andrew Block)
  • chore: bump k8s.io dependencies to v0.27.1 bdd5656 (Yann Soubeyrand)
  • Bump k8s.io deps from v0.26.0 to v0.27.0 b936140 (Tom Wieczorek)
  • Only run tests once 3232493 (Matt Farina)
  • chore(deps): bump golang.org/x/text from 0.7.0 to 0.9.0 be14682 (dependabot[bot])
  • Fix goroutine leak in action install 7c9d636 (Matt Farina)
  • fix quiet lint does not fail on non-linting errors 853c180 (Joe Julian)
  • create failing test for quietly linting a chart that doesn't exist f13fa07 (Joe Julian)
  • chore(deps): bump github.com/docker/docker aba9bd6 (dependabot[bot])
  • Fixes Readiness Check for statefulsets using partitioned rolling update. (#​11774) eea2f27 (Aman Nijhawan)
  • fix: failed testcase on windows 878e962 (wujunwei)
  • Fix 32bit-x86 typo in testsuite 1fc8369 (Dirk Müller)
  • chore(deps): bump github.com/containerd/containerd from 1.6.15 to 1.7.0 3994329 (dependabot[bot])
  • Handle failed DNS case for Go 1.20+ 046646c (Matt Farina)
  • Updating the Go version in go.mod 4e7e939 (Matt Farina)
  • Bump the Go version 50c22ed (Matt Farina)
  • Fix goroutine leak in perform 11150cd (willzgli)
  • Properly invalidate client after CRD install 68f7b1f (Hidde Beydals)
  • Provide a helper to set the registryClient in cmd 11738dd (Soule BA)
  • Reimplemented change in httpgetter for insecure TLS option c94306f (Andrew Block)
  • Removed conditional ec5e29e (Andrew Block)
  • Added insecure option to login subcommand 154f37e (Andrew Block)
  • Added support for insecure OCI registries 08593c8 (Andrew Block)
  • Enable custom certificates option for OCI b0ecb21 (Soule BA)
  • Add testing to default and release branches 1f26385 (Matt Farina)
  • Added back CircleCI config.yaml e6f7b5a (Andrew Block)
  • Updates based on feedback 2f1dffa (Andrew Block)
  • Removed remaining CircleCI artifacts 07821c8 (Andrew Block)
  • Remove job dependency. Should have done when I moved job to new file b696464 (Scott Rigby)
  • Remove check to run only in helm org c8efe20 (Scott Rigby)
  • Add why comments c5dda09 (Scott Rigby)
  • Convert remaining CircleCI config to GitHub Actions 131f6f3 (Scott Rigby)
  • Changed how the setup-go action sets go version 35e77cc (Andrew Block)
  • CircleCI Migration 6ba17f1 (Andrew Block)
  • chore:Use http constants as http.request parameters 8a310c5 (xin.li)
  • update k8s registry domain 006bc0f (cpanato)
  • don't mark issues as stale where a PR is in progress 209d44c (Joe Julian)
  • chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1 a071378 (dependabot[bot])
  • Update to func handling 863bc74 (Matt Farina)
  • Add option to support cascade deletion options 830d4a9 (MichaelMorris)
  • the linter varcheck and deadcode are deprecated (since v1.49.0) c110817 (Fish-pro)
  • Check status code before retrying request 442d594 (Cenk Alti)
  • Fix improper use of Table request/response to k8s API 36e18fa (Matt Farina)
  • bump version to v3.11.0 6facbad (Matt Farina)
  • fix template --output-dir issue 1c25a1f (yxxhero)
  • Add protection for stack-overflows for nested keys c1a65d5 (Patrick Scheid)
  • Fixing indentation 50ec3d4 (Matt Farina)
  • feature(helm): add --set-literal flag for literal string interpretation 4516039 (Patrick Scheid)

Configuration

📅 Schedule: Branch creation - "before 3am 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.

@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels May 15, 2023
@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #1581 (a713d59) into main (e900c62) will decrease coverage by 7.72%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1581      +/-   ##
==========================================
- Coverage   53.35%   45.63%   -7.72%     
==========================================
  Files         130       67      -63     
  Lines       14631     7159    -7472     
==========================================
- Hits         7806     3267    -4539     
+ Misses       6139     3631    -2508     
+ Partials      686      261     -425     

see 64 files with indirect coverage changes

@renovate
Copy link
Contributor Author

renovate bot commented May 15, 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.

@Sambigeara
Copy link
Contributor

Still awaiting a fix for #1562, hence pinning cel-go to v0.14.0

@Sambigeara Sambigeara changed the title chore(deps): update go deps chore(deps): Update go deps May 15, 2023
@oguzhand95 oguzhand95 requested a review from charithe May 15, 2023 09:25
renovate bot and others added 3 commits May 15, 2023 12:31
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Sam Lock <sam@swlock.co.uk>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
@oguzhand95 oguzhand95 merged commit 2082630 into main May 15, 2023
19 checks passed
@oguzhand95 oguzhand95 deleted the renovate/go-deps branch May 15, 2023 09:40
@Sambigeara
Copy link
Contributor

Ah cool, thanks @oguzhand95

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

3 participants