fix(deps): update module dagger.io/dagger to v0.16.2 #24

Merged
kjuulh merged 1 commits from renovate/all into main 2025-02-28 02:36:01 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
dagger.io/dagger require patch v0.16.1 -> v0.16.2

Release Notes

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

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/dagger@v0.16.2

Dependencies
What to do next

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.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk) | require | patch | `v0.16.1` -> `v0.16.2` | --- ### Release Notes <details> <summary>dagger/dagger-go-sdk (dagger.io/dagger)</summary> ### [`v0.16.2`](https://github.com/dagger/dagger-go-sdk/blob/HEAD/CHANGELOG.md#sdkgov0162---2025-02-27) [Compare Source](https://github.com/dagger/dagger-go-sdk/compare/v0.16.1...v0.16.2) This SDK uses 🚙 Engine + 🚗 CLI version `v0.16.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.16.2). 🐹 https://pkg.go.dev/dagger.io/dagger@v0.16.2 ##### Dependencies - Bump Engine to v0.16.2 by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/9728 ##### What to do next - Read the [documentation](https://docs.dagger.io/sdk/go) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-02-28 02:35:52 +01:00
fix(deps): update module dagger.io/dagger to v0.16.2
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
bd98eeb281
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-02-28 02:35:52 +01:00
Author
Owner

ℹ Artifact update notice

File name: shuttletask/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):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.7 -> 1.22.12
github.com/99designs/gqlgen v0.17.63 -> v0.17.66
github.com/Khan/genqlient v0.7.0 -> v0.8.0
github.com/vektah/gqlparser/v2 v2.5.21 -> v2.5.22
golang.org/x/net v0.33.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20241202173237-19429a94021a
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20241202173237-19429a94021a
google.golang.org/grpc v1.68.0 -> v1.70.0
google.golang.org/protobuf v1.36.1 -> v1.36.5
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):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.7 -> 1.22.12
github.com/99designs/gqlgen v0.17.63 -> v0.17.66
github.com/Khan/genqlient v0.7.0 -> v0.8.0
github.com/vektah/gqlparser/v2 v2.5.21 -> v2.5.22
golang.org/x/net v0.33.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20241202173237-19429a94021a
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20241202173237-19429a94021a
google.golang.org/grpc v1.68.0 -> v1.70.0
google.golang.org/protobuf v1.36.1 -> v1.36.5
### ℹ Artifact update notice ##### File name: shuttletask/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): - 11 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------------------ | :--------------------------------------------------------------------------- | | `go` | `1.22.7` -> `1.22.12` | | `github.com/99designs/gqlgen` | `v0.17.63` -> `v0.17.66` | | `github.com/Khan/genqlient` | `v0.7.0` -> `v0.8.0` | | `github.com/vektah/gqlparser/v2` | `v2.5.21` -> `v2.5.22` | | `golang.org/x/net` | `v0.33.0` -> `v0.35.0` | | `golang.org/x/sync` | `v0.10.0` -> `v0.11.0` | | `golang.org/x/sys` | `v0.28.0` -> `v0.30.0` | | `golang.org/x/text` | `v0.21.0` -> `v0.22.0` | | `google.golang.org/genproto/googleapis/api` | `v0.0.0-20241113202542-65e8d215514f` -> `v0.0.0-20241202173237-19429a94021a` | | `google.golang.org/genproto/googleapis/rpc` | `v0.0.0-20241113202542-65e8d215514f` -> `v0.0.0-20241202173237-19429a94021a` | | `google.golang.org/grpc` | `v1.68.0` -> `v1.70.0` | | `google.golang.org/protobuf` | `v1.36.1` -> `v1.36.5` | ##### 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): - 11 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------------------ | :--------------------------------------------------------------------------- | | `go` | `1.22.7` -> `1.22.12` | | `github.com/99designs/gqlgen` | `v0.17.63` -> `v0.17.66` | | `github.com/Khan/genqlient` | `v0.7.0` -> `v0.8.0` | | `github.com/vektah/gqlparser/v2` | `v2.5.21` -> `v2.5.22` | | `golang.org/x/net` | `v0.33.0` -> `v0.35.0` | | `golang.org/x/sync` | `v0.10.0` -> `v0.11.0` | | `golang.org/x/sys` | `v0.28.0` -> `v0.30.0` | | `golang.org/x/text` | `v0.21.0` -> `v0.22.0` | | `google.golang.org/genproto/googleapis/api` | `v0.0.0-20241113202542-65e8d215514f` -> `v0.0.0-20241202173237-19429a94021a` | | `google.golang.org/genproto/googleapis/rpc` | `v0.0.0-20241113202542-65e8d215514f` -> `v0.0.0-20241202173237-19429a94021a` | | `google.golang.org/grpc` | `v1.68.0` -> `v1.70.0` | | `google.golang.org/protobuf` | `v1.36.1` -> `v1.36.5` |
kjuulh merged commit bd98eeb281 into main 2025-02-28 02:36:01 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/dagger-helm#24
No description provided.