arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Update Patch updates #103

Closed platform-engineering-bot closed 10 months ago

platform-engineering-bot commented 10 months ago

This PR contains the following updates:

Package Type Update Change
github.com/docker/docker indirect patch v24.0.2+incompatible -> v24.0.5+incompatible
github.com/go-logr/logr indirect patch v1.2.3 -> v1.2.4
github.com/go-openapi/jsonreference indirect patch v0.20.0 -> v0.20.2
github.com/go-openapi/swag indirect patch v0.22.3 -> v0.22.4
github.com/golang/protobuf indirect patch v1.5.2 -> v1.5.3

Release Notes

docker/docker (github.com/docker/docker) ### [`v24.0.5+incompatible`](https://togithub.com/docker/docker/compare/v24.0.4...v24.0.5) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.4...v24.0.5) ### [`v24.0.4+incompatible`](https://togithub.com/docker/docker/compare/v24.0.3...v24.0.4) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.3...v24.0.4) ### [`v24.0.3+incompatible`](https://togithub.com/docker/docker/compare/v24.0.2...v24.0.3) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.2...v24.0.3)
go-logr/logr (github.com/go-logr/logr) ### [`v1.2.4`](https://togithub.com/go-logr/logr/releases/tag/v1.2.4) [Compare Source](https://togithub.com/go-logr/logr/compare/v1.2.3...v1.2.4) This is a collection of small bugfixes and documentation updates. NOTE: A change ([https://github.com/go-logr/logr/pull/166](https://togithub.com/go-logr/logr/pull/166)) which was thought to be compatible seems to be a breaking change. In particular, one used to be able to differentiate the result of `Discard()` from `Logger{}`. After this change, those are the same. We are considering how to address this, but do not currently plan to revert this change. Apologies! #### What's Changed - Fix syntax in documentation by [@​balki](https://togithub.com/balki) in [https://github.com/go-logr/logr/pull/144](https://togithub.com/go-logr/logr/pull/144) - testr: use an interface to make it work with \*testing.B and \*testing.F by [@​jeandeaual](https://togithub.com/jeandeaual) in [https://github.com/go-logr/logr/pull/143](https://togithub.com/go-logr/logr/pull/143) - If logging as JSON and the type is json.RawMessage log it "as-is" by [@​sfc-gh-jchacon](https://togithub.com/sfc-gh-jchacon) in [https://github.com/go-logr/logr/pull/147](https://togithub.com/go-logr/logr/pull/147) - Make zero value useful & add .IsZero() by [@​wojas](https://togithub.com/wojas) in [https://github.com/go-logr/logr/pull/153](https://togithub.com/go-logr/logr/pull/153) - testr: merge testLogger and testLoggerInterface by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/160](https://togithub.com/go-logr/logr/pull/160) - funcr: JSON invalid output with 1st field omitted by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/159](https://togithub.com/go-logr/logr/pull/159) - Make github assign PRs and issues by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/162](https://togithub.com/go-logr/logr/pull/162) - Fix comments on optional sink interfaces by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/161](https://togithub.com/go-logr/logr/pull/161) - Add examples for Logger methods by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/163](https://togithub.com/go-logr/logr/pull/163) - funcr: optimize WithValues/WithName/WithCallDepth by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/165](https://togithub.com/go-logr/logr/pull/165) - make Discard logger equal to null logger by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/166](https://togithub.com/go-logr/logr/pull/166) #### New Contributors - [@​balki](https://togithub.com/balki) made their first contribution in [https://github.com/go-logr/logr/pull/144](https://togithub.com/go-logr/logr/pull/144) - [@​jeandeaual](https://togithub.com/jeandeaual) made their first contribution in [https://github.com/go-logr/logr/pull/143](https://togithub.com/go-logr/logr/pull/143) - [@​sfc-gh-jchacon](https://togithub.com/sfc-gh-jchacon) made their first contribution in [https://github.com/go-logr/logr/pull/147](https://togithub.com/go-logr/logr/pull/147) **Full Changelog**: https://github.com/go-logr/logr/compare/v1.2.3...v1.2.4
go-openapi/jsonreference (github.com/go-openapi/jsonreference) ### [`v0.20.2`](https://togithub.com/go-openapi/jsonreference/compare/v0.20.1...v0.20.2) [Compare Source](https://togithub.com/go-openapi/jsonreference/compare/v0.20.1...v0.20.2) ### [`v0.20.1`](https://togithub.com/go-openapi/jsonreference/compare/v0.20.0...v0.20.1) [Compare Source](https://togithub.com/go-openapi/jsonreference/compare/v0.20.0...v0.20.1)
go-openapi/swag (github.com/go-openapi/swag) ### [`v0.22.4`](https://togithub.com/go-openapi/swag/compare/v0.22.3...v0.22.4) [Compare Source](https://togithub.com/go-openapi/swag/compare/v0.22.3...v0.22.4)
golang/protobuf (github.com/golang/protobuf) ### [`v1.5.3`](https://togithub.com/golang/protobuf/releases/tag/v1.5.3) [Compare Source](https://togithub.com/golang/protobuf/compare/v1.5.2...v1.5.3) Notable changes \*( [#​1363](https://togithub.com/golang/protobuf/issues/1363)) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal

Configuration

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

🚦 Automerge: Enabled.

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.



This PR has been generated by Renovate Bot.