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 all dependencies #61

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Update all dependencies #61

merged 1 commit into from
Sep 22, 2023

Conversation

platform-engineering-bot
Copy link
Contributor

@platform-engineering-bot platform-engineering-bot commented Sep 11, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v4
actions/download-artifact action major v2 -> v3
actions/setup-go action major v2 -> v4
actions/setup-python action major v2 -> v4
actions/upload-artifact action major v2 -> v3
github.com/Azure/go-ansiterm indirect digest d185dfc -> 306776e
github.com/emicklei/go-restful/v3 indirect minor v3.10.1 -> v3.11.0
github.com/go-openapi/jsonpointer indirect minor v0.19.6 -> v0.20.0
github.com/google/gnostic indirect minor v0.6.9 -> v0.7.0
go.flow.arcalot.io/deployer indirect minor v0.1.0 -> v0.2.0
go.flow.arcalot.io/dockerdeployer require minor v0.2.0 -> v0.3.0
go.flow.arcalot.io/kubernetesdeployer require minor v0.1.0 -> v0.5.1
go.flow.arcalot.io/pluginsdk require minor v0.1.1 -> v0.4.1
go.flow.arcalot.io/podmandeployer require minor v0.2.1 -> v0.3.1
golang.org/x/mod indirect minor v0.9.0 -> v0.12.0
golang.org/x/net indirect minor v0.8.0 -> v0.15.0
golang.org/x/oauth2 indirect minor v0.6.0 -> v0.12.0
golang.org/x/sys indirect minor v0.6.0 -> v0.12.0
golang.org/x/term indirect minor v0.6.0 -> v0.12.0
golang.org/x/text indirect minor v0.8.0 -> v0.13.0
golang.org/x/tools indirect minor v0.6.0 -> v0.13.0
google.golang.org/protobuf indirect minor v1.28.1 -> v1.31.0
k8s.io/api indirect minor v0.26.2 -> v0.28.2
k8s.io/apimachinery indirect minor v0.26.2 -> v0.28.2
k8s.io/client-go indirect minor v0.26.2 -> v0.28.2
k8s.io/klog/v2 indirect minor v2.90.1 -> v2.100.1
k8s.io/kube-openapi indirect digest afdc3dd -> 68afd61
k8s.io/utils indirect digest a5ecb01 -> 3b25d92
sigs.k8s.io/structured-merge-diff/v4 indirect minor v4.2.3 -> v4.3.0

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

actions/download-artifact (actions/download-artifact)

v3

Compare Source

actions/setup-go (actions/setup-go)

v4

Compare Source

v3

Compare Source

actions/setup-python (actions/setup-python)

v4

Compare Source

v3

Compare Source

actions/upload-artifact (actions/upload-artifact)

v3

Compare Source

emicklei/go-restful (github.com/emicklei/go-restful/v3)

v3.11.0

Compare Source

  • restored behavior as <= v3.9.0 with option to change path strategy using TrimRightSlashEnabled.

v3.10.2

Compare Source

  • introduced MergePathStrategy to be able to revert behaviour of path concatenation to 3.9.0
    see comment in Readme how to customize this behaviour.
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.20.0

Compare Source

google/gnostic (github.com/google/gnostic)

v0.7.0

Compare Source

arcalot/arcaflow-engine-deployer (go.flow.arcalot.io/deployer)

v0.2.0

Compare Source

Note: This adds a function to an interface, so this is a breaking change.

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-engine-deployer@v0.1.0...v0.2.0

v0.1.1

Compare Source

arcalot/arcaflow-engine-deployer-docker (go.flow.arcalot.io/dockerdeployer)

v0.3.0

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-engine-deployer-docker@v0.2.2...v0.3.0

v0.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-engine-deployer-docker@v0.2.1...v0.2.2

v0.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-engine-deployer-docker@v0.2.0...v0.2.1

arcalot/arcaflow-engine-deployer-kubernetes (go.flow.arcalot.io/kubernetesdeployer)

v0.5.1

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-engine-deployer-kubernetes@v0.5.0...v0.5.1

v0.5.0

Compare Source

v0.4.0

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-engine-deployer-kubernetes@v0.3.0...v0.4.0

v0.3.0

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-engine-deployer-kubernetes@v0.2.0...v0.3.0

v0.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-engine-deployer-kubernetes@v0.1.0...v0.1.1

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

v0.4.1

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-plugin-sdk-go@v0.2.0...v0.4.1

v0.2.0: 0.2.0

Compare Source

What's Changed

Breaking changes

  • The context now needs to be passed into the callable step.

New Contributors

Full Changelog: arcalot/arcaflow-plugin-sdk-go@v0.1.3...0.2.0

