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

Update module dagger.io/dagger to v0.15.1 #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dagger.io/dagger v0.12.5 -> v0.15.1 age adoption passing confidence

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/[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
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
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
  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module dagger.io/dagger to v0.12.6 Update module dagger.io/dagger to v0.12.7 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from ee15d8a to ef2f467 Compare September 2, 2024 17:11
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.12.7 Update module dagger.io/dagger to v0.13.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from ef2f467 to 891d7b4 Compare September 11, 2024 17:42
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.0 Update module dagger.io/dagger to v0.13.1 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from 891d7b4 to c6ffea2 Compare September 18, 2024 20:08
Copy link
Contributor Author

renovate bot commented Sep 18, 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):

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

Details:

Package Change
go 1.22.2 -> 1.23.4
golang.org/x/text v0.16.0 -> v0.21.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.0
github.com/99designs/gqlgen v0.17.49 -> v0.17.57
github.com/adrg/xdg v0.4.0 -> v0.5.3
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.22.0
github.com/vektah/gqlparser/v2 v2.5.16 -> v2.5.19
golang.org/x/crypto v0.24.0 -> v0.27.0
golang.org/x/mod v0.18.0 -> v0.20.0
golang.org/x/net v0.26.0 -> v0.29.0
golang.org/x/oauth2 v0.20.0 -> v0.23.0
golang.org/x/sys v0.21.0 -> v0.28.0
golang.org/x/term v0.21.0 -> v0.24.0
golang.org/x/tools v0.22.0 -> v0.24.0
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.64.0 -> v1.68.0
google.golang.org/protobuf v1.34.1 -> v1.35.2
github.com/stretchr/testify v1.9.0 -> v1.10.0
golang.org/x/sync v0.7.0 -> v0.10.0

@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from c6ffea2 to 6d13e63 Compare September 20, 2024 22:23
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.1 Update module dagger.io/dagger to v0.13.3 Sep 20, 2024
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.3 Update module dagger.io/dagger to v0.13.4 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch 2 times, most recently from 80e3061 to ffb9499 Compare October 11, 2024 00:13
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.4 Update module dagger.io/dagger to v0.13.5 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from ffb9499 to 21cf726 Compare October 25, 2024 12:09
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.5 Update module dagger.io/dagger to v0.13.6 Oct 25, 2024
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.6 Update module dagger.io/dagger to v0.13.7 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from 21cf726 to c472e2f Compare October 31, 2024 17:15
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from c472e2f to ba43063 Compare November 8, 2024 22:44
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.13.7 Update module dagger.io/dagger to v0.14.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from ba43063 to 012a27f Compare December 11, 2024 12:49
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.14.0 Update module dagger.io/dagger to v0.15.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/dagger.io-dagger-0.x branch from 012a27f to 40a67b0 Compare December 12, 2024 22:58
@renovate renovate bot changed the title Update module dagger.io/dagger to v0.15.0 Update module dagger.io/dagger to v0.15.1 Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants