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:
v2.12.0
->v2.13.0
v4.202.0
->v4.203.0
1.29.1
->1.30.1
v0.11.9
->v0.12.0
0.47.0
->0.47.2
v0.3.0
->v0.3.1
v3.15.2
->v3.15.3
0.53.0
->v0.54.0
v0.3.3
->v0.4.0
0.18.2
->0.19.1
v0.26.2
->v0.27.0
v0.26.2
->v0.27.1
v0.51.2
->v0.52.0
v2.3.0
->v2.4.0
v0.184.0
->v0.186.0
v1.3.10
->v1.4.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.13.0
Compare Source
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.13.0
Highlights:
New Features and Additions:
Fixes:
Updates and Refactors:
Huge thanks goes out to all of our contributors for this release:
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.203.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.202.1...v4.203.0
🎉 New Packages
#24827 axllent/mailpit: An email and SMTP testing tool with API for developers @YumaFuu
v4.202.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.202.0...v4.202.1
Fixes
#24709 Songmu/ecschedule: Support windows @laughk
#24743 Songmu/ecschedule: Regenerate the setting
#24685 borgbackup/borg: fix asset mapping rules for borg >=1.4.0 @reitzig
#24653 Rename the package
Ph0enixKM/Amber
toamber-lang/amber
#24715 junegunn/fzf: Regenerate the setting
#24719 martinvonz/jj: Follow up changes of jj v0.19.0
#24720 orangekame3/stree: Regenerate the setting
casey/just (casey/just)
v1.30.1
Compare Source
Fixed
v1.30.0
Compare Source
Fixed
mod
statements (#2201 by casey)Changed
--summary
(#2210 by casey)ignore-comments
is set (#2180 by casey)just --list --unsorted
(#2164 by casey)just --groups --unsorted
(#2160 by casey)Added
install
and add 32-bit arm targets toinstall.sh
(#2214 by CramBL)--list
(#2199 by Spatenheinz)datetime()
anddatetime_utc()
functions (#2167 by casey)Library
run()
on argument parse error (#2176 by casey)run()
(#2173 by casey)Misc
justfile_directory()
in readme (#2219 by casey)--list-heading
and--list-prefix
(#2213 by casey)clap::ValueParser
(#2211 by neunenak)-and
instead of&&
in PowerShell completion script (#2204 by casey)softprops/action-gh-release
(#2183 by app/dependabot)dagger/dagger (dagger/dagger)
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?
dprint/dprint (dprint/dprint)
v0.47.2
Compare Source
Changes
Install
Run
dprint upgrade
or see https://dprint.dev/install/Checksums
v0.47.1
Compare Source
Changes
--staged
can't find any files (https://github.com/dprint/dprint/pull/880)Install
Run
dprint upgrade
or see https://dprint.dev/install/Checksums
fujiwara/awslim (fujiwara/awslim)
v0.3.1
Compare Source
Changelog
05e4376
Merge pull request #39 from fujiwara/fix/workflow-check-sdkhelm/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)junegunn/fzf (junegunn/fzf)
v0.54.0
: 0.54.0Compare Source
Release highlights: https://junegunn.github.io/fzf/releases/0.54.0/
--wrap
option enables line wrap--wrap-sign
customizes the sign for wrapped lines (default:↳
)toggle-wrap
action toggles line wrapCTRL-/
andALT-/
totoggle-wrap
--wrap-sign $'\t↳ '
to indent wrapped lineskill **
completion uses--wrap
to show the whole line by default instead of showing it in the preview window--info-command
option for customizing the info linePrepend the current cursor position in yellow
fzf --info-command='echo -e "\x1b[33;1m$FZF_POS\x1b[m/$FZF_INFO 💛"'
--tail
--sync
behavior--sync
is provided, fzf will not render the interface until the initial filtering and the associated actions (bound to any ofstart
,load
,result
, orfocus
) are complete.fzf will not render intermediate states
execute
andtransform
actions (it used to timeout due to lock conflict)fzf --listen --sync --bind 'focus:transform-header:curl -s localhost:$FZF_PORT?limit=0 | jq .'
offset-middle
action to place the current item is in the middle of the screenreload
orreload-sync
is bound tostart
event.fzf < /dev/null
or: | fzf
are no longer required and extraneousload
event will not fire due to the empty list.Now this will work as expected. Previously, this would print an invalid header line.
fzf < /dev/null
or: | fzf
would fix the problem, but then an extraneousload
event would fire and the header would be prematurely updated.fzf --header 'Loading ...' --header-lines 1
--bind 'start:reload:sleep 1; ps -ef'
--bind 'load:change-header:Loaded!'
leg100/pug (leg100/pug)
v0.4.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous
v0.3.4
Compare Source
Features
Bug Fixes
Miscellaneous
simulot/immich-go (simulot/immich-go)
v0.19.1
Compare Source
A big thank you to @jrasm91 and @bo0tzz for their help
Changelog
00f3c1c
Getting stuck at 75% - server assets to delete #3433b8fc3d
Merge branch 'main' into simulot/issue3595b7dafd
Unexpected Discrepancy in 'Server has same quality' Metric After Re-uploading Images Fixes #359a1ba280
fix -api-trace errorFull Changelog: simulot/immich-go@0.19.0...0.19.1
v0.19.0
Compare Source
You can sponsor the project
immich-go
! Thank you for your feedback!In this release:
Changelog
67c50ec
Api-trace (#351)1d41803
Create FUNDING.ymldafec49
Metadata (#337)e009356
add sponsor linksbca9618
fix: Do not require value for version call (#352)What's Changed
Full Changelog: simulot/immich-go@0.18.2...0.19.0
smallstep/certificates (smallstep/certificates)
v0.27.0
: Step CA v0.27.0 (24-07-12)Compare Source
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the
Assets
section below.And for packaged versions (Docker, k8s, Homebrew), see our installation docs.
Don't see the artifact you need? Open an issue here.
Signatures and Checksums
step-ca
uses sigstore/cosign for signing and verifying release artifacts.Below is an example using
cosign
to verify a release artifact:The
checksums.txt
file (in theAssets
section below) contains a checksum for every artifact in the release.Changelog
3978d2b
Update changelog for 0.27.0 | add actionlint | update go.step.sm/crypto (#1923)383d281
Merge pull request #1765 from smallstep/mariano/init-provisioners343e730
Remove Disabled provisioner add add an Uninitialized state3908932
Merge branch 'master' into mariano/init-provisionersb6da1de
Merge pull request #1922 from smallstep/mariano/identityffbbdf6
Update api/ssh.go955338a
Create identity uri on any provisioner95afe68
Merge pull request #1920 from smallstep/mariano/crypto191f1a5
Fix unit tests after introduction of rawSubject8f19b3d
Upgrades go.step.sm/cryptoe28eae7
Merge pull request #1919 from smallstep/mariano/fix-acme-http-port8ac876d
Fix HTTP01 challenge url when --acme-http-host is used0eee6f0
Merge pull request #1918 from smallstep/carl/make-install-pathe81512d
Merge pull request #1913 from smallstep/herman/improve-missing-device-attestation-errorecd6c62
Mirrors smallstep/cli#1214a7d4141
Merge pull request #1915 from smallstep/dependabot/go_modules/github.com/newrelic/go-agent/v3-3.33.1530810f
Merge pull request #1914 from smallstep/dependabot/go_modules/cloud.google.com/go/longrunning-0.5.92590690
Merge pull request #1916 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.65.0a553907
Bump google.golang.org/grpc from 1.64.0 to 1.65.078aa7b0
Bump github.com/newrelic/go-agent/v3 from 3.33.0 to 3.33.1e733cf9
Bump cloud.google.com/go/longrunning from 0.5.8 to 0.5.95fecc2b
Fix HTTP internal server error when bad attestation object is providedbc35b0c
Merge pull request #1911 from smallstep/mariano/crypto-updatef93ad60
Upgrade go.step.sm/cryptob9657b6
Merge pull request #1910 from smallstep/mariano/dns87c8020
make fmt2b30ae5
Show clean URL on HTTP-01 errorsc79a4d5
Add helper annotation on test functioned71ac0
Wait for CA to start in a goroutine5817c95
Upgrade github.com/smallstep/nosql5c07d20
Do strict DNS lookup on ACME8829b42
Merge pull request #1903 from smallstep/mariano/validityf8bda96
Apply suggestions from code reviewcaea80d
Use a tagged version of go.step.sm/crypto1704ab9
Merge pull request #1908 from smallstep/dependabot/go_modules/cloud.google.com/go/longrunning-0.5.8b3f538f
Merge pull request #1907 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.1.0143c027
Merge pull request #1906 from smallstep/dependabot/go_modules/google.golang.org/api-0.186.0596dcb9
Bump cloud.google.com/go/longrunning from 0.5.7 to 0.5.80ca263c
Bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.012e7089
Bump google.golang.org/api from 0.185.0 to 0.186.0cb9abbe
Add support for validities in templatesa85723d
Merge pull request #1897 from smallstep/dependabot/go_modules/google.golang.org/api-0.185.0c3beeaf
Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.185.0367d90d
Merge pull request #1898 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.0.1427bea35
Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.145eb1849
Merge pull request #1896 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.0.6ee69818
Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.185.07ff52f6
Merge pull request #1899 from smallstep/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.7.012c2e75
Update goreleaser YML version (#1901)d12d866
Bump github.com/fxamacker/cbor/v2 from 2.6.0 to 2.7.043bf6b5
Bump google.golang.org/api from 0.184.0 to 0.185.0fffffc6
Bump softprops/action-gh-release from 2.0.5 to 2.0.69bf6a83
Merge pull request #1891 from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.34.243bdd61
Bump google.golang.org/protobuf from 1.34.1 to 1.34.21563c26
Merge pull request #1890 from smallstep/dependabot/go_modules/google.golang.org/api-0.184.014230d8
Merge pull request #1889 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.47.1958c344
Bump google.golang.org/api from 0.183.0 to 0.184.08a78924
Bump go.step.sm/crypto from 0.47.0 to 0.47.1890e81c
[actions] dependabot to common workflow | move to new release action (#1887)2d4bc95
Merge pull request #1883 from smallstep/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.093ca1e2
Merge branch 'master' into dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.07bc9d15
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity06a9d2e
Allow custom SCEP key manager976bf0c
Do not fail if a provisioner cannot be initializedThanks!
Those were the changes on v0.27.0!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.
smallstep/cli (smallstep/cli)
v0.27.1
: Step CLI v0.27.1 (24-07-12)Compare Source
Official Release Artifacts
Below are the most popular artifacts for
step
on each platform.For packaged versions (Homebrew, Scoop, etc.), see our installation docs.
Linux
Assets
below for more buildsmacOS Darwin
Windows
Signatures and Checksums
step
uses sigstore/cosign for signing and verifying release artifacts.Below is an example using
cosign
to verify a release artifact:The
checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.Changelog
00417a3
neq -> ne (#1234)Thanks!
Those were the changes on v0.27.1!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.
v0.27.0
: Release refs/tags/v0.27.0Compare Source
terraform-linters/tflint (terraform-linters/tflint)
v0.52.0
Compare Source
What's Changed
Enhancements
--chdir
and--recursive
to be used together by @wata727 in https://github.com/terraform-linters/tflint/pull/2079Bug Fixes
Chores
Full Changelog: terraform-linters/tflint@v0.51.2...v0.52.0
tofuutils/tenv (tofuutils/tenv)
v2.4.0
Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.3.0...v2.4.0
weaveworks/eksctl (weaveworks/eksctl)
v0.186.0
: eksctl 0.186.0Compare Source
Release v0.186.0
🚀 Features
🎯 Improvements
v0.185.0
: eksctl 0.185.0Compare Source
Release v0.185.0
🎯 Improvements
Acknowledgments
The eksctl maintainers would like to sincerely thank @aciba90, @siennathesane and @vsoch.
withgraphite/homebrew-tap (withgraphite/homebrew-tap)
v1.4.1
Compare Source
v1.4.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.