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

Update go updates #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

platform-engineering-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/imdario/mergo indirect major v0.3.16 -> v1.0.0
go.flow.arcalot.io/pluginsdk require minor v0.8.0 -> v0.11.1
golang.org/x/oauth2 indirect minor v0.19.0 -> v0.20.0
golang.org/x/sys indirect minor v0.19.0 -> v0.20.0
golang.org/x/term indirect minor v0.19.0 -> v0.20.0
golang.org/x/text indirect minor v0.14.0 -> v0.15.0
google.golang.org/protobuf indirect minor v1.33.0 -> v1.34.0
gopkg.in/yaml.v2 indirect major v2.4.0 -> v3.0.1
k8s.io/kube-openapi indirect digest dc4e619 -> f0e62f9
k8s.io/utils indirect digest 4693a02 -> fe8a2dd

Release Notes

imdario/mergo (github.com/imdario/mergo)

v1.0.0: 1.0.0 released with new module URL: dario.cat/mergo

Compare Source

This PR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.

What's Changed

Full Changelog: darccio/mergo@v0.3.16...v1.0.0

arcalot/arcaflow-plugin-sdk-go (go.flow.arcalot.io/pluginsdk)

v0.11.1

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-plugin-sdk-go@v0.11.0...v0.11.1

v0.11.0

Compare Source

Changes

  • Added RootObject() function to access the scope's root with validation.
  • Added namespaced scopes in v0.10.0-beta1
  • Added a helper function to use object-like schemas.

PRs

Full Changelog: arcalot/arcaflow-plugin-sdk-go@v0.8.0...v0.11.0

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.34.0

Compare Source

Notable changes

New Features
Protobuf editions are fully supported. You can now use edition = "2023" in .proto files together with the proto-gen-go. Edition2023 does not introduce any new features but can be used to replace syntax "proto2/3". Future editions might introduce new features. See https://protobuf.dev/editions/overview/ for more details on protobuf editions.

Documentation
Various smaller changes to improve existing documentation and to add more examples.

  • CL/574455: proto: extend Marshal documentation, include an example
  • CL/574635: proto: extend Unmarshal documentation, include an example
  • CL/574836: protogen: update Options documentation.
  • CL/573361: proto: add examples for Size, MarshalAppend (regarding allocations)
  • CL/579895: encoding/{protojson,prototext}: strengthen wording on stability

Extensions
These are mostly performance improvements or preparations for performance improvements.

  • CL/575035: internal/impl: ensure proto.HasExtension does not allocate
  • CL/576315: [encoding/{protojson,prototext}: strengthen wording on stability](proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension
  • CL/576316: internal/impl: pass ExtensionTypeDescriptor to extensionMap
  • CL/579275: [proto] use the correct parent when resolving features for extensions
  • CL/579595: proto: return an error instead of producing invalid wire format
go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


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 Renovate Bot.

@platform-engineering-bot
Copy link
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
/bin/sh: line 1: go: command not found

Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
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.

None yet

2 participants