fix(deps): update external go packages #247
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.11.6
->v0.14.0
v3.2.3
->v3.3.0
v1.4.2
->v1.4.3
da2e3fa
->10388a8
v1.8.0
->v1.8.1
1.22.4
->1.23.3
fc45aab
->2d47ceb
v0.18.0
->v0.22.0
v0.7.0
->v0.9.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.14.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.14.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.14.0
Dependencies
What to do next
v0.13.7
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.7
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.7
Changed
Enum values should now be accessed with the name prefixed by the name of the
enum type - for example,
dagger.Shared
should becomedagger.CacheSharingModeLocked
.Dependencies
What to do next
v0.13.6
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.6
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.6
Dependencies
What to do next
v0.13.5
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.5
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.5
Dependencies
What to do next
v0.13.4
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.4
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.4
Dependencies
What to do next
v0.13.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.3
Dependencies
What to do next
v0.13.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.2
Dependencies
What to do next
v0.13.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.13.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.13.1
Dependencies
What to do next
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/dagger@v0.13.0
🔥 Breaking Changes
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/dagger@v0.12.7
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/dagger@v0.12.6
Fixed
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
This allows using go 1.23 in modules.
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/dagger@v0.12.5
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/dagger@v0.12.4
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/dagger@v0.12.3
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/dagger@v0.12.2
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/dagger@v0.12.1
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/dagger@v0.12.0
🔥 Breaking Changes
Void
by @helderco in https://github.com/dagger/dagger/pull/7773Modules must now use
*dagger.Container
(and similar) instead of*Container
directly.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/dagger@v0.11.9
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/dagger@v0.11.8
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
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.
This PR has been generated by Renovate Bot.