Changelog
Bug fixes
- 78d4db6: fix: add examples to set (@caarlos0)
- a1234cf: fix: delete-dbs (#125) (@caarlos0)
- 062dd30: fix: dependabot config (@caarlos0)
- 1c7a043: fix: document the fact that
set
works with STDIN if the value is omitted (#96) (@ilyagr) - 4900be3: fix: lint issues (@caarlos0)
Dependency updates
- 451a1b8: feat(deps): bump github.com/agnivade/levenshtein from 1.1.1 to 1.2.0 (#108) (@dependabot[bot])
- b80cf02: feat(deps): bump github.com/agnivade/levenshtein from 1.2.0 to 1.2.1 (#124) (@dependabot[bot])
- 0f3699e: feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 0.13.1 (#111) (@dependabot[bot])
- 1c5884b: feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#112) (@dependabot[bot])
- 4710ad0: feat(deps): bump github.com/dgraph-io/badger/v4 from 4.2.0 to 4.3.0 (#106) (@dependabot[bot])
- 4b76b25: feat(deps): bump github.com/dgraph-io/badger/v4 from 4.3.0 to 4.3.1 (#109) (@dependabot[bot])
- c3d7af1: feat(deps): bump github.com/dgraph-io/badger/v4 from 4.3.1 to 4.4.0 (#114) (@dependabot[bot])
- e8e0228: feat(deps): bump github.com/dgraph-io/badger/v4 from 4.4.0 to 4.5.0 (#115) (@dependabot[bot])
- c67243a: feat(deps): bump github.com/dgraph-io/badger/v4 from 4.5.0 to 4.5.1 (#121) (@dependabot[bot])
- 1ccdba9: feat(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#107) (@dependabot[bot])
- d07603e: feat(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (#110) (@dependabot[bot])
- 267b222: feat(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 (#113) (@dependabot[bot])
- f13cfdd: feat(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 (#117) (@dependabot[bot])
- d053602: feat(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 (#118) (@dependabot[bot])
- 2d0eaaa: feat(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 (#126) (@dependabot[bot])
Documentation updates
- 90a2185: docs(readme): add charm cloud sunset notice (@meowgorithm)
Other work
- b3fbfac: ci: sync dependabot config (#127) (@charmcli)
- 463dc66: ci: sync dependabot config (#128) (@charmcli)
- 602c2fa: typo: update README.md (#122) (@davidsneighbour)
Verifying the artifacts
First, download the checksums.txt
file, for example, with wget
:
wget 'https://github.com/charmbracelet/skate/releases/download/v1.0.1/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/skate/releases/download/v1.0.1/checksums.txt.pem' \
--signature 'https://github.com/charmbracelet/skate/releases/download/v1.0.1/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!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.