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 everything #71

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/hashicorp/terraform-plugin-go v0.24.0 -> v0.25.0 age adoption passing confidence require minor
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 -> v2.35.0 age adoption passing confidence require minor
github.com/indykite/indykite-sdk-go v0.41.2 -> v0.48.0 age adoption passing confidence require minor
github.com/onsi/ginkgo/v2 v2.20.2 -> v2.22.0 age adoption passing confidence require minor
github.com/onsi/gomega v1.34.2 -> v1.36.0 age adoption passing confidence require minor
go (source) 1.22.5 -> 1.23.3 age adoption passing confidence toolchain minor
go.uber.org/mock v0.4.0 -> v0.5.0 age adoption passing confidence require minor
golang 1.22 -> 1.23 age adoption passing confidence final minor
google.golang.org/grpc v1.67.1 -> v1.68.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.35.1 -> v1.35.2 age adoption passing confidence require patch
goreleaser/goreleaser-action v6.0.0 -> v6.1.0 age adoption passing confidence action minor

Release Notes

hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)

v0.25.0

Compare Source

NOTES:

  • tfprotov5+tfprotov6: An upcoming release will require the EphemeralResourceServer implementation as part of ProviderServer. (#​441)

FEATURES:

  • tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type (#​441)
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.35.0

Compare Source

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#​1373)
  • helper/schema: While this Go module will not receive support for ephemeral resource types, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#​1390)
indykite/indykite-sdk-go (github.com/indykite/indykite-sdk-go)

v0.48.0

Compare Source

Features
  • remove system labels in queries (8f7b131)

v0.47.0

Compare Source

Features
  • add IKG tests and update function (5ad1863)
  • remove bad resolver tests (0e675bd)
Miscellaneous Chores
  • deps: update codecov/codecov-action action to v5 (60f04f0)
  • deps: update everything (9179254)

v0.46.0

Compare Source

Features
  • deprecate StreamRecords and update versions (776aef3)

v0.45.1

Compare Source

Bug Fixes
  • add loop to delete AppSpace (5ac2e4f)

v0.45.0

Compare Source

Features
  • update entity matching after modifications (548478b)
Bug Fixes
  • align update EM pipeline request to new specs (05e99c5)

v0.44.0

Compare Source

Features
  • remove read report function and add tests (f120e3a)

v0.43.0

Compare Source

Features
  • add BatchDeleteNodeTags (7c4961e)

v0.42.0

Compare Source

Features
  • add tests for resolver + modif config (15be803)
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]
onsi/gomega (github.com/onsi/gomega)

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance
golang/go (go)

v1.23.3

v1.23.2

v1.23.1

v1.23.0

v1.22.9

v1.22.8

v1.22.7

v1.22.6

uber/mock (go.uber.org/mock)

v0.5.0

Compare Source

0.5.0 (15 Oct 2024)

Added
  • #​153: Add --write_command_comment flag to specify whether to include
    Generated by this command comment.
  • #​191: Add --build_constraint flag to add //go:build directives
    to generated mocks
  • #​214: Add gob mode to support custom package loading techniques in place
    of --exec_only
Changed
  • #​181: Made mockgen faster by changing flags passed to go list.
  • #​183: Made Cond matcher generic.
  • #​204: Removed ISGOMOCK() from generated mocks.
  • #​207: Deprecated reflect mode and replaced it with the new package mode.
Fixed
  • #​144: Fix a deadlock that can happen when mocking an interface that
    matches fmt.Stringer.
  • #​168: Fix an issue where the "generated by" comment was being included
    in the package comment of generated mocks.

Thanks to @​tulzke @​JacobOaks @​ARR4N @​sashamelentyev @​sywhang @​fasmat
@​eyasy1217 @​ghouscht @​tie @​Neo2308 @​carson-brill @​alexandear @​sodul
@​nbgraham for their contributions this release.

grpc/grpc-go (google.golang.org/grpc)

v1.68.0: Release 1.68.0

Compare Source

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#​7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.35.2

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2

Maintenance:

CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)

User-visible changes:

CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort

goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v6.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: goreleaser/goreleaser-action@v6.0.0...v6.1.0


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

deepsource-io bot commented Jun 10, 2024

Here's the code health analysis summary for commits 3d7a977..c414a80. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Go LogoGo✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.57%. Comparing base (3d7a977) to head (c414a80).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
- Coverage   81.73%   79.57%   -2.16%     
==========================================
  Files          22       22              
  Lines        2163     2517     +354     
==========================================
+ Hits         1768     2003     +235     
- Misses        305      424     +119     
  Partials       90       90              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@renovate renovate bot changed the title chore(deps): update dependency go to v1.22.4 chore(deps): update everything Jun 11, 2024
@renovate renovate bot changed the title chore(deps): update everything chore(deps): update everything - autoclosed Jun 18, 2024
@renovate renovate bot closed this Jun 18, 2024
@renovate renovate bot deleted the renovate/everything branch June 18, 2024 10:25
@renovate renovate bot restored the renovate/everything branch June 20, 2024 14:54
@renovate renovate bot changed the title chore(deps): update everything - autoclosed chore(deps): update everything Jun 20, 2024
@renovate renovate bot reopened this Jun 20, 2024
@renovate renovate bot changed the title chore(deps): update everything chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.0 Jun 20, 2024
@renovate renovate bot changed the title chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.0 chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.0 - autoclosed Jun 24, 2024
@renovate renovate bot closed this Jun 24, 2024
@renovate renovate bot deleted the renovate/everything branch June 24, 2024 09:28
@renovate renovate bot changed the title chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.0 - autoclosed chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.0 Jun 27, 2024
@renovate renovate bot reopened this Jun 27, 2024
@renovate renovate bot restored the renovate/everything branch June 27, 2024 10:19
@renovate renovate bot changed the title chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.0 chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.1 Jun 27, 2024
@renovate renovate bot changed the title chore(deps): update module github.com/indykite/indykite-sdk-go to v0.30.1 chore(deps): update module github.com/indykite/indykite-sdk-go to v0.31.0 Jul 1, 2024
@cowan-macady
Copy link
Contributor

DO NOT MERGE

@renovate renovate bot changed the title chore(deps): update module github.com/indykite/indykite-sdk-go to v0.31.0 chore(deps): update everything Jul 2, 2024
@renovate renovate bot changed the title chore(deps): update everything chore(deps): update dependency go to v1.22.5 Jul 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency go to v1.22.5 chore(deps): update everything Jul 12, 2024
@renovate renovate bot force-pushed the renovate/everything branch 12 times, most recently from fe3ef2e to 45621e7 Compare October 8, 2024 10:29
Copy link
Contributor Author

renovate bot commented Oct 10, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240920164238-5a7b106cbb87.2 -> v1.35.2-20240920164238-5a7b106cbb87.1
github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d -> v0.0.0-20241101162523-b92577c0c142
github.com/hashicorp/go-plugin v1.6.1 -> v1.6.2
github.com/hashicorp/terraform-json v0.22.1 -> v0.23.0
github.com/lestrrat-go/jwx/v2 v2.1.1 -> v2.1.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.28.0 -> v0.29.0
golang.org/x/mod v0.21.0 -> v0.22.0
golang.org/x/net v0.30.0 -> v0.31.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.26.0 -> v0.27.0
golang.org/x/text v0.19.0 -> v0.20.0
golang.org/x/tools v0.26.0 -> v0.27.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f -> v0.0.0-20241113202542-65e8d215514f

@renovate renovate bot force-pushed the renovate/everything branch 2 times, most recently from 7be2810 to a713d2c Compare October 18, 2024 14:31
@renovate renovate bot force-pushed the renovate/everything branch 5 times, most recently from 73d588f to 833b97b Compare November 1, 2024 02:31
@renovate renovate bot force-pushed the renovate/everything branch 3 times, most recently from cb363f4 to 0caf6d9 Compare November 11, 2024 13:23
@renovate renovate bot force-pushed the renovate/everything branch 3 times, most recently from 1a0cd95 to 3d16096 Compare November 21, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant