arcalot / arcaflow-expressions

Expressions language for Arcaflow
Apache License 2.0
0 stars 0 forks source link

Update module go.flow.arcalot.io/pluginsdk to v0.11.1 #36

Closed platform-engineering-bot closed 4 months ago

platform-engineering-bot commented 7 months ago

This PR contains the following updates:

Package Type Update Change
go.flow.arcalot.io/pluginsdk require minor v0.8.0 -> v0.11.1

Release Notes

arcalot/arcaflow-plugin-sdk-go (go.flow.arcalot.io/pluginsdk) ### [`v0.11.1`](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/releases/tag/v0.11.1) [Compare Source](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/compare/v0.11.0...v0.11.1) #### What's Changed - Fix missing use of RootObject function by [@​jaredoconnell](https://togithub.com/jaredoconnell) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/87](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/87) **Full Changelog**: https://github.com/arcalot/arcaflow-plugin-sdk-go/compare/v0.11.0...v0.11.1 ### [`v0.11.0`](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/releases/tag/v0.11.0) [Compare Source](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/compare/v0.8.0...v0.11.0) #### 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 - Refine test suite by [@​mfleader](https://togithub.com/mfleader) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/74](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/74) - Update module golang.org/x/text to v0.14.0 by [@​platform-engineering-bot](https://togithub.com/platform-engineering-bot) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/60](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/60) - Underlying type fix by [@​mfleader](https://togithub.com/mfleader) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/79](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/79) - Update all dependencies to v4 by [@​platform-engineering-bot](https://togithub.com/platform-engineering-bot) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/81](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/81) - Added namespaced scopes by [@​jaredoconnell](https://togithub.com/jaredoconnell) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/80](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/80) - Improvements to Ref for Namespaced Scopes by [@​jaredoconnell](https://togithub.com/jaredoconnell) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/83](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/83) - Export Helper Function by [@​mfleader](https://togithub.com/mfleader) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/84](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/84) - Add proper method to access scope root object by [@​jaredoconnell](https://togithub.com/jaredoconnell) in [https://github.com/arcalot/arcaflow-plugin-sdk-go/pull/85](https://togithub.com/arcalot/arcaflow-plugin-sdk-go/pull/85) **Full Changelog**: https://github.com/arcalot/arcaflow-plugin-sdk-go/compare/v0.8.0...v0.11.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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

webbnh commented 4 months ago

This change was superseded by #40.