DelineaXPM/dsv-cli
### [`v1.39.13`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v13913---2023-01-06)
[Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.39.11...v1.39.13)
No user facing impact.
This release is iterating on Snap installation method for Linux (which is in progress), and does not impact functionality of the dsv-cli.
##### π¨ Refactor
- Remove plugs for the dsv-cli snap installation, allowing all configuration to sit inside the isolated snap environment.
##### Related
- fixes [AB#480396](https://togithub.com/AB/dsv-cli/issues/480396)
- related [AB#464526](https://togithub.com/AB/dsv-cli/issues/464526)
##### Contributors
- [sheldonhull](https://togithub.com/sheldonhull)
anchore/syft
### [`v0.68.1`](https://togithub.com/anchore/syft/releases/tag/v0.68.1)
[Compare Source](https://togithub.com/anchore/syft/compare/v0.68.0...v0.68.1)
### Changelog
#### [v0.68.1](https://togithub.com/anchore/syft/tree/v0.68.1) (2023-01-25)
[Full Changelog](https://togithub.com/anchore/syft/compare/v0.68.0...v0.68.1)
##### Bug Fixes
- Add relevant CPEs to python and busybox classifiers \[[PR #1517](https://togithub.com/anchore/syft/pull/1517)] \[[westonsteimel](https://togithub.com/westonsteimel)]
##### Additional Changes
- Bump github.com/spdx/tools-golang to v0.4.0 \[[PR #1450](https://togithub.com/anchore/syft/pull/1450)] \[[lucacome](https://togithub.com/lucacome)]
### [`v0.68.0`](https://togithub.com/anchore/syft/releases/tag/v0.68.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v0.66.2...v0.68.0)
### Changelog
#### [v0.68.0](https://togithub.com/anchore/syft/tree/v0.68.0) (2023-01-20)
[Full Changelog](https://togithub.com/anchore/syft/compare/v0.66.2...v0.68.0)
##### Added Features
- Catalog memcached binary \[[Issue #1459](https://togithub.com/anchore/syft/issues/1459)] \[[@witchcraze](https://togithub.com/witchcraze)]
##### Bug Fixes
- Relax error conditions for catalogers \[[PR #1492](https://togithub.com/anchore/syft/pull/1492)] \[[wagoodman](https://togithub.com/wagoodman)]
- Always set the package ID for java packages \[[PR #1493](https://togithub.com/anchore/syft/pull/1493)] \[[wagoodman](https://togithub.com/wagoodman)]
- Fix panic in APK version specifier handling \[[PR #1494](https://togithub.com/anchore/syft/pull/1494)] \[[luhring](https://togithub.com/luhring)]
- ZERO npm dependencies discovered if any npm dependency has an array as a license \[[Issue #1479](https://togithub.com/anchore/syft/issues/1479)]
- Syft panics on APK parsing when Dependencies or Provides holds an empty string \[[Issue #1483](https://togithub.com/anchore/syft/issues/1483)]
### [`v0.66.2`](https://togithub.com/anchore/syft/releases/tag/v0.66.2)
[Compare Source](https://togithub.com/anchore/syft/compare/v0.66.1...v0.66.2)
### Changelog
#### [v0.66.2](https://togithub.com/anchore/syft/tree/v0.66.2) (2023-01-17)
[Full Changelog](https://togithub.com/anchore/syft/compare/v0.66.1...v0.66.2)
##### Bug Fixes
- update dependency golang.org/x/text \[[Issue #1457](https://togithub.com/anchore/syft/issues/1457)]
- syft is now throwing panic with version 0.66.1 \[[Issue #1462](https://togithub.com/anchore/syft/issues/1462)]
### [`v0.66.1`](https://togithub.com/anchore/syft/releases/tag/v0.66.1)
[Compare Source](https://togithub.com/anchore/syft/compare/v0.66.0...v0.66.1)
### Changelog
#### [v0.66.1](https://togithub.com/anchore/syft/tree/v0.66.1) (2023-01-12)
[Full Changelog](https://togithub.com/anchore/syft/compare/v0.66.0...v0.66.1)
##### Bug Fixes
- update graalvm cataloger to fix panic \[[PR #1454](https://togithub.com/anchore/syft/pull/1454)] \[[kzantow](https://togithub.com/kzantow)]
### [`v0.66.0`](https://togithub.com/anchore/syft/releases/tag/v0.66.0)
[Compare Source](https://togithub.com/anchore/syft/compare/v0.65.0...v0.66.0)
### Changelog
#### [v0.66.0](https://togithub.com/anchore/syft/tree/v0.66.0) (2023-01-12)
[Full Changelog](https://togithub.com/anchore/syft/compare/v0.65.0...v0.66.0)
##### Added Features
- Catalog Erlang/Elixir artifacts using "rebar" and "mix" package managers \[[Issue #1071](https://togithub.com/anchore/syft/issues/1071)] \[[@cpendery](https://togithub.com/cpendery)]
- Catalog PHP binary runtimes \[[Issue #1429](https://togithub.com/anchore/syft/issues/1429)] \[[@witchcraze](https://togithub.com/witchcraze)]
- Catalog Apache HTTP binary runtimes \[[Issue #1440](https://togithub.com/anchore/syft/issues/1440)] \[[@witchcraze](https://togithub.com/witchcraze)]
- Catalog redis binary runtimes \[[Issue #1437](https://togithub.com/anchore/syft/issues/1437)] \[[@noqcks](https://togithub.com/noqcks)]
- Increase the speed of cataloger stage \[[Issue #1353](https://togithub.com/anchore/syft/issues/1353)] \[[@Mikcl](https://togithub.com/Mikcl)]
- Add the origin field to the output format of syftjson \[[PR #1327](https://togithub.com/anchore/syft/pull/1327)] \[[@asi-cider](https://togithub.com/asi-cider)]
##### Bug Fixes
- A duplicate file in tar archive causes read to fail \[[Issue #1400](https://togithub.com/anchore/syft/issues/1400)] \[[@kzantow](https://togithub.com/kzantow)]
aquaproj/aqua-registry
### [`v3.124.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.124.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.123.1...v3.124.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.124.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.124.0) | https://github.com/aquaproj/aqua-registry/compare/v3.123.1...v3.124.0
#### π New Packages
[#9375](https://togithub.com/aquaproj/aqua-registry/issues/9375) [mutagen-io/mutagen-compose](https://togithub.com/mutagen-io/mutagen-compose): Compose with Mutagen integration
#### Contributors
Thank you for your contribution!
[@mizuho1998](https://togithub.com/mizuho1998) [#9375](https://togithub.com/aquaproj/aqua-registry/issues/9375) :tada: New contributor!
### [`v3.123.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.123.1)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.123.0...v3.123.1)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.123.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.123.1) | https://github.com/aquaproj/aqua-registry/compare/v3.123.0...v3.123.1
#### Fixes
[#9310](https://togithub.com/aquaproj/aqua-registry/issues/9310) arttor/helmify: support old version
[#9344](https://togithub.com/aquaproj/aqua-registry/issues/9344) charmbracelet/glow: support changes in glow v1.5.0
[#9369](https://togithub.com/aquaproj/aqua-registry/issues/9369) open-policy-agent/opa: support old versions
### [`v3.123.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.123.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.122.0...v3.123.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.123.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.123.0) | https://github.com/aquaproj/aqua-registry/compare/v3.122.0...v3.123.0
#### π New Packages
[#9304](https://togithub.com/aquaproj/aqua-registry/issues/9304) [projectdiscovery/pdtm](https://togithub.com/projectdiscovery/pdtm): ProjectDiscovery's Open Source Tool Manager
[#9302](https://togithub.com/aquaproj/aqua-registry/issues/9302) [suzuki-shunsuke/ghalint](https://togithub.com/suzuki-shunsuke/ghalint): GitHub Actions linter
### [`v3.122.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.122.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.121.0...v3.122.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.122.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.122.0) | https://github.com/aquaproj/aqua-registry/compare/v3.121.0...v3.122.0
#### π New Packages
[#9232](https://togithub.com/aquaproj/aqua-registry/issues/9232) [comtrya/comtrya](https://togithub.com/comtrya/comtrya): Configuration Management for Localhost / dotfiles
[#9233](https://togithub.com/aquaproj/aqua-registry/issues/9233) [topgrade-rs/topgrade](https://togithub.com/topgrade-rs/topgrade): Upgrade all the things
#### Fixes
[#9242](https://togithub.com/aquaproj/aqua-registry/issues/9242) [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery): Fix invalid `version_constraint`
[#9281](https://togithub.com/aquaproj/aqua-registry/issues/9281) [carvel-dev/imgpkg](https://togithub.com/carvel-dev/imgpkg): Fix the package name and follow up changes of checksum file
#### Contributors
Thank you for your contribution!
[@CrystalMethod](https://togithub.com/CrystalMethod) [#9232](https://togithub.com/aquaproj/aqua-registry/issues/9232) [#9233](https://togithub.com/aquaproj/aqua-registry/issues/9233)
### [`v3.121.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.121.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.120.2...v3.121.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.121.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.121.0) | https://github.com/aquaproj/aqua-registry/compare/v3.120.2...v3.121.0
#### π New Packages
[#9221](https://togithub.com/aquaproj/aqua-registry/issues/9221) [spotDL/spotify-downloader](https://togithub.com/spotDL/spotify-downloader): Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)
#### Fixes
[#9222](https://togithub.com/aquaproj/aqua-registry/issues/9222) [GoogleCloudPlatform/cloud-sql-proxy](https://togithub.com/GoogleCloudPlatform/cloud-sql-proxy): Follow up changes in [v2.0.0](https://togithub.com/GoogleCloudPlatform/cloud-sql-proxy/releases/tag/v2.0.0)
#### Contributors
Thank you for your contribution!
[@CrystalMethod](https://togithub.com/CrystalMethod) [#9221](https://togithub.com/aquaproj/aqua-registry/issues/9221)
### [`v3.120.2`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.120.2)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.120.1...v3.120.2)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.120.2) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.120.2) | https://github.com/aquaproj/aqua-registry/compare/v3.120.1...v3.120.2
#### Fixes
[#9190](https://togithub.com/aquaproj/aqua-registry/issues/9190) [arrow2nd/nekome](https://togithub.com/arrow2nd/nekome): follow up changes in nekome v2.2.0
[#9154](https://togithub.com/aquaproj/aqua-registry/issues/9154) [suzuki-shunsuke/circleci-config-merge](https://togithub.com/suzuki-shunsuke/circleci-config-merge): configure slsa_provenance and cosign
[#9155](https://togithub.com/aquaproj/aqua-registry/issues/9155) [suzuki-shunsuke/renovate-issue-action](https://togithub.com/suzuki-shunsuke/renovate-issue-action): configure slsa_provenance and cosign
### [`v3.120.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.120.1)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.120.0...v3.120.1)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.120.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.120.1) | https://github.com/aquaproj/aqua-registry/compare/v3.120.0...v3.120.1
#### Fixes
[#9064](https://togithub.com/aquaproj/aqua-registry/issues/9064) [geofffranks/spruce](https://togithub.com/geofffranks/spruce): follow up changes of spruce
[#9093](https://togithub.com/aquaproj/aqua-registry/issues/9093) [charmbracelet/gum](https://togithub.com/charmbracelet/gum): follow up changes in gum v0.9.0
[#9143](https://togithub.com/aquaproj/aqua-registry/issues/9143) [editorconfig-checker/editorconfig-checker](https://togithub.com/editorconfig-checker/editorconfig-checker): follow up changes in 2.7.0
[#9144](https://togithub.com/aquaproj/aqua-registry/issues/9144) [koki-develop/clive](https://togithub.com/koki-develop/clive): follow up changes in v0.10.2
[#9146](https://togithub.com/aquaproj/aqua-registry/issues/9146) [suzuki-shunsuke/ci-info](https://togithub.com/suzuki-shunsuke/ci-info): configure slsa_provenance and cosign
[#9147](https://togithub.com/aquaproj/aqua-registry/issues/9147) [tfmigrator/cli](https://togithub.com/tfmigrator/cli): configure slsa_provenance and cosign
### [`v3.120.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.120.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.119.0...v3.120.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.120.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.120.0) | https://github.com/aquaproj/aqua-registry/compare/v3.119.0...v3.120.0
#### π New Packages
[#9053](https://togithub.com/aquaproj/aqua-registry/issues/9053) [Kampfkarren/selene](https://togithub.com/Kampfkarren/selene): A blazing-fast modern Lua linter written in Rust
[#9054](https://togithub.com/aquaproj/aqua-registry/issues/9054) [Kampfkarren/selene/light](https://togithub.com/Kampfkarren/selene): A blazing-fast modern Lua linter written in Rust
#### Contributors
Thank you for your contribution!
[@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#9053](https://togithub.com/aquaproj/aqua-registry/issues/9053) [#9054](https://togithub.com/aquaproj/aqua-registry/issues/9054)
### [`v3.119.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.119.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.118.0...v3.119.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.119.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.119.0) | https://github.com/aquaproj/aqua-registry/compare/v3.118.0...v3.119.0
#### π New Packages
[#9004](https://togithub.com/aquaproj/aqua-registry/issues/9004) [mgunyho/tere](https://togithub.com/mgunyho/tere): Terminal file explorer
#### Fixes
[#9029](https://togithub.com/aquaproj/aqua-registry/issues/9029) [geofffranks/spruce](https://togithub.com/geofffranks/spruce): Follow up changes in [spruce v1.30.0](https://togithub.com/geofffranks/spruce/releases/tag/v1.30.0)
- Asset names were changed
- Checksum files were released
#### Contributors
Thank you for your contribution!
[@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#9004](https://togithub.com/aquaproj/aqua-registry/issues/9004)
### [`v3.118.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.118.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.117.1...v3.118.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.118.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.118.0) | https://github.com/aquaproj/aqua-registry/compare/v3.117.1...v3.118.0
#### π New Packages
[#8976](https://togithub.com/aquaproj/aqua-registry/issues/8976) [koki-develop/clive](https://togithub.com/koki-develop/clive): Automates terminal operations and lets you view them live via a browser
[#8989](https://togithub.com/aquaproj/aqua-registry/issues/8989) [lycheeverse/lychee](https://togithub.com/lycheeverse/lychee): Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more
[#8984](https://togithub.com/aquaproj/aqua-registry/issues/8984) [tamasfe/taplo](https://togithub.com/tamasfe/taplo): A TOML toolkit written in Rust
[#8988](https://togithub.com/aquaproj/aqua-registry/issues/8988) [tamasfe/taplo/full](https://togithub.com/tamasfe/taplo): A TOML toolkit written in Rust
#### Contributors
Thank you for your contribution!
[@ponkio-o](https://togithub.com/ponkio-o) [#8976](https://togithub.com/aquaproj/aqua-registry/issues/8976)
[@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#8984](https://togithub.com/aquaproj/aqua-registry/issues/8984) [#8988](https://togithub.com/aquaproj/aqua-registry/issues/8988) [#8989](https://togithub.com/aquaproj/aqua-registry/issues/8989)
### [`v3.117.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.117.1)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.117.0...v3.117.1)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.117.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.117.1) | https://github.com/aquaproj/aqua-registry/compare/v3.117.0...v3.117.1
#### Features
[#8973](https://togithub.com/aquaproj/aqua-registry/issues/8973) [#8974](https://togithub.com/aquaproj/aqua-registry/issues/8974) [suzuki-shunsuke/tfcmt](https://togithub.com/suzuki-shunsuke/tfcmt): Configure SLSA Provenance and Cosign
[#8968](https://togithub.com/aquaproj/aqua-registry/issues/8968) [suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment): Configure cosign
You can install tfcmt and github-comment securely.
#### Fixes
[#8970](https://togithub.com/aquaproj/aqua-registry/issues/8970) [boz/kail](https://togithub.com/boz/kail): Support v0.16.0 or later
Followed up the change of asset names.
charmbracelet/glow
### [`v1.5.0`](https://togithub.com/charmbracelet/glow/releases/tag/v1.5.0)
[Compare Source](https://togithub.com/charmbracelet/glow/compare/v1.4.1...v1.5.0)
### Your Terminal Notebook π
Use `glow` as your terminal markdown notebook! This release contains several
quality of life improvements such as copying file contents and editing local
files.
##### Highlights
##### Copy File Contents
Press c to copy a file's contents to your clipboard to paste anywhere you'd like!
##### Edit Markdowns
Edit a file by pressing e with your preferred `$EDITOR` (defaults to `nano`) and reloads the file with the updated changes on save!
##### Hard line break support
When running `glow README.md`, `glow` will preserve line breaks to resemble the markdown file more closely.
##### New Features
- [`a07fdb7`](https://togithub.com/charmbracelet/glow/commit/a07fdb73f0cffd5ce027341fb2e98a26cc852d54): feat(ui): `e` to open edit local markdown files in editor ([@maaslalani](https://togithub.com/maaslalani))
- [`071783d`](https://togithub.com/charmbracelet/glow/commit/071783d9078d9f52ac73f35c1a777d29052ea0af): feat: copy contents of document ([#439](https://togithub.com/charmbracelet/glow/issues/439)) ([@maaslalani](https://togithub.com/maaslalani))
- [`b36e5ad`](https://togithub.com/charmbracelet/glow/commit/b36e5ad810b6ef9ee3b32869d2af5d7ce461c2fc): feat: sync glow with git.charm.sh ([@aymanbagabas](https://togithub.com/aymanbagabas))
##### Bug fixes
- [`d9bf3b8`](https://togithub.com/charmbracelet/glow/commit/d9bf3b8ee89072cdec42af6d938a1bef0393c748): fix: don't close HTTP body ([@maaslalani](https://togithub.com/maaslalani))
- [`5f14914`](https://togithub.com/charmbracelet/glow/commit/5f14914b7e698523145ee4a5031201f394947b0e): fix: editor with args ([#364](https://togithub.com/charmbracelet/glow/issues/364)) ([@caarlos0](https://togithub.com/caarlos0))
- [`01d9858`](https://togithub.com/charmbracelet/glow/commit/01d9858f7c77c1b806d1968fbcf4781cb279bdc2): fix: goreleaser workflow ([#358](https://togithub.com/charmbracelet/glow/issues/358)) ([@caarlos0](https://togithub.com/caarlos0))
- [`6543979`](https://togithub.com/charmbracelet/glow/commit/6543979ed18616ee16f71597618bf02c5ef42de9): fix: performance scrolling ([@meowgorithm](https://togithub.com/meowgorithm))
- [`19732a6`](https://togithub.com/charmbracelet/glow/commit/19732a63035e316e3079d15030a573e89d7115cf): fix: support hard line breaks ([#212](https://togithub.com/charmbracelet/glow/issues/212)) ([@WieeRd](https://togithub.com/WieeRd))
- [`e0d667a`](https://togithub.com/charmbracelet/glow/commit/e0d667a48c914ef517fdf35d07ae2ab8bdcb7959): fix: use filepath.Dir instead of path.Dir ([@Splode](https://togithub.com/Splode))
##### Others
- [`8138788`](https://togithub.com/charmbracelet/glow/commit/8138788b0a24428e4950d0f0beb280650a9a896e): Automatically read from stdin if stdin is a pipe ([@meowgorithm](https://togithub.com/meowgorithm))
- [`db7f49b`](https://togithub.com/charmbracelet/glow/commit/db7f49b445e38c4649e098be1b16f195cecd2c0c): Bump Bubbles to v0.14.0, update accordingly, and simplify spinners ([@meowgorithm](https://togithub.com/meowgorithm))
- [`ff59ead`](https://togithub.com/charmbracelet/glow/commit/ff59ead353e358c085e12d5323c9863f9882da10): Extend example how to read from stdin ([@nilsvu](https://togithub.com/nilsvu))
- [`dd1593b`](https://togithub.com/charmbracelet/glow/commit/dd1593b10dbd0602e7eb1e00774c4da9aa837b23): Keybindings for editing the document from the pager ([@jmmoser](https://togithub.com/jmmoser))
***
Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@charm), or on [Discord](https://charm.sh/chat).
golang/go
### [`v1.19.5`](https://togithub.com/golang/go/compare/go1.19.4...go1.19.5)
[Compare Source](https://togithub.com/golang/go/compare/go1.19.4...go1.19.5)
gotestyourself/gotestsum
### [`v1.9.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.9.0)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0)
#### What's Changed
- readme: better feature description by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/271](https://togithub.com/gotestyourself/gotestsum/pull/271)
- Add a flag for running the entire root test case when any of its subtests fail by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/275](https://togithub.com/gotestyourself/gotestsum/pull/275)
- consolidate cmd routing into main by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/272](https://togithub.com/gotestyourself/gotestsum/pull/272)
- Error if `-failfast` is used with `--rerun-fails` by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/280](https://togithub.com/gotestyourself/gotestsum/pull/280)
- Added go-recipes badge by [@nikolaydubina](https://togithub.com/nikolaydubina) in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286)
- Hide empty packages in compact formats by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/283](https://togithub.com/gotestyourself/gotestsum/pull/283)
- Add tool ci-matrix by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/258](https://togithub.com/gotestyourself/gotestsum/pull/258)
- Hide empty packages on junit output by [@flowchartsman](https://togithub.com/flowchartsman) in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288)
- feat(freebsd): generate arm/amd64 binaries for FreeBSD by [@ghuntley](https://togithub.com/ghuntley) in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291)
- Update README.md by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/297](https://togithub.com/gotestyourself/gotestsum/pull/297)
- Add --watch-chdir flag by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/276](https://togithub.com/gotestyourself/gotestsum/pull/276)
- Add option to use high-visibility icons by [@n-oden](https://togithub.com/n-oden) in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293)
- Print the test timeout panic as package output by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/298](https://togithub.com/gotestyourself/gotestsum/pull/298)
#### New Contributors
- [@nikolaydubina](https://togithub.com/nikolaydubina) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286)
- [@flowchartsman](https://togithub.com/flowchartsman) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288)
- [@ghuntley](https://togithub.com/ghuntley) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291)
- [@n-oden](https://togithub.com/n-oden) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0
helm/helm
### [`v3.11.0`](https://togithub.com/helm/helm/releases/tag/v3.11.0)
[Compare Source](https://togithub.com/helm/helm/compare/v3.10.3...v3.11.0)
Helm v3.11.0 is a feature release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
- Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com):
- for questions and just to hang out
- for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)
#### Notable Changes
- The Helm status command and the SDK can now show the status of core resources deployed in a chart (e.g., deployments). To use with `helm status` you need to use the `--show-resources` flag.
- Add support for comma separated values in template --api-versions
- Allow CGO_ENABLED to be overridden when building Helm from source
#### Installation and Upgrading
Download Helm v3.11.0. The common platform binaries are here:
- [MacOS amd64](https://get.helm.sh/helm-v3.11.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-darwin-amd64.tar.gz.sha256sum) / 5a3d13545a302eb2623236353ccd3eaa01150c869f4d7f7a635073847fd7d932)
- [MacOS arm64](https://get.helm.sh/helm-v3.11.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-darwin-arm64.tar.gz.sha256sum) / f4717f8d1dab79bace3ff5d9d48bebef62310421fd479205ef54a56204f97415)
- [Linux amd64](https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz.sha256sum) / 6c3440d829a56071a4386dd3ce6254eab113bc9b1fe924a6ee99f7ff869b9e0b)
- [Linux arm](https://get.helm.sh/helm-v3.11.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-arm.tar.gz.sha256sum) / cddbef72886c82a123038883f32b04e739cc4bd7b9e5f869740d51e50a38be01)
- [Linux arm64](https://get.helm.sh/helm-v3.11.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-arm64.tar.gz.sha256sum) / 57d36ff801ce8c0201ce9917c5a2d3b4da33e5d4ea154320962c7d6fb13e1f2c)
- [Linux i386](https://get.helm.sh/helm-v3.11.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-386.tar.gz.sha256sum) / fad897763f3b965bc4d75c8f95748ebc0330a5859d9ea170a4885571facacdb1)
- [Linux ppc64le](https://get.helm.sh/helm-v3.11.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-ppc64le.tar.gz.sha256sum) / 6481a51095f408773212ab53edc2ead8a70e39eba67c2491e11c4229a251f9b5)
- [Linux s390x](https://get.helm.sh/helm-v3.11.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-s390x.tar.gz.sha256sum) / 3c420f13d12ca9e7302715d40a00466a145a2dff7f14714e11a5aeadb1d67919)
- [Windows amd64](https://get.helm.sh/helm-v3.11.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.11.0-windows-amd64.zip.sha256sum) / 55477fa4295fb3043835397a19e99a138bb4859fbe7cd2d099de28df9d8786f1)
This release was signed with ` F126 1BDE 9290 12C8 FF2E 501D 6EA5 D759 8529 A53E ` and can be found at [@hickeyma](https://togithub.com/hickeyma) [keybase account](https://keybase.io/hickeyma). Please use the attached signatures for verifying this release using `gpg`.
The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`.
#### What's Next
- 3.11.1 is the next patch/bug fix release and will be on February 08, 2023.
- 3.12.0 is the next feature release and be on May 10, 2023.
#### Changelog
- Fix improper use of Table request/response to k8s API [`472c573`](https://togithub.com/helm/helm/commit/472c5736ab01133de504a826bd9ee12cbe4e7904) (Matt Farina)
- Check status code before retrying request [`ee1ec6e`](https://togithub.com/helm/helm/commit/ee1ec6e432fe3b1943a291e59990becb5fe046ae) (Cenk Alti)
- bump version to v3.11.0 [`9d8fee1`](https://togithub.com/helm/helm/commit/9d8fee155bd7e7d3c1390f4076d9271a1147dce5) (Matt Farina)
- Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2 [`017785a`](https://togithub.com/helm/helm/commit/017785a2f1104eb4299f8d31feb550c213350f13) (Luca Comellini)
- change linting error messages for null values in arrays [`6a5f240`](https://togithub.com/helm/helm/commit/6a5f240e9a22cf5ef3a889764079873a9cd537a4) (Daniel Strobusch)
- Fix after CR [`3d81ea2`](https://togithub.com/helm/helm/commit/3d81ea22ac74e667b98a26eb80a5d427d75f7009) (Jakub Warczarek)
- Trigger CI [`f46ff13`](https://togithub.com/helm/helm/commit/f46ff131c2ca169d25f9b8f8d550f6c320b48048) (Jakub Warczarek)
- Add test for User-Agent header setting and refactor [`553f1e3`](https://togithub.com/helm/helm/commit/553f1e34f54ce4c75ee10b53c441063d6303db3c) (Jakub Warczarek)
- Fix User-Agent header in requests made by Helm [`2fa7b3d`](https://togithub.com/helm/helm/commit/2fa7b3d1b7a289690ccc2c820b3329c6b07a1458) (Jakub Warczarek)
- Bump k8s.io deps to v0.26.0 [`1fc2a6a`](https://togithub.com/helm/helm/commit/1fc2a6a39ccedd9d11c9839853a95d28ca35294f) (Luca Comellini)
- fix adopted resource not replaced [`3181c7d`](https://togithub.com/helm/helm/commit/3181c7ddadd2271d67a457522abc13410929b64c) (Vaibhav Sharma)
- chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 [`8774890`](https://togithub.com/helm/helm/commit/8774890e7edadbab88f35e6536393cf791b183f0) (dependabot\[bot])
- Resolve conflicts for go.mod and go.sum [`6c76abb`](https://togithub.com/helm/helm/commit/6c76abb3df72df415dd54b9a09ce26fcee8fad95) (Soujanya Mangipudi)
- Fix backwards compatibility [`b6fef6c`](https://togithub.com/helm/helm/commit/b6fef6c4665130644acf7742040ebd46f9cc957c) (Martin Hickey)
- docs: add docs for cli/values.Options [`0fdfe05`](https://togithub.com/helm/helm/commit/0fdfe0584437112e11fdfa6775625451442f6c91) (Zuhair AlSader)
- Update chartrepo.go [`c8890e9`](https://togithub.com/helm/helm/commit/c8890e971e50a305dc8a83029fa882ee255007b2) (caixisheng)
- chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 [`b307d0f`](https://togithub.com/helm/helm/commit/b307d0fbeb42fe890450d8d3de2291817ad9b4cb) (dependabot\[bot])
- bump sprig version 3.2.3 [`fda1a0b`](https://togithub.com/helm/helm/commit/fda1a0b10a87845b3cbe58434089f0def4220f53) (yxxhero)
- Update string handling [`a59e584`](https://togithub.com/helm/helm/commit/a59e58468430bf9b454426ff22f5f367185b7d77) (Martin Hickey)
- Update repo handling [`256e976`](https://togithub.com/helm/helm/commit/256e976331db4b7335ef721e411e7b59c5317ccb) (Martin Hickey)
- improve error message on plugin install [`965f859`](https://togithub.com/helm/helm/commit/965f8591e7eab685186626bf7e64b4c24b384c39) (Philipp Stehle)
- harmonize URL reference resolving [`dfb25e1`](https://togithub.com/helm/helm/commit/dfb25e13deba70eafe607748cd83bdda5409d245) (Philipp Stehle)
- Update logic of non-git situation just to print warning logs [`0ebd620`](https://togithub.com/helm/helm/commit/0ebd6202d8fb1fb334a7670896d6a97cc736688c) (Wonyeong Choi)
- Add a flag var to check git is installed or not [`c027014`](https://togithub.com/helm/helm/commit/c0270140197f459979ff21a618729afb844a854a) (Wonyeong Choi)
- Add support for CSVs in template --api-versions arg [`5aa316e`](https://togithub.com/helm/helm/commit/5aa316e1eec883878262a01f36a7fcf6ffd7f641) (Ryan Drew)
- update .golangci for go1.18 [`61374f6`](https://togithub.com/helm/helm/commit/61374f655467485673dd87a8c0cbe871d4f28175) (yanggang)
- redirect registry client output to stderr [`1535ad5`](https://togithub.com/helm/helm/commit/1535ad56716d21a8b5fc93354a9ac91ba9d696ab) (Cyril Jouve)
- chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 [`b3afe43`](https://togithub.com/helm/helm/commit/b3afe432784baf5300b876b9d03456d256f93574) (dependabot\[bot])
- Readiness & liveness probes correct port [`9d027ea`](https://togithub.com/helm/helm/commit/9d027eaac894e1793c663448cfd494bcc21c759f) (Peter Leong)
- Update schema validation handling [`775af2a`](https://togithub.com/helm/helm/commit/775af2a0ceadef1bc8f627cdb70fadb3c69b8d86) (Martin Hickey)
- fix a few function names on comments [`09d3f31`](https://togithub.com/helm/helm/commit/09d3f31358882970d02018bd84bcbcd28b47f986) (cui fliter)
- use intstr.GetScaledValueFromIntOrPercent instead of the deprecated [`9d59d92`](https://togithub.com/helm/helm/commit/9d59d92abb462d6f59b77ee1099b18067e561932) (Qifan Shen)
- Updating the deb location for azure cli [`70a3df4`](https://togithub.com/helm/helm/commit/70a3df49d702e23ad29367783a5655350be90265) (Matt Farina)
- retry http request on temporary errors [`b5378b3`](https://togithub.com/helm/helm/commit/b5378b3a5dd435e5c364ac0cfa717112ad686bd0) (Cenk Alti)
- Revert "Tolerate temporary errors from etcdserver" [`d32c623`](https://togithub.com/helm/helm/commit/d32c623699de24ac49653a6ec561485ce122d530) (Cenk Alti)
- Updating the repo the azure cli is installed from [`9fbf1b3`](https://togithub.com/helm/helm/commit/9fbf1b34d5aa34c5774b56247ddd9ae96145f767) (Matt Farina)
- Updating to kubernetes 1.25.2 packages [`221b0f5`](https://togithub.com/helm/helm/commit/221b0f54c912ce5d9dbb5eb5b10b62f411e2589b) (Matt Farina)
- Allow CGO_ENABLED to be overridden for build [`6f6c0d8`](https://togithub.com/helm/helm/commit/6f6c0d831d69a133c4100a79838c57bcb4d551d4) (Joe Julian)
- chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 [`98077dd`](https://togithub.com/helm/helm/commit/98077dd340ebcbf8c2271b5fd8f8c831dea82a88) (dependabot\[bot])
- chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 [`bfd1890`](https://togithub.com/helm/helm/commit/bfd189000e95ff67e226dc434bdcecc2a5a3351d) (dependabot\[bot])
- chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 [`1478a09`](https://togithub.com/helm/helm/commit/1478a098f1619fd5d3372252f2e1caf3a260a50d) (dependabot\[bot])
- chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0 [`4376d2f`](https://togithub.com/helm/helm/commit/4376d2fa85a6be10d12dc2b6e6d5377b6e675b78) (dependabot\[bot])
- Tolerate temporary errors from etcdserver [`ebc79fa`](https://togithub.com/helm/helm/commit/ebc79fa807f29b984e090f0071b640f7347937cf) (Davanum Srinivas)
- update: Optimize the error message [`4fcec24`](https://togithub.com/helm/helm/commit/4fcec24d15c616011fb2d7c22c3dd0024bb9e41b) (wujunwei)
- add nil judge for dependency , maintainers validate and some testcase. [`a7a1117`](https://togithub.com/helm/helm/commit/a7a11173271e5721078994647caf856489dfd929) (wujunwei)
- Fix code style [`ae828ce`](https://togithub.com/helm/helm/commit/ae828ce0ee0f0ad48482cc9fd773c28b137dd23d) (Martin Hickey)
- bump version to v3.10.0 [`cd809f9`](https://togithub.com/helm/helm/commit/cd809f9b1953a180de6f532c0ad19c625afa7ced) (Matt Farina)
- Addressing review comments - move printing code out of client.go [`ffa19a4`](https://togithub.com/helm/helm/commit/ffa19a4b5d836283a91a4c16f8b81e734a973afc) (Soujanya Mangipudi)
- Addressing review comments: Extend Interface with new InterfaceResources to avoid breaking changes Move change to staus command behind --show-resources flag [`20e3577`](https://togithub.com/helm/helm/commit/20e35775439c699bdd5c8fdc228ebe57a4b9c002) (Soujanya Mangipudi)
- feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command [`9d5be80`](https://togithub.com/helm/helm/commit/9d5be803bc0d408944f6b30c98a05c4026abc6e2) (Soujanya Mangipudi)
- During deletion, explicitly log already deleted resource name. [`b7c35d2`](https://togithub.com/helm/helm/commit/b7c35d2a0f2ba8920cbae41dab5b054ac6e61c53) (Marcin Owsiany)
- fix: add cases.NoLower option for we can get same effect to strings.Title [`f0037e5`](https://togithub.com/helm/helm/commit/f0037e5ef6bb118dbcd6e26497014b97436888d6) (wujunwei)
- one defer [`3b19dde`](https://togithub.com/helm/helm/commit/3b19ddeb56fae17a1d176130702ae5b779b20460) (CI)
- don't change r.CachePath [`781ddba`](https://togithub.com/helm/helm/commit/781ddba690afa20c80f443a121c3134f668dc43a) (CI)
- avoid adding new public function [`cd76fcd`](https://togithub.com/helm/helm/commit/cd76fcd80557490d2f2ee1204b1bdbf78c738ec9) (CI)
- fix tests [`32a41fc`](https://togithub.com/helm/helm/commit/32a41fcfac9ca1b4f4997a6660bacba9a01a9d45) (CI)
- fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL ([#11171](https://togithub.com/helm/helm/issues/11171)) [`24fa3d9`](https://togithub.com/helm/helm/commit/24fa3d910d774b9d7f40f1fc8002bc1fb55565ca) (CI)
- Fix URL with encoded path support for ChartDownloader [`d9e5bbc`](https://togithub.com/helm/helm/commit/d9e5bbc09d4d44660fe20df41ce3b567f0336f85) (Mathieu Parent)
miniscruff/changie
### [`v1.11.0`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1110-on-2023-01-26)
[Compare Source](https://togithub.com/miniscruff/changie/compare/v1.10.2...v1.11.0)
##### Added
- [#439](https://togithub.com/miniscruff/changie/issues/439) Auto mode to batch and new which uses kind configs to automatically determine the next bump level
Configuration
π Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
v1.39.11
->v1.39.13
v0.65.0
->v0.68.1
v3.117.0
->v3.124.0
v1.4.1
->v1.5.0
1.19.4
->1.19.5
v1.8.2
->v1.9.0
v3.10.3
->v3.11.0
v1.10.2
->v1.11.0
Release Notes
DelineaXPM/dsv-cli
### [`v1.39.13`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v13913---2023-01-06) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.39.11...v1.39.13) No user facing impact. This release is iterating on Snap installation method for Linux (which is in progress), and does not impact functionality of the dsv-cli. ##### π¨ Refactor - Remove plugs for the dsv-cli snap installation, allowing all configuration to sit inside the isolated snap environment. ##### Related - fixes [AB#480396](https://togithub.com/AB/dsv-cli/issues/480396) - related [AB#464526](https://togithub.com/AB/dsv-cli/issues/464526) ##### Contributors - [sheldonhull](https://togithub.com/sheldonhull)anchore/syft
### [`v0.68.1`](https://togithub.com/anchore/syft/releases/tag/v0.68.1) [Compare Source](https://togithub.com/anchore/syft/compare/v0.68.0...v0.68.1) ### Changelog #### [v0.68.1](https://togithub.com/anchore/syft/tree/v0.68.1) (2023-01-25) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.68.0...v0.68.1) ##### Bug Fixes - Add relevant CPEs to python and busybox classifiers \[[PR #1517](https://togithub.com/anchore/syft/pull/1517)] \[[westonsteimel](https://togithub.com/westonsteimel)] ##### Additional Changes - Bump github.com/spdx/tools-golang to v0.4.0 \[[PR #1450](https://togithub.com/anchore/syft/pull/1450)] \[[lucacome](https://togithub.com/lucacome)] ### [`v0.68.0`](https://togithub.com/anchore/syft/releases/tag/v0.68.0) [Compare Source](https://togithub.com/anchore/syft/compare/v0.66.2...v0.68.0) ### Changelog #### [v0.68.0](https://togithub.com/anchore/syft/tree/v0.68.0) (2023-01-20) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.66.2...v0.68.0) ##### Added Features - Catalog memcached binary \[[Issue #1459](https://togithub.com/anchore/syft/issues/1459)] \[[@witchcraze](https://togithub.com/witchcraze)] ##### Bug Fixes - Relax error conditions for catalogers \[[PR #1492](https://togithub.com/anchore/syft/pull/1492)] \[[wagoodman](https://togithub.com/wagoodman)] - Always set the package ID for java packages \[[PR #1493](https://togithub.com/anchore/syft/pull/1493)] \[[wagoodman](https://togithub.com/wagoodman)] - Fix panic in APK version specifier handling \[[PR #1494](https://togithub.com/anchore/syft/pull/1494)] \[[luhring](https://togithub.com/luhring)] - ZERO npm dependencies discovered if any npm dependency has an array as a license \[[Issue #1479](https://togithub.com/anchore/syft/issues/1479)] - Syft panics on APK parsing when Dependencies or Provides holds an empty string \[[Issue #1483](https://togithub.com/anchore/syft/issues/1483)] ### [`v0.66.2`](https://togithub.com/anchore/syft/releases/tag/v0.66.2) [Compare Source](https://togithub.com/anchore/syft/compare/v0.66.1...v0.66.2) ### Changelog #### [v0.66.2](https://togithub.com/anchore/syft/tree/v0.66.2) (2023-01-17) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.66.1...v0.66.2) ##### Bug Fixes - update dependency golang.org/x/text \[[Issue #1457](https://togithub.com/anchore/syft/issues/1457)] - syft is now throwing panic with version 0.66.1 \[[Issue #1462](https://togithub.com/anchore/syft/issues/1462)] ### [`v0.66.1`](https://togithub.com/anchore/syft/releases/tag/v0.66.1) [Compare Source](https://togithub.com/anchore/syft/compare/v0.66.0...v0.66.1) ### Changelog #### [v0.66.1](https://togithub.com/anchore/syft/tree/v0.66.1) (2023-01-12) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.66.0...v0.66.1) ##### Bug Fixes - update graalvm cataloger to fix panic \[[PR #1454](https://togithub.com/anchore/syft/pull/1454)] \[[kzantow](https://togithub.com/kzantow)] ### [`v0.66.0`](https://togithub.com/anchore/syft/releases/tag/v0.66.0) [Compare Source](https://togithub.com/anchore/syft/compare/v0.65.0...v0.66.0) ### Changelog #### [v0.66.0](https://togithub.com/anchore/syft/tree/v0.66.0) (2023-01-12) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.65.0...v0.66.0) ##### Added Features - Catalog Erlang/Elixir artifacts using "rebar" and "mix" package managers \[[Issue #1071](https://togithub.com/anchore/syft/issues/1071)] \[[@cpendery](https://togithub.com/cpendery)] - Catalog PHP binary runtimes \[[Issue #1429](https://togithub.com/anchore/syft/issues/1429)] \[[@witchcraze](https://togithub.com/witchcraze)] - Catalog Apache HTTP binary runtimes \[[Issue #1440](https://togithub.com/anchore/syft/issues/1440)] \[[@witchcraze](https://togithub.com/witchcraze)] - Catalog redis binary runtimes \[[Issue #1437](https://togithub.com/anchore/syft/issues/1437)] \[[@noqcks](https://togithub.com/noqcks)] - Increase the speed of cataloger stage \[[Issue #1353](https://togithub.com/anchore/syft/issues/1353)] \[[@Mikcl](https://togithub.com/Mikcl)] - Add the origin field to the output format of syftjson \[[PR #1327](https://togithub.com/anchore/syft/pull/1327)] \[[@asi-cider](https://togithub.com/asi-cider)] ##### Bug Fixes - A duplicate file in tar archive causes read to fail \[[Issue #1400](https://togithub.com/anchore/syft/issues/1400)] \[[@kzantow](https://togithub.com/kzantow)]aquaproj/aqua-registry
### [`v3.124.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.124.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.123.1...v3.124.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.124.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.124.0) | https://github.com/aquaproj/aqua-registry/compare/v3.123.1...v3.124.0 #### π New Packages [#9375](https://togithub.com/aquaproj/aqua-registry/issues/9375) [mutagen-io/mutagen-compose](https://togithub.com/mutagen-io/mutagen-compose): Compose with Mutagen integration #### Contributors Thank you for your contribution! [@mizuho1998](https://togithub.com/mizuho1998) [#9375](https://togithub.com/aquaproj/aqua-registry/issues/9375) :tada: New contributor! ### [`v3.123.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.123.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.123.0...v3.123.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.123.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.123.1) | https://github.com/aquaproj/aqua-registry/compare/v3.123.0...v3.123.1 #### Fixes [#9310](https://togithub.com/aquaproj/aqua-registry/issues/9310) arttor/helmify: support old version [#9344](https://togithub.com/aquaproj/aqua-registry/issues/9344) charmbracelet/glow: support changes in glow v1.5.0 [#9369](https://togithub.com/aquaproj/aqua-registry/issues/9369) open-policy-agent/opa: support old versions ### [`v3.123.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.123.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.122.0...v3.123.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.123.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.123.0) | https://github.com/aquaproj/aqua-registry/compare/v3.122.0...v3.123.0 #### π New Packages [#9304](https://togithub.com/aquaproj/aqua-registry/issues/9304) [projectdiscovery/pdtm](https://togithub.com/projectdiscovery/pdtm): ProjectDiscovery's Open Source Tool Manager [#9302](https://togithub.com/aquaproj/aqua-registry/issues/9302) [suzuki-shunsuke/ghalint](https://togithub.com/suzuki-shunsuke/ghalint): GitHub Actions linter ### [`v3.122.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.122.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.121.0...v3.122.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.122.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.122.0) | https://github.com/aquaproj/aqua-registry/compare/v3.121.0...v3.122.0 #### π New Packages [#9232](https://togithub.com/aquaproj/aqua-registry/issues/9232) [comtrya/comtrya](https://togithub.com/comtrya/comtrya): Configuration Management for Localhost / dotfiles [#9233](https://togithub.com/aquaproj/aqua-registry/issues/9233) [topgrade-rs/topgrade](https://togithub.com/topgrade-rs/topgrade): Upgrade all the things #### Fixes [#9242](https://togithub.com/aquaproj/aqua-registry/issues/9242) [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery): Fix invalid `version_constraint` [#9281](https://togithub.com/aquaproj/aqua-registry/issues/9281) [carvel-dev/imgpkg](https://togithub.com/carvel-dev/imgpkg): Fix the package name and follow up changes of checksum file #### Contributors Thank you for your contribution! [@CrystalMethod](https://togithub.com/CrystalMethod) [#9232](https://togithub.com/aquaproj/aqua-registry/issues/9232) [#9233](https://togithub.com/aquaproj/aqua-registry/issues/9233) ### [`v3.121.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.121.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.120.2...v3.121.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.121.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.121.0) | https://github.com/aquaproj/aqua-registry/compare/v3.120.2...v3.121.0 #### π New Packages [#9221](https://togithub.com/aquaproj/aqua-registry/issues/9221) [spotDL/spotify-downloader](https://togithub.com/spotDL/spotify-downloader): Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found) #### Fixes [#9222](https://togithub.com/aquaproj/aqua-registry/issues/9222) [GoogleCloudPlatform/cloud-sql-proxy](https://togithub.com/GoogleCloudPlatform/cloud-sql-proxy): Follow up changes in [v2.0.0](https://togithub.com/GoogleCloudPlatform/cloud-sql-proxy/releases/tag/v2.0.0) #### Contributors Thank you for your contribution! [@CrystalMethod](https://togithub.com/CrystalMethod) [#9221](https://togithub.com/aquaproj/aqua-registry/issues/9221) ### [`v3.120.2`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.120.2) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.120.1...v3.120.2) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.120.2) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.120.2) | https://github.com/aquaproj/aqua-registry/compare/v3.120.1...v3.120.2 #### Fixes [#9190](https://togithub.com/aquaproj/aqua-registry/issues/9190) [arrow2nd/nekome](https://togithub.com/arrow2nd/nekome): follow up changes in nekome v2.2.0 [#9154](https://togithub.com/aquaproj/aqua-registry/issues/9154) [suzuki-shunsuke/circleci-config-merge](https://togithub.com/suzuki-shunsuke/circleci-config-merge): configure slsa_provenance and cosign [#9155](https://togithub.com/aquaproj/aqua-registry/issues/9155) [suzuki-shunsuke/renovate-issue-action](https://togithub.com/suzuki-shunsuke/renovate-issue-action): configure slsa_provenance and cosign ### [`v3.120.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.120.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.120.0...v3.120.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.120.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.120.1) | https://github.com/aquaproj/aqua-registry/compare/v3.120.0...v3.120.1 #### Fixes [#9064](https://togithub.com/aquaproj/aqua-registry/issues/9064) [geofffranks/spruce](https://togithub.com/geofffranks/spruce): follow up changes of spruce [#9093](https://togithub.com/aquaproj/aqua-registry/issues/9093) [charmbracelet/gum](https://togithub.com/charmbracelet/gum): follow up changes in gum v0.9.0 [#9143](https://togithub.com/aquaproj/aqua-registry/issues/9143) [editorconfig-checker/editorconfig-checker](https://togithub.com/editorconfig-checker/editorconfig-checker): follow up changes in 2.7.0 [#9144](https://togithub.com/aquaproj/aqua-registry/issues/9144) [koki-develop/clive](https://togithub.com/koki-develop/clive): follow up changes in v0.10.2 [#9146](https://togithub.com/aquaproj/aqua-registry/issues/9146) [suzuki-shunsuke/ci-info](https://togithub.com/suzuki-shunsuke/ci-info): configure slsa_provenance and cosign [#9147](https://togithub.com/aquaproj/aqua-registry/issues/9147) [tfmigrator/cli](https://togithub.com/tfmigrator/cli): configure slsa_provenance and cosign ### [`v3.120.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.120.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.119.0...v3.120.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.120.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.120.0) | https://github.com/aquaproj/aqua-registry/compare/v3.119.0...v3.120.0 #### π New Packages [#9053](https://togithub.com/aquaproj/aqua-registry/issues/9053) [Kampfkarren/selene](https://togithub.com/Kampfkarren/selene): A blazing-fast modern Lua linter written in Rust [#9054](https://togithub.com/aquaproj/aqua-registry/issues/9054) [Kampfkarren/selene/light](https://togithub.com/Kampfkarren/selene): A blazing-fast modern Lua linter written in Rust #### Contributors Thank you for your contribution! [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#9053](https://togithub.com/aquaproj/aqua-registry/issues/9053) [#9054](https://togithub.com/aquaproj/aqua-registry/issues/9054) ### [`v3.119.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.119.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.118.0...v3.119.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.119.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.119.0) | https://github.com/aquaproj/aqua-registry/compare/v3.118.0...v3.119.0 #### π New Packages [#9004](https://togithub.com/aquaproj/aqua-registry/issues/9004) [mgunyho/tere](https://togithub.com/mgunyho/tere): Terminal file explorer #### Fixes [#9029](https://togithub.com/aquaproj/aqua-registry/issues/9029) [geofffranks/spruce](https://togithub.com/geofffranks/spruce): Follow up changes in [spruce v1.30.0](https://togithub.com/geofffranks/spruce/releases/tag/v1.30.0) - Asset names were changed - Checksum files were released #### Contributors Thank you for your contribution! [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#9004](https://togithub.com/aquaproj/aqua-registry/issues/9004) ### [`v3.118.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.118.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.117.1...v3.118.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.118.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.118.0) | https://github.com/aquaproj/aqua-registry/compare/v3.117.1...v3.118.0 #### π New Packages [#8976](https://togithub.com/aquaproj/aqua-registry/issues/8976) [koki-develop/clive](https://togithub.com/koki-develop/clive): Automates terminal operations and lets you view them live via a browser [#8989](https://togithub.com/aquaproj/aqua-registry/issues/8989) [lycheeverse/lychee](https://togithub.com/lycheeverse/lychee): Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more [#8984](https://togithub.com/aquaproj/aqua-registry/issues/8984) [tamasfe/taplo](https://togithub.com/tamasfe/taplo): A TOML toolkit written in Rust [#8988](https://togithub.com/aquaproj/aqua-registry/issues/8988) [tamasfe/taplo/full](https://togithub.com/tamasfe/taplo): A TOML toolkit written in Rust #### Contributors Thank you for your contribution! [@ponkio-o](https://togithub.com/ponkio-o) [#8976](https://togithub.com/aquaproj/aqua-registry/issues/8976) [@hituzi-no-sippo](https://togithub.com/hituzi-no-sippo) [#8984](https://togithub.com/aquaproj/aqua-registry/issues/8984) [#8988](https://togithub.com/aquaproj/aqua-registry/issues/8988) [#8989](https://togithub.com/aquaproj/aqua-registry/issues/8989) ### [`v3.117.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.117.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.117.0...v3.117.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.117.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.117.1) | https://github.com/aquaproj/aqua-registry/compare/v3.117.0...v3.117.1 #### Features [#8973](https://togithub.com/aquaproj/aqua-registry/issues/8973) [#8974](https://togithub.com/aquaproj/aqua-registry/issues/8974) [suzuki-shunsuke/tfcmt](https://togithub.com/suzuki-shunsuke/tfcmt): Configure SLSA Provenance and Cosign [#8968](https://togithub.com/aquaproj/aqua-registry/issues/8968) [suzuki-shunsuke/github-comment](https://togithub.com/suzuki-shunsuke/github-comment): Configure cosign You can install tfcmt and github-comment securely. #### Fixes [#8970](https://togithub.com/aquaproj/aqua-registry/issues/8970) [boz/kail](https://togithub.com/boz/kail): Support v0.16.0 or later Followed up the change of asset names.charmbracelet/glow
### [`v1.5.0`](https://togithub.com/charmbracelet/glow/releases/tag/v1.5.0) [Compare Source](https://togithub.com/charmbracelet/glow/compare/v1.4.1...v1.5.0) ### Your Terminal Notebook π Use `glow` as your terminal markdown notebook! This release contains several quality of life improvements such as copying file contents and editing local files. ##### Highlights ##### Copy File Contents Press c to copy a file's contents to your clipboard to paste anywhere you'd like! ##### Edit Markdowns Edit a file by pressing e with your preferred `$EDITOR` (defaults to `nano`) and reloads the file with the updated changes on save! ##### Hard line break support When running `glow README.md`, `glow` will preserve line breaks to resemble the markdown file more closely. ##### New Features - [`a07fdb7`](https://togithub.com/charmbracelet/glow/commit/a07fdb73f0cffd5ce027341fb2e98a26cc852d54): feat(ui): `e` to open edit local markdown files in editor ([@maaslalani](https://togithub.com/maaslalani)) - [`071783d`](https://togithub.com/charmbracelet/glow/commit/071783d9078d9f52ac73f35c1a777d29052ea0af): feat: copy contents of document ([#439](https://togithub.com/charmbracelet/glow/issues/439)) ([@maaslalani](https://togithub.com/maaslalani)) - [`b36e5ad`](https://togithub.com/charmbracelet/glow/commit/b36e5ad810b6ef9ee3b32869d2af5d7ce461c2fc): feat: sync glow with git.charm.sh ([@aymanbagabas](https://togithub.com/aymanbagabas)) ##### Bug fixes - [`d9bf3b8`](https://togithub.com/charmbracelet/glow/commit/d9bf3b8ee89072cdec42af6d938a1bef0393c748): fix: don't close HTTP body ([@maaslalani](https://togithub.com/maaslalani)) - [`5f14914`](https://togithub.com/charmbracelet/glow/commit/5f14914b7e698523145ee4a5031201f394947b0e): fix: editor with args ([#364](https://togithub.com/charmbracelet/glow/issues/364)) ([@caarlos0](https://togithub.com/caarlos0)) - [`01d9858`](https://togithub.com/charmbracelet/glow/commit/01d9858f7c77c1b806d1968fbcf4781cb279bdc2): fix: goreleaser workflow ([#358](https://togithub.com/charmbracelet/glow/issues/358)) ([@caarlos0](https://togithub.com/caarlos0)) - [`6543979`](https://togithub.com/charmbracelet/glow/commit/6543979ed18616ee16f71597618bf02c5ef42de9): fix: performance scrolling ([@meowgorithm](https://togithub.com/meowgorithm)) - [`19732a6`](https://togithub.com/charmbracelet/glow/commit/19732a63035e316e3079d15030a573e89d7115cf): fix: support hard line breaks ([#212](https://togithub.com/charmbracelet/glow/issues/212)) ([@WieeRd](https://togithub.com/WieeRd)) - [`e0d667a`](https://togithub.com/charmbracelet/glow/commit/e0d667a48c914ef517fdf35d07ae2ab8bdcb7959): fix: use filepath.Dir instead of path.Dir ([@Splode](https://togithub.com/Splode)) ##### Others - [`8138788`](https://togithub.com/charmbracelet/glow/commit/8138788b0a24428e4950d0f0beb280650a9a896e): Automatically read from stdin if stdin is a pipe ([@meowgorithm](https://togithub.com/meowgorithm)) - [`db7f49b`](https://togithub.com/charmbracelet/glow/commit/db7f49b445e38c4649e098be1b16f195cecd2c0c): Bump Bubbles to v0.14.0, update accordingly, and simplify spinners ([@meowgorithm](https://togithub.com/meowgorithm)) - [`ff59ead`](https://togithub.com/charmbracelet/glow/commit/ff59ead353e358c085e12d5323c9863f9882da10): Extend example how to read from stdin ([@nilsvu](https://togithub.com/nilsvu)) - [`dd1593b`](https://togithub.com/charmbracelet/glow/commit/dd1593b10dbd0602e7eb1e00774c4da9aa837b23): Keybindings for editing the document from the pager ([@jmmoser](https://togithub.com/jmmoser)) *** Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@charm), or on [Discord](https://charm.sh/chat).golang/go
### [`v1.19.5`](https://togithub.com/golang/go/compare/go1.19.4...go1.19.5) [Compare Source](https://togithub.com/golang/go/compare/go1.19.4...go1.19.5)gotestyourself/gotestsum
### [`v1.9.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.9.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0) #### What's Changed - readme: better feature description by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/271](https://togithub.com/gotestyourself/gotestsum/pull/271) - Add a flag for running the entire root test case when any of its subtests fail by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/275](https://togithub.com/gotestyourself/gotestsum/pull/275) - consolidate cmd routing into main by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/272](https://togithub.com/gotestyourself/gotestsum/pull/272) - Error if `-failfast` is used with `--rerun-fails` by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/280](https://togithub.com/gotestyourself/gotestsum/pull/280) - Added go-recipes badge by [@nikolaydubina](https://togithub.com/nikolaydubina) in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286) - Hide empty packages in compact formats by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/283](https://togithub.com/gotestyourself/gotestsum/pull/283) - Add tool ci-matrix by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/258](https://togithub.com/gotestyourself/gotestsum/pull/258) - Hide empty packages on junit output by [@flowchartsman](https://togithub.com/flowchartsman) in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288) - feat(freebsd): generate arm/amd64 binaries for FreeBSD by [@ghuntley](https://togithub.com/ghuntley) in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291) - Update README.md by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/297](https://togithub.com/gotestyourself/gotestsum/pull/297) - Add --watch-chdir flag by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/276](https://togithub.com/gotestyourself/gotestsum/pull/276) - Add option to use high-visibility icons by [@n-oden](https://togithub.com/n-oden) in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293) - Print the test timeout panic as package output by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/298](https://togithub.com/gotestyourself/gotestsum/pull/298) #### New Contributors - [@nikolaydubina](https://togithub.com/nikolaydubina) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286) - [@flowchartsman](https://togithub.com/flowchartsman) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288) - [@ghuntley](https://togithub.com/ghuntley) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291) - [@n-oden](https://togithub.com/n-oden) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0helm/helm
### [`v3.11.0`](https://togithub.com/helm/helm/releases/tag/v3.11.0) [Compare Source](https://togithub.com/helm/helm/compare/v3.10.3...v3.11.0) Helm v3.11.0 is a feature release. Users are encouraged to upgrade for the best experience. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) #### Notable Changes - The Helm status command and the SDK can now show the status of core resources deployed in a chart (e.g., deployments). To use with `helm status` you need to use the `--show-resources` flag. - Add support for comma separated values in template --api-versions - Allow CGO_ENABLED to be overridden when building Helm from source #### Installation and Upgrading Download Helm v3.11.0. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.11.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-darwin-amd64.tar.gz.sha256sum) / 5a3d13545a302eb2623236353ccd3eaa01150c869f4d7f7a635073847fd7d932) - [MacOS arm64](https://get.helm.sh/helm-v3.11.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-darwin-arm64.tar.gz.sha256sum) / f4717f8d1dab79bace3ff5d9d48bebef62310421fd479205ef54a56204f97415) - [Linux amd64](https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz.sha256sum) / 6c3440d829a56071a4386dd3ce6254eab113bc9b1fe924a6ee99f7ff869b9e0b) - [Linux arm](https://get.helm.sh/helm-v3.11.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-arm.tar.gz.sha256sum) / cddbef72886c82a123038883f32b04e739cc4bd7b9e5f869740d51e50a38be01) - [Linux arm64](https://get.helm.sh/helm-v3.11.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-arm64.tar.gz.sha256sum) / 57d36ff801ce8c0201ce9917c5a2d3b4da33e5d4ea154320962c7d6fb13e1f2c) - [Linux i386](https://get.helm.sh/helm-v3.11.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-386.tar.gz.sha256sum) / fad897763f3b965bc4d75c8f95748ebc0330a5859d9ea170a4885571facacdb1) - [Linux ppc64le](https://get.helm.sh/helm-v3.11.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-ppc64le.tar.gz.sha256sum) / 6481a51095f408773212ab53edc2ead8a70e39eba67c2491e11c4229a251f9b5) - [Linux s390x](https://get.helm.sh/helm-v3.11.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.11.0-linux-s390x.tar.gz.sha256sum) / 3c420f13d12ca9e7302715d40a00466a145a2dff7f14714e11a5aeadb1d67919) - [Windows amd64](https://get.helm.sh/helm-v3.11.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.11.0-windows-amd64.zip.sha256sum) / 55477fa4295fb3043835397a19e99a138bb4859fbe7cd2d099de28df9d8786f1) This release was signed with ` F126 1BDE 9290 12C8 FF2E 501D 6EA5 D759 8529 A53E ` and can be found at [@hickeyma](https://togithub.com/hickeyma) [keybase account](https://keybase.io/hickeyma). Please use the attached signatures for verifying this release using `gpg`. The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. #### What's Next - 3.11.1 is the next patch/bug fix release and will be on February 08, 2023. - 3.12.0 is the next feature release and be on May 10, 2023. #### Changelog - Fix improper use of Table request/response to k8s API [`472c573`](https://togithub.com/helm/helm/commit/472c5736ab01133de504a826bd9ee12cbe4e7904) (Matt Farina) - Check status code before retrying request [`ee1ec6e`](https://togithub.com/helm/helm/commit/ee1ec6e432fe3b1943a291e59990becb5fe046ae) (Cenk Alti) - bump version to v3.11.0 [`9d8fee1`](https://togithub.com/helm/helm/commit/9d8fee155bd7e7d3c1390f4076d9271a1147dce5) (Matt Farina) - Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2 [`017785a`](https://togithub.com/helm/helm/commit/017785a2f1104eb4299f8d31feb550c213350f13) (Luca Comellini) - change linting error messages for null values in arrays [`6a5f240`](https://togithub.com/helm/helm/commit/6a5f240e9a22cf5ef3a889764079873a9cd537a4) (Daniel Strobusch) - Fix after CR [`3d81ea2`](https://togithub.com/helm/helm/commit/3d81ea22ac74e667b98a26eb80a5d427d75f7009) (Jakub Warczarek) - Trigger CI [`f46ff13`](https://togithub.com/helm/helm/commit/f46ff131c2ca169d25f9b8f8d550f6c320b48048) (Jakub Warczarek) - Add test for User-Agent header setting and refactor [`553f1e3`](https://togithub.com/helm/helm/commit/553f1e34f54ce4c75ee10b53c441063d6303db3c) (Jakub Warczarek) - Fix User-Agent header in requests made by Helm [`2fa7b3d`](https://togithub.com/helm/helm/commit/2fa7b3d1b7a289690ccc2c820b3329c6b07a1458) (Jakub Warczarek) - Bump k8s.io deps to v0.26.0 [`1fc2a6a`](https://togithub.com/helm/helm/commit/1fc2a6a39ccedd9d11c9839853a95d28ca35294f) (Luca Comellini) - fix adopted resource not replaced [`3181c7d`](https://togithub.com/helm/helm/commit/3181c7ddadd2271d67a457522abc13410929b64c) (Vaibhav Sharma) - chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 [`8774890`](https://togithub.com/helm/helm/commit/8774890e7edadbab88f35e6536393cf791b183f0) (dependabot\[bot]) - Resolve conflicts for go.mod and go.sum [`6c76abb`](https://togithub.com/helm/helm/commit/6c76abb3df72df415dd54b9a09ce26fcee8fad95) (Soujanya Mangipudi) - Fix backwards compatibility [`b6fef6c`](https://togithub.com/helm/helm/commit/b6fef6c4665130644acf7742040ebd46f9cc957c) (Martin Hickey) - docs: add docs for cli/values.Options [`0fdfe05`](https://togithub.com/helm/helm/commit/0fdfe0584437112e11fdfa6775625451442f6c91) (Zuhair AlSader) - Update chartrepo.go [`c8890e9`](https://togithub.com/helm/helm/commit/c8890e971e50a305dc8a83029fa882ee255007b2) (caixisheng) - chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 [`b307d0f`](https://togithub.com/helm/helm/commit/b307d0fbeb42fe890450d8d3de2291817ad9b4cb) (dependabot\[bot]) - bump sprig version 3.2.3 [`fda1a0b`](https://togithub.com/helm/helm/commit/fda1a0b10a87845b3cbe58434089f0def4220f53) (yxxhero) - Update string handling [`a59e584`](https://togithub.com/helm/helm/commit/a59e58468430bf9b454426ff22f5f367185b7d77) (Martin Hickey) - Update repo handling [`256e976`](https://togithub.com/helm/helm/commit/256e976331db4b7335ef721e411e7b59c5317ccb) (Martin Hickey) - improve error message on plugin install [`965f859`](https://togithub.com/helm/helm/commit/965f8591e7eab685186626bf7e64b4c24b384c39) (Philipp Stehle) - harmonize URL reference resolving [`dfb25e1`](https://togithub.com/helm/helm/commit/dfb25e13deba70eafe607748cd83bdda5409d245) (Philipp Stehle) - Update logic of non-git situation just to print warning logs [`0ebd620`](https://togithub.com/helm/helm/commit/0ebd6202d8fb1fb334a7670896d6a97cc736688c) (Wonyeong Choi) - Add a flag var to check git is installed or not [`c027014`](https://togithub.com/helm/helm/commit/c0270140197f459979ff21a618729afb844a854a) (Wonyeong Choi) - Add support for CSVs in template --api-versions arg [`5aa316e`](https://togithub.com/helm/helm/commit/5aa316e1eec883878262a01f36a7fcf6ffd7f641) (Ryan Drew) - update .golangci for go1.18 [`61374f6`](https://togithub.com/helm/helm/commit/61374f655467485673dd87a8c0cbe871d4f28175) (yanggang) - redirect registry client output to stderr [`1535ad5`](https://togithub.com/helm/helm/commit/1535ad56716d21a8b5fc93354a9ac91ba9d696ab) (Cyril Jouve) - chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 [`b3afe43`](https://togithub.com/helm/helm/commit/b3afe432784baf5300b876b9d03456d256f93574) (dependabot\[bot]) - Readiness & liveness probes correct port [`9d027ea`](https://togithub.com/helm/helm/commit/9d027eaac894e1793c663448cfd494bcc21c759f) (Peter Leong) - Update schema validation handling [`775af2a`](https://togithub.com/helm/helm/commit/775af2a0ceadef1bc8f627cdb70fadb3c69b8d86) (Martin Hickey) - fix a few function names on comments [`09d3f31`](https://togithub.com/helm/helm/commit/09d3f31358882970d02018bd84bcbcd28b47f986) (cui fliter) - use intstr.GetScaledValueFromIntOrPercent instead of the deprecated [`9d59d92`](https://togithub.com/helm/helm/commit/9d59d92abb462d6f59b77ee1099b18067e561932) (Qifan Shen) - Updating the deb location for azure cli [`70a3df4`](https://togithub.com/helm/helm/commit/70a3df49d702e23ad29367783a5655350be90265) (Matt Farina) - retry http request on temporary errors [`b5378b3`](https://togithub.com/helm/helm/commit/b5378b3a5dd435e5c364ac0cfa717112ad686bd0) (Cenk Alti) - Revert "Tolerate temporary errors from etcdserver" [`d32c623`](https://togithub.com/helm/helm/commit/d32c623699de24ac49653a6ec561485ce122d530) (Cenk Alti) - Updating the repo the azure cli is installed from [`9fbf1b3`](https://togithub.com/helm/helm/commit/9fbf1b34d5aa34c5774b56247ddd9ae96145f767) (Matt Farina) - Updating to kubernetes 1.25.2 packages [`221b0f5`](https://togithub.com/helm/helm/commit/221b0f54c912ce5d9dbb5eb5b10b62f411e2589b) (Matt Farina) - Allow CGO_ENABLED to be overridden for build [`6f6c0d8`](https://togithub.com/helm/helm/commit/6f6c0d831d69a133c4100a79838c57bcb4d551d4) (Joe Julian) - chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 [`98077dd`](https://togithub.com/helm/helm/commit/98077dd340ebcbf8c2271b5fd8f8c831dea82a88) (dependabot\[bot]) - chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 [`bfd1890`](https://togithub.com/helm/helm/commit/bfd189000e95ff67e226dc434bdcecc2a5a3351d) (dependabot\[bot]) - chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 [`1478a09`](https://togithub.com/helm/helm/commit/1478a098f1619fd5d3372252f2e1caf3a260a50d) (dependabot\[bot]) - chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0 [`4376d2f`](https://togithub.com/helm/helm/commit/4376d2fa85a6be10d12dc2b6e6d5377b6e675b78) (dependabot\[bot]) - Tolerate temporary errors from etcdserver [`ebc79fa`](https://togithub.com/helm/helm/commit/ebc79fa807f29b984e090f0071b640f7347937cf) (Davanum Srinivas) - update: Optimize the error message [`4fcec24`](https://togithub.com/helm/helm/commit/4fcec24d15c616011fb2d7c22c3dd0024bb9e41b) (wujunwei) - add nil judge for dependency , maintainers validate and some testcase. [`a7a1117`](https://togithub.com/helm/helm/commit/a7a11173271e5721078994647caf856489dfd929) (wujunwei) - Fix code style [`ae828ce`](https://togithub.com/helm/helm/commit/ae828ce0ee0f0ad48482cc9fd773c28b137dd23d) (Martin Hickey) - bump version to v3.10.0 [`cd809f9`](https://togithub.com/helm/helm/commit/cd809f9b1953a180de6f532c0ad19c625afa7ced) (Matt Farina) - Addressing review comments - move printing code out of client.go [`ffa19a4`](https://togithub.com/helm/helm/commit/ffa19a4b5d836283a91a4c16f8b81e734a973afc) (Soujanya Mangipudi) - Addressing review comments: Extend Interface with new InterfaceResources to avoid breaking changes Move change to staus command behind --show-resources flag [`20e3577`](https://togithub.com/helm/helm/commit/20e35775439c699bdd5c8fdc228ebe57a4b9c002) (Soujanya Mangipudi) - feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command [`9d5be80`](https://togithub.com/helm/helm/commit/9d5be803bc0d408944f6b30c98a05c4026abc6e2) (Soujanya Mangipudi) - During deletion, explicitly log already deleted resource name. [`b7c35d2`](https://togithub.com/helm/helm/commit/b7c35d2a0f2ba8920cbae41dab5b054ac6e61c53) (Marcin Owsiany) - fix: add cases.NoLower option for we can get same effect to strings.Title [`f0037e5`](https://togithub.com/helm/helm/commit/f0037e5ef6bb118dbcd6e26497014b97436888d6) (wujunwei) - one defer [`3b19dde`](https://togithub.com/helm/helm/commit/3b19ddeb56fae17a1d176130702ae5b779b20460) (CI) - don't change r.CachePath [`781ddba`](https://togithub.com/helm/helm/commit/781ddba690afa20c80f443a121c3134f668dc43a) (CI) - avoid adding new public function [`cd76fcd`](https://togithub.com/helm/helm/commit/cd76fcd80557490d2f2ee1204b1bdbf78c738ec9) (CI) - fix tests [`32a41fc`](https://togithub.com/helm/helm/commit/32a41fcfac9ca1b4f4997a6660bacba9a01a9d45) (CI) - fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL ([#11171](https://togithub.com/helm/helm/issues/11171)) [`24fa3d9`](https://togithub.com/helm/helm/commit/24fa3d910d774b9d7f40f1fc8002bc1fb55565ca) (CI) - Fix URL with encoded path support for ChartDownloader [`d9e5bbc`](https://togithub.com/helm/helm/commit/d9e5bbc09d4d44660fe20df41ce3b567f0336f85) (Mathieu Parent)miniscruff/changie
### [`v1.11.0`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1110-on-2023-01-26) [Compare Source](https://togithub.com/miniscruff/changie/compare/v1.10.2...v1.11.0) ##### Added - [#439](https://togithub.com/miniscruff/changie/issues/439) Auto mode to batch and new which uses kind configs to automatically determine the next bump levelConfiguration
π Schedule: Branch creation - "before 3am on Monday" (UTC), 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.