chore(deps): update ⬆️ aqua-packages #309
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:
v2.13.1->v2.13.2v4.212.0->v4.215.0v2.54.0->v2.55.0v0.9.2->v0.10.00.17.0->0.18.0v4.5.2->v4.5.4v0.3.2->v0.3.3v1.59.1->v1.60.2v3.15.3->v3.15.4v1.10.9->v1.10.10v0.4.3->v0.5.1v1.1.2->v1.1.5v3.8.0->v3.9.00.21.1->0.21.2v1.1292.2->v1.1292.4v0.3.0->v0.3.1v0.52.0->v0.53.0v3.0.0->v3.1.0v2.52.0->v2.52.1v0.188.0->v0.189.0v1.4.2->v1.4.3Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.13.2: ReleaseCompare Source
v2.13.2 Release - 2024-08-21
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binWindows
https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.13.2Full Changelog: GoogleContainerTools/skaffold@v2.13.1...v2.13.2
Highlights:
Fixes:
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.215.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.214.0...v4.215.0
🎉 New Packages
#26126 pre-commit/pre-commit: A framework for managing and maintaining multi-language pre-commit hooks @ken5scal
#26130 caarlos0/mdtree: Convert markdown lists into ASCII trees
#26120 amalshaji/portr: Open source ngrok alternative designed for teams. Tunnel http, tcp or websocket connections @NikitaCOEUR
v4.214.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.213.1...v4.214.0
🎉 New Packages
#26014 Zxilly/go-size-analyzer: A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats
Fixes
#26038 Cian911/switchboard: Follow up changes of switchboard v1.0.1
v4.213.1Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.213.0...v4.213.1
Fixes
#25961 fix(skanehira/rtty): follow up changes of rtty v0.4.0
https://github.com/skanehira/rtty/releases/tag/v0.4.0
skanehira/rtty@d710e38
v4.213.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.212.0...v4.213.0
🎉 New Packages
#25852 cloudnative-pg/cloudnative-pg/kubectl-cnpg: CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance @boris-smidt-klarrio
#25779 g-plane/pnpm-shell-completion: a shell plugin designed to enhance the command-line experience with pnpm by providing tab-completion features @elecdeer
#25850 shenwei356/rush: A cross-platform command-line tool for executing jobs in parallel @boris-smidt-klarrio
Fixes
#25838 abiosoft/colima: Regenerate the setting
#25789 caddyserver/caddy: Add cosign configs @sapphi-red
#25788 hadolint/hadolint: Re-scaffold hadolint/hadolint to include checksum @sapphi-red
#25829 volta-cli/volta: Follow up changes of volta v2.0.0 for macOS
cli/cli (cli/cli)
v2.55.0: GitHub CLI 2.55.0Compare Source
What's Changed
gh variable getto use repo host by @andyfeller in https://github.com/cli/cli/pull/9411gh repo set-defaultby @thecaffeinedev in https://github.com/cli/cli/pull/9431gh run downloaddownloads the latest artifact by default by @sato11 in https://github.com/cli/cli/pull/9412--project.*flags'namewithtitlein docs by @jtmcg in https://github.com/cli/cli/pull/9443gh release create --notes-from-tagbehavior with multiline tag annotation by @babakks in https://github.com/cli/cli/pull/9385pr create --editorby @benebsiny in https://github.com/cli/cli/pull/9433gh attestationby @codysoyland in https://github.com/cli/cli/pull/9442cli/gh-extension-precompileby @BagToad in https://github.com/cli/cli/pull/9462working-with-us.mdby @BagToad in https://github.com/cli/cli/pull/9468gh issue develop -b does-not-exist-on-remoteby @benebsiny in https://github.com/cli/cli/pull/9477--project <number>flags ingh searchtoowner/numberby @jtmcg in https://github.com/cli/cli/pull/9453New Contributors
Full Changelog: cli/cli@v2.54.0...v2.55.0
cue-lang/cue (cue-lang/cue)
v0.10.0Compare Source
This release includes experimental support for the embed proposal, many fixes for the new evaluator and modules, as well as many other fixes and enhancements.
Evaluator
CLs 1195897, 1196094, 1198356, 1198736, and 1198860 fix crashes with
CUE_EXPERIMENT=evalv3as reported by users.CLs 1199272, 1199273, and 1199340 fix spurious "field not allowed" error regressions in the new evaluator.
CL 1198566 fixes a performance regression introduced in CUE v0.6 where
cue cmdandtools/flowbecame many times slower on some inputs.CL 1198350 ensures that all interpreter errors, such as those from
@embedattributes, include position information.Embed proposal
With
CUE_EXPERIMENT=embed, CUE now supports the embedding of non-CUE files within a CUE package. See the embed proposal and its design document for details, as well as the new how-to guide for the feature.Modules
The
cue helpdocumentation for modules and inputs has been expanded, and a number of error messages when using or publishing modules are now more helpful.A new concept guide on CUE language versions documents the
language.versionfield incue.mod/module.cuefiles.CL 1198249 adds support for an
@ignorefile attribute to unconditionally ignore a file when loading packages or calculating dependencies.CL 1198003 teaches the CUE loader to support symbolic links when loading from local directories, matching the behavior before
CUE_EXPERIMENT=moduleswas introduced.CL 1198143 tweaks
cue mod initwithout an argument to create a module with the module pathcue.examplerather than an empty path that made the module file invalid.CL 1197530 fixes the behavior of build tags, and also adds support for parentheses in build tag expressions.
CL 1197531 implements better caching when evaluating dependencies, which should speed up evaluation of modules that use multi-directory packages.
Go API
CL 1196721 disallows importing or loading packages with an underscore qualifier like
foo.com/bar:_, as it was never intended behavior. Users should use the new embed proposal instead.CL 1198555 adds a
cue/load.Config.SkipImportsoption to avoid loading instances from import statements. This particularly helpscue fmt, where the loading caused unwanted slowness and unnecessary errors.CL 1196820 adds a
cue.LanguageVersionfunction to obtain the current version of the language spec that the Go module implements.CL 1197160 implements considered support for build tags in modules. Build tags are considered false when outside the main module.
CL 1198686 fixes
cue/loadso that it no longer produces extra invalid packages whenConfig.Packagewas set to*and nested packages were loaded.CL 1198351 fixes a bug in
astutil.Sanitizewhere unused imports were not being fully removed fromast.File, causing errors incue trimwhere all uses of an import were removed.CL 1198494 speeds up the
Pathmethod on wrapped errors, which causes noticeable speed-ups in some edge cases.CL 1198157 fixes
cue/parserto accept keywords as valid selectors, aligning with the language specification.Encodings
Initial support for TOML is included in this release, including support in
cmd/cueand an experimental Go package. See the issue tracker for remaining work in this space.CLs 1199309, 1199139, 1199306, 1199214, 1199398, 1199308, and 1199309 resolve a number of issues when decoding JSON Schema files.
CLs 1196332, 1199094, and 1199103 fix the JSON decoder to provide correct position information when decoding JSONL files or encountering a syntax error.
CL 1198874 fixes the loading of JSON files to reject multiple newline-delimited values, as those ar only allowed in NDJSON or JSONL files.
CL 1198876 teaches the YAML decoder to decode empty documents as
null, aligning with the YAML spec and fixing panics when loading empty YAML files.CL 1196291 tweaks the YAML decoder so that comments following a field are attached to the entire field.
CL 1196436 tweaks the textproto decoder to correctly handle required and optional fields.
CLs 1195628 and 1199054 ensure that
cue/formatprints the correct white space before and after comments.CL 1195884 teaches
cue/formatto preserve comments associated with...ellipsis expressions.CL 538624 fixes a bug where
cue/formatwould start a CUE file with white space if it began with a clause.CL 1196134 fixes a bug in
cue/formatwhere a comment at the start of a CUE file would sometimes be indented.CL 1196135 fixes a bug in
cue/formatwhere index or selector expressions could cause extra tab indentation.Builtins
CL 1196212 adds a
list.Reversefunction to reverse the elements of a list.CL 1197452 tweaks
tool/exec.Runso that its errors are unambiguous when any command arguments contain white space.CL 1198636 tweaks
path.Matchandtool/file.Globto reject**wildcard patterns as unsupported, to avoid confusion and allow future changes to their behavior. Note that this change may break uses of**patterns, which behaved like*.cmd/cueCL 1196822 adds a
--language-versionflag forcue mod initandcue mod editto set thelanguage.versionvalue.CL 1197185 teaches
cue mod resolveto work on the current module when no arguments are given.CL 1196370 teaches
cue mod registryto gracefully shut down when interrupted.Full list of changes since v0.9.0
dc3ba3040da936ee85bb993670d78b3cc67ecda3914760f3b6694c552122b510bd86197ca1a145fde36089c7b4bbdf9be88e99f5e709741d6c26e3c52ae410f00a0239a9dd17bddcb54c683420c8ff44181740d58e02b9253bbdad2e312df6cc01b0a093c9b5e19debcue mod fixon all commands to add language.version by @mvdan in40eed23$idby @haoqixu in915059dast.EmbedDecland comment by @haoqixu ina6f1b76596a8c3677ece84d941dfcue import --dry-runby @mvdan inbcbc7cd334a6fe1ec257cc15144fc4697bd252a6664c7aecf20d3c9cget goby @mvdan in326008430a5c79cd689efcf18d6fe8e6f040dccbf3db92bf80bd038c0d9d541dfe07b80d4258e95c818c44bc1ab91929bd**via pkg/path.Match by @mvdan in187fb1a**in path.Match and tool/file.Glob by @mvdan in987a85e25bb3d4a4abb05f472fd288306e255d1cb1862fcf19b9118854f2cce34739e951bf6f2bc41b25f7b7aafbfcfff3dc199f5b77c599aa8e810cue cmdby @mvdan in3f84ba6cue cmd --cpuprofileworks by @mvdan in17b3e52e68bd63055405ac8f3cad5de5b428145bdd23fc4b1@ignoreattributes by @rogpeppe ine00557b@ignoretags by @rogpeppe ind50284300879f0cf6641c97eeee49025f676a9997f657d5ec32013a7daf98a0af83dad1aaf802b3c12b33e9d805f7e48bbcue help modulesby @rogpeppe in8986233cue help inputsby @rogpeppe ine9bc377682ff0ee2054dfd0724a0243da87acdd41fefdb07228c6219f5b905ca36cc32af808c3b513fc29a88d06f2066e3e1f552f719893f3a379b756d6987779336777ac6966f2bfb4fc16ef8afa222ff787af85cbddef1bb894b*ast.Fileby @rogpeppe in75d400514deefab03789f59fe2e4d5d48154a8f673fed43b027adbac695fefc8bedc2b7e1f140f6be8a816c45d3304530f38269ec5903ec895802d32a969886056916ddfe8eb2c8ee2f970d10fa0f2cac868c1105c8be53e460eb080791514eecacddbe24df79c17397ca3925f1f0963e9b2c2971eb3bea9009e86594f45package _is equivalent to missing package by @rogpeppe inc7f93341c381a05ab2d739295a20b70e543a1c1cd7f42327ca94d22ffecf80ddec178616c15d10d69846db5c6bf1f197ebd70f9d7Configuration
📅 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 was generated by Mend Renovate. View the repository job log.