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.0
v0.27.0
->v0.27.1
1.30.1
->1.32.0
v2.52.0
->v2.53.0
v0.12.0
->v0.12.1
v0.18.21
->v0.18.22
v0.42.0
->v0.43.1
1.30.2
->1.30.3
v0.4.0
->v0.4.2
v0.17.6
->v0.18.0
0.19.1
->0.20.1
v0.27.0
->v0.27.2
v0.27.1
->v0.27.2
v2.4.0
->v2.6.1
v2.50.0
->v2.51.0
v0.186.0
->v0.187.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.205.0
Compare 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.0
Compare 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.1
Compare Source
casey/just (casey/just)
v1.32.0
Compare 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.0
Compare Source
Stabilized
Added
mod
path to be directory containing module source (#2238 by casey)set unstable
(#2237 by casey)_directory
to_dir
(#2235 by casey)Fixed
..
does not check the current directory (#2236 by casey)Misc
--list
with groups (#2244 by casey)cli/cli (cli/cli)
v2.53.0
: GitHub CLI 2.53.0Compare Source
What's Changed
--json
option tovariable get
command by @babakks in https://github.com/cli/cli/pull/9128gh repo create
to clarify owner by @jessehouwing in https://github.com/cli/cli/pull/9309gh pr view --json stateReason
by @williammartin in https://github.com/cli/cli/pull/9307issue create --editor
by @notomo in https://github.com/cli/cli/pull/7193pr update-branch
command 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.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?
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.1
Compare Source
What's Changed
Fixes 🔧
Full Changelog: jesseduffield/lazygit@v0.43.0...v0.43.1
v0.43.0
Compare 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+f
when 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+m
you 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.expandedSidePanelWeight
by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3623lg-multi-author-select.mov
Fixes 🔧
Maintenance ⚙️
copyloopvar
to enabled linters by @kyu08 in https://github.com/jesseduffield/lazygit/pull/3586lint
to make target by @kyu08 in https://github.com/jesseduffield/lazygit/pull/3593goconst
in the future from.golangci.yml
by @kyu08 in https://github.com/jesseduffield/lazygit/pull/3596rebase_onto
demo 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/save
by @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.3
Compare Source
leg100/pug (leg100/pug)
v0.4.2
Compare Source
Bug Fixes
v0.4.1
Compare Source
Bug Fixes
Miscellaneous
marcosnils/bin (marcosnils/bin)
v0.18.0
Compare Source
Changelog
91ae3e6
bump goreleaser version0d011d5
make ensure check file hash (#206)simulot/immich-go (simulot/immich-go)
v0.20.1
Compare Source
Release 0.20.1
changes
fixes:
v0.20
Compare Source
Feature: exclude files based on a pattern
Use the
-exclude-files=PATTERN
to 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/files
Fixes:
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
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
077f688
Add changelog for 0.27.2 & 0.27.1 | update changelog for 0.27.0 (#1934)eb503c7
Merge pull request #1931 from smallstep/mariano/console797f577
Merge pull request #1929 from smallstep/dependabot/go_modules/go.step.sm/linkedca-0.22.161ffb32
Merge pull request #1928 from smallstep/dependabot/go_modules/cloud.google.com/go/security-1.17.38b89dd1
Update step_config.tpl templateb67eb9d
Bump go.step.sm/linkedca from 0.21.1 to 0.22.153f616d
Bump 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
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
3897771
Merge pull request #1926 from smallstep/mariano/dns3e61796
Add 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
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
eeb9a40
Update changelog for 0.27.2 (#1240)41a0136
Upload freebsd binaries to s3 (#1239)1fa7d00
Merge pull request #1238 from smallstep/mariano/console4fc8e4e
Merge pull request #1237 from smallstep/dependabot/github_actions/actions/setup-go-5.0.25d9510e
Merge pull request #1236 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.12a6e644
Add console flag to ssh commands06945d7
Bump actions/setup-go from 5.0.1 to 5.0.2978bad3
Bump 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.1
Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.6.0...v2.6.1
v2.6.0
Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v2.4.0...v2.5.0
twpayne/chezmoi (twpayne/chezmoi)
v2.51.0
Compare Source
Changelog
Features
2a7845f
feat: Add 1Password SDK template funcs676a9a9
feat: Add decompression of file externalsFixes
2615c52
fix: keep initFuncs when using 'includeTemplate' in configf6ecfdb
fix: Use scriptTempDir for modify_ scriptsDocumentation updates
711534a
docs: Add link to articleweaveworks/eksctl (weaveworks/eksctl)
v0.187.0
: eksctl 0.187.0Compare Source
Release v0.187.0
🐛 Bug Fixes
VPC.SecurityGroup
egress 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.