v0.1.3: 0.1.3: Exposed step output schema

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-plugin-sdk-go@v0.1.2...v0.1.3

v0.1.2: 0.1.2: Bugfixes and minor improvements

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-plugin-sdk-go@v0.1.1...v0.1.2

arcalot/arcaflow-engine-deployer-podman (go.flow.arcalot.io/podmandeployer)

v0.3.1

Compare Source

What's Changed

Full Changelog: arcalot/arcaflow-engine-deployer-podman@v0.3.0...v0.3.1

v0.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-engine-deployer-podman@v0.2.2...v0.2.3

v0.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/arcaflow-engine-deployer-podman@v0.2.1...v0.2.2

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

v1.31.0

Compare Source

Notable changes

New Features

  • CL/489316: types/dynamicpb: add NewTypes
    • Add a function to construct a dynamic type registry from a protoregistry.Files
  • CL/489615: encoding: add MarshalAppend to protojson and prototext

Minor performance improvements

  • CL/491596: encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one
  • CL/500695: proto: store the size of tag to avoid multiple calculations

Bug fixes

  • CL/497935: internal/order: fix sorting of synthetic oneofs to be deterministic
  • CL/505555: encoding/protodelim: fix handling of io.EOF

v1.30.0

Compare Source

Announcement
In the previous two releases, v1.29.0 and v1.29.1, we associated the tags with the wrong commits and thus the tags do not reference any commit in this repository. This tag, v1.30.0, refers to an existing commit again. Sorry for the inconvenience.

Notable changes

New Features

  • CL/449576: protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.

v1.29.1

Compare Source

Notable changes

Bug fixes

  • CL/475995: internal/encoding/text: fix parsing of incomplete numbers

v1.29.0

Compare Source

Overview

This version introduces a new package protodelim to marshal and unmarshal size-delimited messages.
It also brings the implementation up to date with the latest protobuf features.

Notable changes

New Features

  • CL/419254: encoding: add protodelim package
  • CL/450775: reflect/protoreflect: add Value.Equal method
  • CL/462315: cmd/protoc-gen-go: make deprecated messages more descriptive
  • CL/473015: encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal

Alignment with protobuf

  • CL/426054: types/descriptorpb: update *.pb.go to use latest protoc release, 21.5
  • CL/425554: encoding/protojson: fix parsing of google.protobuf.Timestamp
  • CL/461238: protobuf: remove the check for reserved field numbers
  • CL/469255: types/descriptorpb: regenerate using latest protobuf v22.0 release
  • CL/472696: cmd/protoc-gen-go: support protobuf retention feature

Documentation improvements:

  • CL/464275: proto: document Equal behavior of invalid messages
  • CL/466375: all: update links to Protocol Buffer documentation

Minor performance improvements

  • CL/460215: types/known/structpb: preallocate map in AsMap
  • CL/465115: internal/strs: avoid unnecessary allocations in Builder

Breaking changes

  • CL/461238: protobuf: remove the check for reserved field numbers
    • protowire.(Number).IsValid() no longer returns false for reserved fields because reserved fields are considered semantically valid by the protobuf spec.
kubernetes/api (k8s.io/api)

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

v0.27.6

Compare Source

v0.27.5

Compare Source

v0.27.4

Compare Source

v0.27.3

Compare Source

v0.27.2

Compare Source

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.9

Compare Source

v0.26.8

Compare Source

v0.26.7

Compare Source

v0.26.6

Compare Source

v0.26.5

Compare Source

v0.26.4

Compare Source

v0.26.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

v0.27.6

Compare Source

v0.27.5

Compare Source

v0.27.4

Compare Source

v0.27.3

Compare Source

v0.27.2

Compare Source

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.9

Compare Source

v0.26.8

Compare Source

v0.26.7

Compare Source

v0.26.6

Compare Source

v0.26.5

Compare Source

v0.26.4

Compare Source

v0.26.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

v0.27.6

Compare Source

v0.27.5

Compare Source

v0.27.4

Compare Source

v0.27.3

Compare Source

v0.27.2

Compare Source

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.9

Compare Source

v0.26.8

Compare Source

v0.26.7

Compare Source

v0.26.6

Compare Source

v0.26.5

Compare Source

v0.26.4

Compare Source

v0.26.3

Compare Source

kubernetes/klog (k8s.io/klog/v2)

v2.100.1: Prepare klog release for Kubernetes v1.28 (Take 1)

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.90.1...v2.100.1

kubernetes-sigs/structured-merge-diff (sigs.k8s.io/structured-merge-diff/v4)

v4.3.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.

@dustinblack dustinblack merged commit 2c363e7 into main Sep 22, 2023
4 checks passed
@dustinblack dustinblack deleted the renovate/all branch September 22, 2023 14:05
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.

2 participants