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

fix(deps): update external go packages #238

Closed
wants to merge 1 commit into from

Conversation

lunar-renovate
Copy link
Contributor

@lunar-renovate lunar-renovate commented Jul 1, 2024

This PR contains the following updates:

Package Type Update Change
dagger.io/dagger require minor v0.11.6 -> v0.13.0
github.com/Masterminds/sprig/v3 require minor v3.2.3 -> v3.3.0
github.com/go-cmd/cmd require patch v1.4.2 -> v1.4.3
github.com/spf13/cobra require patch v1.8.0 -> v1.8.1
go (source) toolchain minor 1.22.4 -> 1.23.1
golang.org/x/exp require digest fc45aab -> 701f63a
golang.org/x/mod require minor v0.18.0 -> v0.21.0
golang.org/x/sync require minor v0.7.0 -> v0.8.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dagger/dagger-go-sdk (dagger.io/dagger)

v0.13.0

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.13.0. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

🔥 Breaking Changes
  • Fix optional function arguments being generated as required in codegen by @​helderco in https://github.com/dagger/dagger/pull/8106
    If there's a Module dependency that has a non-null Function argument with a default value,
    it will change from required to optional, in the generated client bindings.
Dependencies
What to do next

v0.12.7

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.7. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Dependencies
What to do next

v0.12.6

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.6. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Fixed
  • Correctly handle CRLF line endings during comment parsing by @​jedevc in https://github.com/dagger/dagger/pull/8217
    This previously could result in function argument doc-strings not being
    correctly found, and would interferet st with pragma parsing (e.g. // +optional
    and // +default).
Dependencies
What to do next

v0.12.5

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.5. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

What to do next

v0.12.4

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.4. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

What to do next

v0.12.3

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.3. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Dependencies
What to do next

v0.12.2

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.2. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Dependencies
What to do next

v0.12.1

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.1. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Dependencies
What to do next

v0.12.0

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.12.0. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

🔥 Breaking Changes
Dependencies
What to do next

v0.11.9

Compare Source

This SDK uses 🚙 Engine + 🚗 CLI version v0.11.9. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Dependencies
What to do next

v0.11.8

This SDK uses 🚙 Engine + 🚗 CLI version v0.11.8. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Dependencies
What to do next
Masterminds/sprig (github.com/Masterminds/sprig/v3)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/sprig@v3.2.3...v3.3.0

go-cmd/cmd (github.com/go-cmd/cmd)

v1.4.3

Compare Source

  • Fixed issue 94: Command is still executed if Stop() is called during BeforeExec hooks
  • Added a note in docs about SIGINT (issue #​100)
  • Updated test matrix to go1.22, go1.21, and go1.20
spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.

@lunar-renovate lunar-renovate requested a review from a team as a code owner July 1, 2024 02:56
@lunar-renovate lunar-renovate added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@lunar-renovate
Copy link
Contributor Author

lunar-renovate commented Jul 1, 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):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/mitchellh/copystructure v1.1.1 -> v1.2.0
github.com/99designs/gqlgen v0.17.44 -> v0.17.49
github.com/Masterminds/semver/v3 v3.2.0 -> v3.3.0
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/mitchellh/reflectwalk v1.0.1 -> v1.0.2
github.com/shopspring/decimal v1.2.0 -> v1.4.0
github.com/sosodev/duration v1.2.0 -> v1.3.1
github.com/spf13/cast v1.4.1 -> v1.7.0
github.com/vektah/gqlparser/v2 v2.5.11 -> v2.5.16
go.opentelemetry.io/otel v1.26.0 -> v1.27.0

@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 3 times, most recently from 7dee104 to 1654741 Compare July 8, 2024 00:42
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 4 times, most recently from f74f5e3 to 41fb8d2 Compare July 20, 2024 00:33
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 2 times, most recently from f058c4f to 630f0a6 Compare July 26, 2024 07:52
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 2 times, most recently from 7572446 to 635d126 Compare August 4, 2024 23:03
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 3 times, most recently from 474be31 to fef56a2 Compare August 14, 2024 03:44
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 2 times, most recently from 02a36b1 to b7cbb45 Compare August 23, 2024 00:04
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 3 times, most recently from 4c03312 to 412d7fd Compare August 30, 2024 12:46
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch 4 times, most recently from d288304 to f035cbf Compare September 10, 2024 00:22
@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch from f035cbf to 3cd8517 Compare September 11, 2024 21:23
@mahlunar mahlunar closed this Sep 19, 2024
@mahlunar mahlunar deleted the renovate/external-go-packages branch September 19, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants