All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
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
- Bump Engine to v0.14.0 by @sipsma in dagger/dagger#8900
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Deprecate unscoped enum values by @jedevc in dagger/dagger#8669
Enum values should now be accessed with the name prefixed by the name of the enum type - for example,dagger.Shared
should becomedagger.CacheSharingModeLocked
.
- Bump Engine to v0.13.7 by @jedevc in dagger/dagger#8829
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.13.6 by @jedevc in dagger/dagger#8770
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.13.5 by @sipsma in dagger/dagger#8679
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.13.4 by @jedevc in dagger/dagger#8661
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.13.3 by @vito in dagger/dagger#8523
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.13.2 by @vito in dagger/dagger#8514
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.13.1 by @sipsma in dagger/dagger#8488
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Fix optional function arguments being generated as required in codegen by @helderco in dagger/dagger#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.
- Bump Engine to v0.13.0 by @jedevc in dagger/dagger#8408
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.12.7 by @jedevc in dagger/dagger#8299
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Correctly handle CRLF line endings during comment parsing by @jedevc in dagger/dagger#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
).
- Update to use Go 1.23 by @jedevc in dagger/dagger#7670
This allows using go 1.23 in modules.
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.12.3 by @github-actions in dagger/dagger#8039
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.12.2 by @github-actions in dagger/dagger#8006
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.12.1 by @github-actions in dagger/dagger#7978
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Don't return
Void
by @helderco in dagger/dagger#7773 - Remove top level type aliases for modules by @jedevc in dagger/dagger#7831
Modules must now use*dagger.Container
(and similar) instead of*Container
directly.
- Bump Engine to v0.12.0 by @github-actions in dagger/dagger#7903
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.11.9 by @github-actions in dagger/dagger#7746
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.11.8 by @github-actions in dagger/dagger#7690
- Read the documentation
- Join our Discord server
- Follow us on Twitter
This SDK uses 🚙 Engine + 🚗 CLI version v0.11.7
. See what changed in that release.
🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.8-rc.1
- Retract v0.11.7 by @gerhard in dagger/dagger#7642
- Improve consistency of codegen ordering by @jedevc in dagger/dagger#7543
- Bump Engine to v0.11.7 by @github-actions in dagger/dagger#7615
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.11.6 by @github-actions in dagger/dagger#7516
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.11.5 by @github-actions in dagger/dagger#7482
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.11.4 by @github-actions in dagger/dagger#7345
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Respect existing go.mod during module initialization by @jedevc in dagger/dagger#7194
- Bump Engine to v0.11.3 by @github-actions in dagger/dagger#7318
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Allow windows CRLF line-endings in go pragmas by @jedevc in dagger/dagger#7121
- Bump Engine to v0.11.2 by @github-actions in dagger/dagger#7204
- Bump Dagger Modules go version to 1.22 by @jedevc in dagger/dagger#7109
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Automatically add
internal/telemetry
directory to generated.gitignore
files by @yann-soubeyrand in dagger/dagger#7019
- Bump Engine to v0.11.1 by @github-actions in dagger/dagger#7100
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.11.0 by @github-actions in dagger/dagger#7016
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.10.3 by @github-actions in dagger/dagger#6936
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.10.2 by @github-actions in dagger/dagger#6871
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.10.1 by @github-actions in dagger/dagger#6826
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.10.0 by @github-actions in dagger/dagger#6758
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.11 by @github-actions in dagger/dagger#6700
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.10 by @github-actions in dagger/dagger#6656
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.9 by @github-actions in dagger/dagger#6636
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.8 by @github-actions in dagger/dagger#6557
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.7 by @github-actions in dagger/dagger#6460
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Add a default global client at dagger.io/dagger/dag by @jedevc in dagger/dagger#6326
- Bump Engine to v0.9.6 by @github-actions in dagger/dagger#6410
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.5 by @github-actions in dagger/dagger#6309
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.4 by @github-actions in dagger/dagger#6239
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.3 by @github-actions in dagger/dagger#6061
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.9.2 by @github-actions in dagger/dagger#6024
- Read the documentation
- Join our Discord server
- Follow us on Twitter
This SDK uses 🚙 Engine + 🚗 CLI version v0.9.1
. See what changed in that release.
🐹 https://pkg.go.dev/dagger.io/dagger@v0.9.1
- Bump Engine to v0.9.1 by @github-actions in dagger/dagger#5969
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- engine: new services API with container <=> host networking, explicit start/stop by @vito in dagger/dagger#5557
- implement new conventions for IDable objects by @vito in dagger/dagger#5881
- Bump Engine to v0.9.0 by @github-actions in dagger/dagger#5940
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.8.8 by @github-actions in dagger/dagger#5877
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.8.7 by @github-actions in dagger/dagger#5799
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Check and panic if a nil pointer is sent as argument to a query by @TomChv in dagger/dagger#5785
- Bump Engine to v0.8.6 by @github-actions in dagger/dagger#5795
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.8.5 by @github-actions in dagger/dagger#5779
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.8.4 by @github-actions in dagger/dagger#5657
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.8.3 by @github-actions in dagger/dagger#5643
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Expand
~
to home when using custom CLI path by @wingyplus in dagger/dagger#5555
- Bump Engine to v0.8.2 by @github-actions in dagger/dagger#5613
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.8.1 by @github-actions in dagger/dagger#5581
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Print progress status during automatic Engine provisioning and establishing client connection by @TomChv in dagger/dagger#5488
- Show warning on version mismatch between Engine and SDK by @TomChv in dagger/dagger#5315
- Bump Engine to v0.8.0 by @github-actions in dagger/dagger#5567
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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 the
With
method to more types by @helderco in dagger/dagger#5447
- Bump Engine to v0.6.4 by @github-actions in dagger/dagger#5489
- Read the documentation
- Join our Discord server
- Follow us on Twitter
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
- Bump Engine to v0.6.3 by @github-actions in dagger/dagger#5407
- Read the documentation
- Join our Discord server
- Follow us on Twitter