Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ⬆️ aqua-packages #125

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

mend-for-github-com[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
anchore/grype minor v0.65.1 -> v0.73.4
anchore/quill patch v0.4.0 -> v0.4.1
anchore/syft minor v0.87.0 -> v0.98.0
charmbracelet/gum minor v0.11.0 -> v0.13.0
charmbracelet/vhs minor v0.6.0 -> v0.7.1
direnv/direnv minor v2.32.3 -> v2.33.0
golang/go patch 1.21.0 -> 1.21.5
goreleaser/goreleaser minor v1.20.0 -> v1.22.1
gotestyourself/gotestsum minor v1.10.1 -> v1.11.0
mikefarah/yq minor v4.35.1 -> v4.40.5
miniscruff/changie minor v1.12.0 -> v1.17.0
sharkdp/hyperfine minor v1.17.0 -> v1.18.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

anchore/grype (anchore/grype)

v0.73.4

Compare Source

Additional Changes

(Full Changelog)

v0.73.3

Compare Source

Additional Changes

(Full Changelog)

v0.73.2

Compare Source

Bug Fixes

(Full Changelog)

v0.73.1

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.73.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.72.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.71.0

Compare Source

Added Features

(Full Changelog)

v0.70.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.69.1

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.69.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.68.1

Compare Source

v0.68.1 (2023-09-15)

Full Changelog

Bug Fixes

v0.68.0

Compare Source

v0.68.0 (2023-09-14)

Full Changelog

Added Features
Bug Fixes

v0.67.0

Compare Source

v0.67.0 (2023-09-11)

Full Changelog

Additional Changes

v0.66.0

Compare Source

v0.66.0 (2023-08-31)

Full Changelog

Added Features
Bug Fixes
Additional Changes
  • Update Syft to 0.89.0

v0.65.2

Compare Source

v0.65.2 (2023-08-17)

Full Changelog

Additional Changes
anchore/quill (anchore/quill)

v0.4.1

Compare Source

Changelog

v0.4.1 (2023-08-25)

Full Changelog

Bug Fixes
Additional Changes
anchore/syft (anchore/syft)

v0.98.0

Compare Source

Added Features
Bug Fixes
Breaking Changes
Additional Changes

(Full Changelog)

Special Thanks

Thanks @​duanemay and @​whalelines for the enhanced binary classifier support 👍

v0.97.1

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v0.97.0

Compare Source

Added Features
Bug Fixes
Breaking Changes
Additional Changes

(Full Changelog)

v0.96.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.95.0

Compare Source

Added Features
Bug Fixes
Breaking Changes
Additional Changes

(Full Changelog)

v0.94.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v0.93.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.92.0

Compare Source

Added Features
  • Support for multiple image refs of same sha in OCI layout [#​1544]
Bug Fixes
Additional Changes

(Full Changelog)

v0.91.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.90.0

Compare Source

v0.90.0 (2023-09-11)

Full Changelog

Added Features
Bug Fixes
Additional Changes

v0.89.0

Compare Source

v0.89.0 (2023-08-31)

Full Changelog

Added Features
Bug Fixes

v0.88.0

Compare Source

v0.88.0 (2023-08-25)

Full Changelog

Added Features
Bug Fixes

v0.87.1

Compare Source

v0.87.1 (2023-08-17)

Full Changelog

Bug Fixes
charmbracelet/gum (charmbracelet/gum)

v0.13.0

Compare Source

Changelog

New Features

Add --select-if-one flag to gum choose and gum filter.

> gum choose --select-if-one "option"
> option
Bug fixes

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/gum/releases/download/v0.13.0/checksums.txt'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/gum/releases/download/v0.13.0/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/gum/releases/download/v0.13.0/checksums.txt.sig' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.12.0

Compare Source

Gum Log 🪵

Version 0.12.0 of gum features a brand new log command. Gum log logs messages to the terminal at using different levels and styling using the charmbracelet/log library.

To get started, simply run:

gum log
### Log some debug information.
gum log --structured --level debug "Creating file..." name file.txt

### DEBUG Unable to create file. name=temp.txt
### Log some error.
gum log --structured --level error "Unable to create file." name file.txt

### ERROR Unable to create file. name=temp.txt

See charmbracelet/log for more usage.

Running gum log with debug and error levels

What's Changed

New Contributors

Full Changelog: charmbracelet/gum@v0.11.0...v0.12.0


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

charmbracelet/vhs (charmbracelet/vhs)

v0.7.1

Compare Source

Freeze Frame ❄️ 📸

With VHS v0.7.0, you can capture the any moment during tape execution. Just add in Screenshot <filename>.png to your tapes:

Type ls
Enter

### Capture the output of 'ls'
Screenshot files.png

### Now, continue as you normally would
Type 'cd ..'
Enter

Your tape outputs a GIF, and outputs a file named files.png.

Copy-Paste Functionality!

VHS can now talk to your system clipboard. Please keep this in mind when executing tapes from unknown sources.

[!WARNING]
You should never curl pipe into VHS, it's similar to executing a bash script on your computer!

Copy "https://github.com/charmbracelet/huh"

Type 'curl '

Paste

Enter

New Modifiers + Keys Alert!

VHS v0.7.0 has some new additions: introducing the top level Shift+ modifier and the Insert + Delete keys!

### Shift things up a bit!
Shift+A
Shift+Tab
Shift+Enter

### Insert and delete to your hearts desire:
Insert
Delete

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.

v0.7.0

Compare Source

Freeze Frame ❄️ 📸

With VHS v0.7.0, you can capture the any moment during tape execution. Just add in Screenshot <filename>.png to your tapes:

Type ls
Enter

### Capture the output of 'ls'
Screenshot files.png

### Now, continue as you normally would
Type 'cd ..'
Enter

Your tape outputs a GIF, and outputs a file named files.png.

Copy-Paste Functionality!

VHS can now talk to your system clipboard. Please keep this in mind when executing tapes from unknown sources.

[!WARNING]
You should never curl pipe into VHS, it's similar to executing a bash script on your computer!

Copy "https://github.com/charmbracelet/huh"

Type 'curl '

Paste

Enter

New Modifiers + Keys Alert!

VHS v0.7.0 has some new additions: introducing the top level Shift+ modifier and the Insert + Delete keys!

### Shift things up a bit!
Shift+A
Shift+Tab
Shift+Enter

### Insert and delete to your hearts desire:
Insert
Delete

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.

direnv/direnv (direnv/direnv)

v2.33.0

Compare Source

golang/go (golang/go)

v1.21.5

Compare Source

v1.21.4

Compare Source

v1.21.3

Compare Source

v1.21.2

Compare Source

v1.21.1

Compare Source

goreleaser/goreleaser (goreleaser/goreleaser)

v1.22.1

Compare Source

Changelog

Bug fixes
Build process updates

Full Changelog: goreleaser/goreleaser@v1.22.0...v1.22.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

  • Find

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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, check this box

@mend-for-github-com mend-for-github-com bot merged commit c20a473 into main Dec 21, 2023
13 of 17 checks passed
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/aqua-packages branch December 21, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants