chore(deps): update aquas #286
Merged
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:
v4.203.0->v4.205.0v0.27.0->v0.27.11.30.1->1.32.0v2.52.0->v2.53.0v0.12.0->v0.12.1v0.18.21->v0.18.22v0.42.0->v0.43.11.30.2->1.30.3v0.4.0->v0.4.2v0.17.6->v0.18.00.19.1->0.20.1v0.27.0->v0.27.2v0.27.1->v0.27.2v2.4.0->v2.6.1v2.50.0->v2.51.0v0.186.0->v0.187.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.205.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.204.0...v4.205.0
🎉 New Packages
#24983 fujiwara/iam-policy-finder: iam-policy-finder is finder of AWS IAM Policies
#24976 jubako/arx: Store files and directory in an archive. Like tar, but faster and with direct random access @NikitaCOEUR
Fixes
#24973 theupdateframework/go-tuf/tuf
#24974 theupdateframework/go-tuf/tuf-client
They decided to leave go-tuf as a library only. https://github.com/theupdateframework/go-tuf/releases/tag/v2.0.0
v4.204.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.203.0...v4.204.0
🎉 New Packages
#24940 eficode/wait-for: ./wait-for is a script to wait for another service to become available @YumaFuu
Fixes
#24935 cyberark/kubeletctl: Regenerate the setting
#24878 Enter-tainer/typstyle: Follow up changes of typstyle v0.11.29
bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)
v0.27.1Compare Source
casey/just (casey/just)
v1.32.0Compare Source
Added
[script(…)]attribute (#2259 by casey)[extension: 'EXT']attribute to set shebang recipe script file extension (#2256 by casey)[doc]attribute (#2254 by casey)[doc]annotation on modules (#2247 by neunenak)v1.31.0Compare Source
Stabilized
Added
modpath to be directory containing module source (#2238 by casey)set unstable(#2237 by casey)_directoryto_dir(#2235 by casey)Fixed
..does not check the current directory (#2236 by casey)Misc
--listwith groups (#2244 by casey)cli/cli (cli/cli)
v2.53.0: GitHub CLI 2.53.0Compare Source
What's Changed
--jsonoption tovariable getcommand by @babakks in https://github.com/cli/cli/pull/9128gh repo createto clarify owner by @jessehouwing in https://github.com/cli/cli/pull/9309gh pr view --json stateReasonby @williammartin in https://github.com/cli/cli/pull/9307issue create --editorby @notomo in https://github.com/cli/cli/pull/7193pr update-branchcommand by @babakks in https://github.com/cli/cli/pull/8953New Contributors
Full Changelog: cli/cli@v2.52.0...v2.53.0
dagger/dagger (dagger/dagger)
v0.12.1Compare Source
Added
Sockets as arguments from the CLI to Functions by @sipsma in https://github.com/dagger/dagger/pull/7804--compatflag 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 versionsometimes disappearing by @jedevc in https://github.com/dagger/dagger/pull/7919What to do next?
eza-community/eza (eza-community/eza)
v0.18.22: eza v0.18.22Compare Source
Changelog
Bug Fixes
Features
Miscellaneous Tasks
Ci
Checksums
sha256sum
md5sum
blake3sum
jesseduffield/lazygit (jesseduffield/lazygit)
v0.43.1Compare Source
What's Changed
Fixes 🔧
Full Changelog: jesseduffield/lazygit@v0.43.0...v0.43.1
v0.43.0Compare Source
What's Changed
Thanks to all contributors who helped make this release happen! There's a lot of first-time contributors on this release as well so kudos to you all.
There's quite a few things in this release. I'm going to single out a couple that have changed my workflow.
Base branch stuff
lg-base-branch-demo.mov
Easier rebase onto base branch
(Add command to rebase onto base branch by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3615)
When my feature branch gets out of date with the main branch, I like to rebase it onto the main branch. Up until now, that's required:
That takes too long! Now you can just press 'r' followed by 'b' to rebase onto the base branch (which defaults to origin/main).
See the divergence count from the base branch
(Divergence from base branch display by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3613)
You can now also configure to see the divergence from a branch and its base branch with the following config:
This shows the divergence count in blue, next to the yellow count of divergence from the upstream branch. This is admittedly noisy, so it's an opt-in feature. But I think the noise is worth it.
If you set the config value to 'onlyArrow' it's a lot less noisy:
See detailed divergence from base branch
(Add command to show divergence from base branch as a left-right log by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3614)
By pressing 'u' then 'b' on a branch you can see the divergence view for that branch compared to its base branch
Improved 'Find commit for fixup' feature
(Improve the "Find base commit for fixup" command by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3602)
'Find commit for fixup' is not a very catchy name for this feature but I can't think of anything better at the moment. Nevertheless! The idea is that you often want to know for a given set of changes, which commit ought they be included in? Just press
ctrl+fwhen in the files panel and lazygit will jump the cursor to the appropriate commit to fixup.With this release, the feature is smarter and more lenient so it's more likely to find you a match. If you haven't tried this out you should really give it a go!
find-commit-demo.mov
Other Enhancements 🔥
shift+myou get the option to do a regular merge or a squash merge. If you already have muscle memory for regular merge; don't worry: it's the same sequence of keypresses.similarity-demo.mov
gui.expandedSidePanelWeightby @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3623lg-multi-author-select.mov
Fixes 🔧
Maintenance ⚙️
copyloopvarto enabled linters by @kyu08 in https://github.com/jesseduffield/lazygit/pull/3586lintto make target by @kyu08 in https://github.com/jesseduffield/lazygit/pull/3593goconstin the future from.golangci.ymlby @kyu08 in https://github.com/jesseduffield/lazygit/pull/3596rebase_ontodemo test to match new the rebase menu title by @AzraelSec in https://github.com/jesseduffield/lazygit/pull/3636actions/checkout,actions/setup-go,actions/cache/restore,actions/cache/saveby @kyu08 in https://github.com/jesseduffield/lazygit/pull/3594Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.42.0...v0.43.0
Shameless Plug
I (Jesse) quit my day job and co-founded Subble, a startup that helps your company manage its SaaS subscriptions (discovery of subscriptions, onboarding/offboarding etc) to save you time and money. Check it out! https://www.subble.com/
kubernetes/kubectl (kubernetes/kubectl)
v1.30.3Compare Source
leg100/pug (leg100/pug)
v0.4.2Compare Source
Bug Fixes
v0.4.1Compare Source
Bug Fixes
Miscellaneous
marcosnils/bin (marcosnils/bin)
v0.18.0Compare Source
Changelog
91ae3e6bump goreleaser version0d011d5make ensure check file hash (#206)simulot/immich-go (simulot/immich-go)
v0.20.1Compare Source
Release 0.20.1
changes
fixes:
v0.20Compare Source
Feature: exclude files based on a pattern
Use the
-exclude-files=PATTERNto exclude certain files or directories from the upload. Repeat the option for each pattern do you need. The following directories are excluded automatically:Example, the following command excludes any files in directories called backup or draft and any file with name finishing with "copy)" as PXL_20231006_063121958 (another copy).jpg:
immich-go -sever=xxxxx -key=yyyyy upload -exclude-files=backup/ -exclude-files=draft/ -exclude=copy).* /path/to/your/filesFixes:
smallstep/certificates (smallstep/certificates)
v0.27.2: Step CA v0.27.2 (24-07-18)Compare Source
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the
Assetssection 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-causes sigstore/cosign for signing and verifying release artifacts.Below is an example using
cosignto verify a release artifact:The
checksums.txtfile (in theAssetssection below) contains a checksum for every artifact in the release.Changelog
077f688Add changelog for 0.27.2 & 0.27.1 | update changelog for 0.27.0 (#1934)eb503c7Merge pull request #1931 from smallstep/mariano/console797f577Merge pull request #1929 from smallstep/dependabot/go_modules/go.step.sm/linkedca-0.22.161ffb32Merge pull request #1928 from smallstep/dependabot/go_modules/cloud.google.com/go/security-1.17.38b89dd1Update step_config.tpl templateb67eb9dBump go.step.sm/linkedca from 0.21.1 to 0.22.153f616dBump cloud.google.com/go/security from 1.17.0 to 1.17.3Thanks!
Those were the changes on v0.27.2!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.
v0.27.1: Step CA v0.27.1 (24-07-12)Compare Source
Official Release Artifacts
Linux
OSX Darwin
Windows
For more builds across platforms and architectures, see the
Assetssection 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-causes sigstore/cosign for signing and verifying release artifacts.Below is an example using
cosignto verify a release artifact:The
checksums.txtfile (in theAssetssection below) contains a checksum for every artifact in the release.Changelog
3897771Merge pull request #1926 from smallstep/mariano/dns3e61796Add a flag to enable strict DNS resolution0a9dd62[actions] use ref_name as release name (#1924)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.
smallstep/cli (smallstep/cli)
v0.27.2: Step CLI v0.27.2 (24-07-18)Compare Source
Official Release Artifacts
Below are the most popular artifacts for
stepon each platform.For packaged versions (Homebrew, Scoop, etc.), see our installation docs.
Linux
Assetsbelow for more buildsmacOS Darwin
Windows
Signatures and Checksums
stepuses sigstore/cosign for signing and verifying release artifacts.Below is an example using
cosignto verify a release artifact:The
checksums.txtfile (in the 'Assets' section below) contains a checksum for every artifact in the release.Changelog
eeb9a40Update changelog for 0.27.2 (#1240)41a0136Upload freebsd binaries to s3 (#1239)1fa7d00Merge pull request #1238 from smallstep/mariano/console4fc8e4eMerge pull request #1237 from smallstep/dependabot/github_actions/actions/setup-go-5.0.25d9510eMerge pull request #1236 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.12a6e644Add console flag to ssh commands06945d7Bump actions/setup-go from 5.0.1 to 5.0.2978bad3Bump github.com/smallstep/certificates from 0.27.0 to 0.27.13b1e836[actions] use ref_name as name for release (#1235)Thanks!
Those were the changes on v0.27.2!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.
tofuutils/tenv (tofuutils/tenv)
v2.6.1Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.6.0...v2.6.1
v2.6.0Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.4.0...v2.5.0
twpayne/chezmoi (twpayne/chezmoi)
v2.51.0Compare Source
Changelog
Features
2a7845ffeat: Add 1Password SDK template funcs676a9a9feat: Add decompression of file externalsFixes
2615c52fix: keep initFuncs when using 'includeTemplate' in configf6ecfdbfix: Use scriptTempDir for modify_ scriptsDocumentation updates
711534adocs: Add link to articleweaveworks/eksctl (weaveworks/eksctl)
v0.187.0: eksctl 0.187.0Compare Source
Release v0.187.0
🐛 Bug Fixes
VPC.SecurityGroupegress rules validations to self-managed nodes (#7883)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.