-
Notifications
You must be signed in to change notification settings - Fork 15
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 #247
Open
lunar-renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/external-go-packages
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
da72034
to
8a377cd
Compare
9a837db
to
dc2f3a4
Compare
f0b3f15
to
20f359b
Compare
4c1f7f0
to
1bb459d
Compare
1bb459d
to
a4e42cf
Compare
1e3864f
to
3befc89
Compare
3da202f
to
044065f
Compare
044065f
to
2e0feb9
Compare
dcea282
to
3c28c3c
Compare
424e18a
to
dd300cd
Compare
dd300cd
to
2767680
Compare
dccf470
to
02e2aa7
Compare
2a54f3a
to
67e9f92
Compare
dc6cfee
to
b753239
Compare
dd3ce6a
to
c433587
Compare
c433587
to
07f1e7e
Compare
07f1e7e
to
69baaf1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.17.0
v3.2.3
->v3.3.0
v1.4.2
->v1.4.3
da2e3fa
->66a9250
v1.14.0
->v1.14.1
v1.8.0
->v1.9.1
v1.9.0
->v1.10.0
1.22.4
->1.24.1
fc45aab
->054e65f
v0.18.0
->v0.24.0
v0.7.0
->v0.12.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.17.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Added
sdk.config.goprivate
setting indagger.json
for go modules by @rajatjindal in https://github.com/dagger/dagger/pull/9323This setting allows configuring the
GOPRIVATE
env var in the context of building+running the module code, so that private dependencies can be loaded.insteadOf
directives into go module runtime by @rajatjindal in https://github.com/dagger/dagger/pull/9323In combination with
goprivate
, this can be used to load private dependencies.Dependencies
What to do next
v0.16.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.16.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.16.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.16.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.15.4
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.4
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.15.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.15.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.15.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
Dependencies
What to do next
v0.15.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/[email protected]
🔥 Breaking Changes
Enum values must now be accessed with the name prefixed by the name of the
enum type - for example,
dagger.Shared
becomesdagger.CacheSharingModeLocked
.ExecErr.Error
no longer contains the values ofStdout
orStderr
by @vito in https://github.com/dagger/dagger/pull/9033When comparing error values for expected output, use the more specific values.
Dependencies
What to do next
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
🔥 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/[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
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/[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
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/[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
otiai10/copy (github.com/otiai10/copy)
v1.14.1
Compare Source
spf13/cobra (github.com/spf13/cobra)
v1.9.1
Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0
Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflag
dependencies for v1.9.0 by @jpmcb in https://github.com/spf13/cobra/pull/2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: spf13/cobra@v1.8.1...v1.9.0
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
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (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.