You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
New sdk.config.goprivate setting in dagger.json for go modules by @rajatjindal in https://github.com/dagger/dagger/pull/9323
This setting allows configuring the GOPRIVATE env var in the context of building+running the module code, so that private dependencies can be loaded.
Removed deprecated unscoped enum values by @jedevc in https://github.com/dagger/dagger/pull/8669
Enum values must now be accessed with the name prefixed by the name of the
enum type - for example, dagger.Shared becomes dagger.CacheSharingModeLocked.
ExecErr.Error no longer contains the values of Stdout or Stderr by @vito in https://github.com/dagger/dagger/pull/9033
When comparing error values for expected output, use the more specific values.
Deprecate unscoped enum values by @jedevc in https://github.com/dagger/dagger/pull/8669
Enum values should now be accessed with the name prefixed by the name of the
enum type - for example, dagger.Shared should become dagger.CacheSharingModeLocked.
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.
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).
renovateBot
changed the title
fix(deps): update module dagger.io/dagger to v0.9.5
fix(deps): update module dagger.io/dagger to v0.9.5 - autoclosed
Jan 9, 2024
renovateBot
changed the title
fix(deps): update module dagger.io/dagger to v0.9.5 - autoclosed
fix(deps): update module dagger.io/dagger to v0.9.5
Jan 12, 2024
renovateBot
changed the title
fix(deps): update module dagger.io/dagger to v0.9.7
fix(deps): update module dagger.io/dagger to v0.9.8
Feb 2, 2024
renovateBot
changed the title
fix(deps): update module dagger.io/dagger to v0.9.8
fix(deps): update module dagger.io/dagger to v0.9.8 - autoclosed
Feb 7, 2024
renovateBot
changed the title
fix(deps): update module dagger.io/dagger to v0.9.8 - autoclosed
fix(deps): update module dagger.io/dagger to v0.9.8
Feb 9, 2024
Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.
Explain this complex logic.
Open a follow-up GitHub issue for this discussion.
Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
@coderabbitai explain this code block.
@coderabbitai modularize this function.
PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
@coderabbitai read src/utils.ts and explain its main purpose.
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
@coderabbitai help me debug CodeRabbit configuration file.
Support
Need help? Join our Discord community for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pause to pause the reviews on a PR.
@coderabbitai resume to resume the paused reviews.
@coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
@coderabbitai full review to do a full review from scratch and review all the files again.
@coderabbitai summary to regenerate the summary of the PR.
@coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
@coderabbitai resolve resolve all the CodeRabbit review comments.
@coderabbitai configuration to show the current CodeRabbit configuration for the repository.
@coderabbitai help to get help.
Other keywords and placeholders
Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
Add @coderabbitai anywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
Visit our Documentation for detailed information on how to use CodeRabbit.
Join our Discord Community to get help, request features, and share feedback.
Follow us on X/Twitter for updates and announcements.
This file contains hidden or 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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
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.9.8->v0.18.14Release Notes
dagger/dagger-go-sdk (dagger.io/dagger)
v0.18.14Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.14. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.14
Dependencies
What to do next
v0.18.13Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.13. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.13
Dependencies
What to do next
v0.18.12Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.12. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.12
Dependencies
What to do next
v0.18.11Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.11. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.11
Added
ignoreby @jedevc in https://github.com/dagger/dagger/pull/10594Dependencies
What to do next
v0.18.10Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.10. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.10
Dependencies
What to do next
v0.18.9Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.9. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.9
Dependencies
What to do next
v0.18.8Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.8. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.8
Dependencies
What to do next
v0.18.7Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.7. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.7
Dependencies
What to do next
v0.18.6Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.6. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.6
Dependencies
What to do next
v0.18.5Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.5. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.5
Dependencies
What to do next
v0.18.4Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.4. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.4
Added
Dependencies
What to do next
v0.18.3Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.3. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.3
Dependencies
What to do next
v0.18.2Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.2. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.2
Dependencies
What to do next
v0.18.1Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.14. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.14
Dependencies
What to do next
v0.18.0Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.0. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.0
Dependencies
What to do next
v0.17.2Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.2. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.17.2
Dependencies
What to do next
v0.17.1Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.1. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.17.1
Dependencies
What to do next
v0.17.0Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.0. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.17.0
Added
sdk.config.goprivatesetting indagger.jsonfor go modules by @rajatjindal in https://github.com/dagger/dagger/pull/9323This setting allows configuring the
GOPRIVATEenv var in the context of building+running the module code, so that private dependencies can be loaded.insteadOfdirectives 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.3Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.3. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.16.3
Dependencies
What to do next
v0.16.2Compare 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
v0.16.1Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.1. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.16.1
Dependencies
What to do next
v0.16.0Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.0. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.16.0
Dependencies
What to do next
v0.15.4Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.4. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.15.4
Dependencies
What to do next
v0.15.3Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.3. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.15.3
Dependencies
What to do next
v0.15.2Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.15.2. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.15.2
Dependencies
What to do next
v0.15.1Compare 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.0Compare 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.Sharedbecomesdagger.CacheSharingModeLocked.ExecErr.Errorno longer contains the values ofStdoutorStderrby @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.0Compare 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.7Compare 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.Sharedshould becomedagger.CacheSharingModeLocked.Dependencies
What to do next
v0.13.6Compare 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.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare 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.0Compare 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.7Compare 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.6Compare 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.
// +optionaland
// +default).Dependencies
This allows using go 1.23 in modules.
What to do next
v0.12.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare 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.0Compare 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
Voidby @helderco in https://github.com/dagger/dagger/pull/7773Modules must now use
*dagger.Container(and similar) instead of*Containerdirectly.Dependencies
What to do next
v0.11.9Compare 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.8This 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.6Compare 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.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare 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/telemetrydirectory to generated.gitignorefiles by @yann-soubeyrand in https://github.com/dagger/dagger/issues/7019Dependencies
What to do next
v0.11.0Compare 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.3Compare 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.2Compare 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.1Compare 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.0Compare 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.11Compare 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.10Compare 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.9Compare 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