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:
0.79.2
->0.79.3
1.8.0
->1.9.0
2.17.9
->2.17.14
3.2.177
->3.2.194
0.11.9
->0.12.1
0.12.0
->0.13.1
0.35.0
->0.36.1
2.0.28
->2.0.29
3.15.2
->3.15.3
3.2.177
->3.2.194
5.7.1
->5.7.2
1.30.2
->1.30.3
1.7.2
->1.7.3
1.7.2
->1.7.3
Release Notes
anchore/grype (anchore/grype)
v0.79.3
Compare Source
Bug Fixes
Additional Changes
(Full Changelog)
anchore/syft (anchore/syft)
v1.9.0
Compare Source
Added Features
Bug Fixes
(Full Changelog)
aws/aws-cli (awscli)
v2.17.14
Compare Source
v2.17.13
Compare Source
v2.17.12
Compare Source
v2.17.11
Compare Source
v2.17.10
Compare Source
bridgecrewio/checkov (checkov)
v3.2.194
Compare Source
v3.2.193
Compare Source
Bug Fix
v3.2.192
Compare Source
v3.2.191
Compare Source
Bug Fix
v3.2.190
Compare Source
v3.2.189
Compare Source
Feature
v3.2.188
Compare Source
v3.2.187
Compare Source
v3.2.186
Compare Source
Feature
Bug Fix
v3.2.185
Compare Source
v3.2.184
Compare Source
v3.2.183
Compare Source
Feature
Bug Fix
Platform
v3.2.182
Compare Source
v3.2.181
Compare Source
v3.2.180
Compare Source
v3.2.179
Compare Source
Feature
v3.2.178
Compare Source
dagger/dagger (dagger/dagger)
v0.12.1
Compare Source
Added
Socket
s as arguments from the CLI to Functions by @sipsma in https://github.com/dagger/dagger/pull/7804--compat
flag for develop to target a specific api version by @jedevc in https://github.com/dagger/dagger/pull/7948Changed
dagger version
/dagger login
/dagger logout
/etc by @jedevc in https://github.com/dagger/dagger/pull/7928Fixed
@
in local module name by @grouville in https://github.com/dagger/dagger/pull/7891dagger version
sometimes disappearing by @jedevc in https://github.com/dagger/dagger/pull/7919What to do next?
v0.12.0
Compare Source
This release is significant. All details (including videos & code examples)
are captured in this blog post.
🔥 Breaking Changes
See the SDK-specific release notes for more information.
Container.withNewFile
signature withDirectory.withNewFile
by @helderco in https://github.com/dagger/dagger/pull/7293Callers of
Container.withNewFile
will need to changecontents
from optional to required argument.withExec
by @helderco in https://github.com/dagger/dagger/pull/7136Callers relying on a
Container
's entrypoint will need to be updatedto opt-in with
useEntrypoint
.Container.stdout
andContainer.stderr
by @helderco in https://github.com/dagger/dagger/pull/7857Callers of
stdout
andstderr
without a previouswithExec
will need toinsert an explicit empty
withExec
.Container.terminal
now returns aContainer
by @aluzzardi in https://github.com/dagger/dagger/pull/7586Callers of
terminal
will need be updated to handle the updated type.Callers expecting a boolean return will need to be updated to instead
handle a string path.
sshAuthSocket
andsshKnownHosts
args fromGitRef.tree
by @jedevc in https://github.com/dagger/dagger/pull/6934Callers should instead attach these arguments onto the top-level
git
call.id
parameters forcontainer
,directory
andsocket
by @jedevc in https://github.com/dagger/dagger/pull/6934Users of these parameters should instead use the standalone
loadContainerFromID
,loadDirectoryFromID
andloadSocketFromID
respectively.
checkVersionCompatibility
field (versioning checks are now automatically performed on all connections) by @jedevc in https://github.com/dagger/dagger/pull/7751Versioning checks are now all automatically performed on all connections, and
never need to be manually performed through the API.
Upgrade Instructions
Thanks to the new compatibility mode feature, these breaking changes should not
impact any existing Modules immediately.
dagger call
should still work onv0.12.0 without any changes to your Module code (any compat issues for modules
are likely a bug, please report!)
After upgrading to Engine v0.12.0, you can upgrade your Module to use the
latest v0.12.0 APIs by running
dagger develop
. That will update theengineVersion
field of your module'sdagger.json
configuration file tov0.12.0
and enable the new APIs.After that, if your code is impacted by any of the breaking changes, you will
see errors when running
dagger call
. Once the errors are fixed,dagger call
will work again and your module can be updated in Daggerverse if desired.
More detailed instructions on addressing the individual API incompatible
changes can be found in the PR descriptions linked above.
Added
terminal
can be inserted into the middle ofContainer
andDirectory
pipelines to pop an interactive shell by @aluzzardi in https://github.com/dagger/dagger/pull/7586-q
flag andDAGGER_QUIET=1
to restore previous verbosity default by @vito in https://github.com/dagger/dagger/pull/7822~
) in file, directory and secret file argument by @wingyplus in https://github.com/dagger/dagger/pull/7818Changed
dagger call
by @helderco in https://github.com/dagger/dagger/pull/7479Fixed
LICENSE
only if--sdk
is set ondagger develop
by @TomChv in https://github.com/dagger/dagger/pull/7719What to do next?
defenseunicorns/uds-cli (defenseunicorns/uds-cli)
v0.13.1
Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@nightly-unstable...v0.13.1
v0.13.0
Compare Source
What's Changed
c9f08ac
by @renovate in https://github.com/defenseunicorns/uds-cli/pull/746Full Changelog: defenseunicorns/uds-cli@v0.12.0...v0.13.0
defenseunicorns/zarf (defenseunicorns/zarf)
v0.36.1
Compare Source
🚨 Important 🚨: Zarf will be moving from github.com/defenseunicorns/zarf to github.com/zarf-dev/zarf
What's Changed
New Contributors
Full Changelog: zarf-dev/zarf@v0.36.0...v0.36.1
v0.36.0
Compare Source
What's Changed
New Contributors
Full Changelog: zarf-dev/zarf@v0.35.0...v0.36.0
defenseunicorns/build-harness (ghcr.io/defenseunicorns/build-harness/build-harness)
v2.0.29
Compare Source
Miscellaneous Chores
helm/helm (helm)
v3.15.3
: Helm v3.15.3Compare Source
Helm v3.15.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.15.3. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E
and can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg
.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash
.What's Next
Changelog
3bb50bb
(Evan Foster)f440d3b
(Suleiman Dibirov)f262d80
(Suleiman Dibirov)7413819
(Sidharth Menon)eb4cf60
(Joe Julian)k3d-io/k3d (k3d-io/k3d)
v5.7.2
Compare Source
kubernetes/kubernetes (kubectl)
v1.30.3
: Kubernetes v1.30.3Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
opentofu/opentofu (opentofu)
v1.7.3
Compare Source
OpenTofu 1.7.3 is now out!
The main improvement is a bug fix for handling lower-case proxy environment variables.
If you'd like to read about all the changes introduced, check out the detailed changelog.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, 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 Mend Renovate. View repository job log here.