fix(deps): update all dependencies #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.3.1
->v0.15.1
v0.0.32
->v0.0.33
v1.6.1
->v1.8.1
v0.1.0
->v0.10.0
Release Notes
dagger/dagger-go-sdk (dagger.io/dagger)
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/dagger@v0.15.1
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/dagger@v0.15.0
🔥 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/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
v0.11.6
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.6
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.6
Dependencies
What to do next
v0.11.5
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.5
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.5
Dependencies
What to do next
v0.11.4
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.4
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.4
Dependencies
What to do next
v0.11.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.3
Fixed
Dependencies
What to do next
v0.11.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.2
Fixed
Dependencies
What to do next
v0.11.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.1
Fixed
internal/telemetry
directory to generated.gitignore
files by @yann-soubeyrand in https://github.com/dagger/dagger/issues/7019Dependencies
What to do next
v0.11.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.11.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.0
Dependencies
What to do next
v0.10.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.10.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.3
Dependencies
What to do next
v0.10.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.10.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.2
Dependencies
What to do next
v0.10.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.10.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.1
Dependencies
What to do next
v0.10.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.10.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.0
Dependencies
What to do next
v0.9.11
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.11
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.11
Dependencies
What to do next
v0.9.10
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.10
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.10
Dependencies
What to do next
v0.9.9
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.9
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.9
Dependencies
What to do next
v0.9.8
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.8
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.8
Dependencies
What to do next
v0.9.7
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.7
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.7
Dependencies
What to do next
v0.9.6
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.6
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.6
Added
Dependencies
What to do next
v0.9.5
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.5
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.5
Dependencies
What to do next
v0.9.4
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.4
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.4
Dependencies
What to do next
v0.9.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.3
Dependencies
What to do next
v0.9.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.2
Dependencies
What to do next
v0.9.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.11
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.11
Dependencies
What to do next
v0.9.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.9.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.0
🔥 Breaking Changes
Dependencies
What to do next
v0.8.8
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.8
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.8
Dependencies
What to do next
v0.8.7
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.7
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.7
Dependencies
What to do next
v0.8.6
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.6
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.6
Fixed
Dependencies
What to do next
v0.8.5
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.5
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.5
Dependencies
What to do next
v0.8.4
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.4
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.4
Dependencies
What to do next
v0.8.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.3
Dependencies
What to do next
v0.8.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.2
Fixed
~
to home when using custom CLI path by @wingyplus in https://github.com/dagger/dagger/pull/5555Dependencies
What to do next
v0.8.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.1
Dependencies
What to do next
v0.8.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.8.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.8.0
Added
Dependencies
What to do next
v0.7.4
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.6.4
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.7.4
Added
With
method to more types by @helderco in https://github.com/dagger/dagger/pull/5447Dependencies
What to do next
v0.7.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.6.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.7.3
Dependencies
What to do next
v0.7.2
Compare Source
v0.7.1
Compare Source
v0.7.0
Compare Source
v0.6.3
Compare Source
v0.6.2
Compare Source
v0.6.1
Compare Source
v0.6.0
Compare Source
v0.5.2
Compare Source
v0.5.1
Compare Source
v0.5.0
Compare Source
v0.4.6
Compare Source
v0.4.5
Compare Source
v0.4.4
Compare Source
v0.4.3
Compare Source
v0.4.2
Compare Source
v0.4.1
Compare Source
v0.4.0
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: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
v1.8.0
Compare Source
✨ Features
MarkFlagsOneRequired
API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.SetErrPrefix
andErrPrefix
APIs on theCommand
struct to allow for setting a custom prefix for errors🐛 Bug fixes
🔧 Maintenance
🧪 Testing & CI/CD
✏️ Documentation
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: https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0
v1.7.0
Compare Source
✨ Features
bash
,zsh
,pwsh
, &fish
: @h4ck3rk3y #1903🐛 Bug fixes
template
import variable name: @yashLadha #1879🧪 Testing & CI/CD
🔧 Maintenance
stale.yaml
mispellings: @enrichman #1863Vitess
andArewefastyet
to projects using cobra: @frouioui #1932✏️ Documentation
MarkFlagsMutuallyExclusive
example in user guide: @janhn #1904shell_completions.md
: @gusega #1907This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.
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: https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
⚠ Artifact update problem
Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: ci/go.sum
File name: go.sum
72b87cc63b
to472bce0c06
472bce0c06
to1a68d6d040
1a68d6d040
tod1593681f4
d1593681f4
tob629605a63
b629605a63
to7e2ba36da3
7e2ba36da3
tod9f159528a
d9f159528a
toc1cf172d12
c1cf172d12
to5a502d7a59
5a502d7a59
toc67cc4ccd2
c67cc4ccd2
to069e61dcb0
069e61dcb0
to40e24d4372
40e24d4372
toc85e1d3cac
c85e1d3cac
tod4dad5cdaa
d4dad5cdaa
toa09d08bc7f
a09d08bc7f
toa8f2206293
a8f2206293
to33b96f95ac
33b96f95ac
to457df751c1
457df751c1
toae9f2957eb
ae9f2957eb
to9798e617a6
9798e617a6
toac0d6d89d3
ac0d6d89d3
to5e09d3d4b1
5e09d3d4b1
to0cf02390f0
0cf02390f0
to96aba033f7
96aba033f7
to5ce6dfe129
5ce6dfe129
toaa55b0cc06
aa55b0cc06
to1359712af6
1359712af6
to817c8c1aea
817c8c1aea
toca08cdbfa0
ca08cdbfa0
toee13ad2a31
Update all dependenciesto fix(deps): update all dependenciesee13ad2a31
to09d8ff8b72
09d8ff8b72
tod7f4d1173d
d7f4d1173d
to51d26938f3
51d26938f3
to2ed9c5464c
2ed9c5464c
to8b76bba4de
8b76bba4de
to25df538812
25df538812
to852fc0abd0
852fc0abd0
to988626b05a
988626b05a
to6ab3b2a446
6ab3b2a446
to4249e92bbe
4249e92bbe
toa3269fad33
a3269fad33
toe3f08233d0
e3f08233d0
to6f5ba38ce1
6f5ba38ce1
tof0631a46a5
f0631a46a5
toa48e8a9010
a48e8a9010
toeab3c26da2
eab3c26da2
to9e92e42135
9e92e42135
toc0419faec9
c0419faec9
to6f6a98e05a
6f6a98e05a
to16902ecf7f
16902ecf7f
to535b932f72
535b932f72
toc07178bb67
c07178bb67
toecbc77139e
ecbc77139e
to42babf9483
42babf9483
to9b75005d5f
9b75005d5f
to52f42a0272
52f42a0272
tofe0371d743
fe0371d743
toc36288228d
c36288228d
to2b47c45fc7
2b47c45fc7
toc2d1476e06
ℹ 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):go
directive was updated for compatibility reasonsDetails:
go
1.19
->1.23.4
github.com/Khan/genqlient
v0.5.0
->v0.7.0
github.com/cenkalti/backoff/v4
v4.1.3
->v4.3.0
github.com/go-logr/logr
v1.2.3
->v1.4.2
github.com/golang/protobuf
v1.5.2
->v1.5.4
github.com/grpc-ecosystem/grpc-gateway/v2
v2.11.2
->v2.22.0
github.com/inconshreveable/mousetrap
v1.0.1
->v1.1.0
github.com/mattn/go-colorable
v0.1.12
->v0.1.13
github.com/mattn/go-isatty
v0.0.14
->v0.0.20
github.com/vektah/gqlparser/v2
v2.5.1
->v2.5.19
go.opentelemetry.io/otel
v1.10.0
->v1.27.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace
v1.9.0
->v1.27.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
v1.9.0
->v1.27.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
v1.9.0
->v1.27.0
go.opentelemetry.io/otel/sdk
v1.9.0
->v1.27.0
google.golang.org/grpc
v1.49.0
->v1.68.0
google.golang.org/protobuf
v1.28.1
->v1.35.2
c2d1476e06
to8e66cddd1d
8e66cddd1d
tobc86b0f67f
bc86b0f67f
tob538e780fc
b538e780fc
toec0f118e11
ec0f118e11
to9732fa7d1e
9732fa7d1e
to0e14914baf
0e14914baf
tobec15c25c2
bec15c25c2
to49f764f0e0
49f764f0e0
to69a8bb3e52
69a8bb3e52
toedf38db25f
edf38db25f
toe922525eb4
e922525eb4
to55d6f95642
55d6f95642
to1841f871e2
1841f871e2
tob5e54aae36
b5e54aae36
to93ebb79cfa
93ebb79cfa
to47a1c44160
47a1c44160
toe9101d8439
e9101d8439
to9accc83dea
9accc83dea
toe5146cf8af
e5146cf8af
tod96135f686
Checkout
From your project repository, check out a new branch and test the changes.