Skip to content

Releases: cerbos/reimage

v0.12.1

08 Apr 09:25
Immutable release. Only release title and notes can be modified.
68cc02c

Choose a tag to compare

Reimage 0.12.1

Changelog

Features

  • e2699ec feat(vulncheck): improve error reporting for exec errors

Bug fixes

  • c2cad68 fix(vulncheck): small tweak to error checking

Others

  • 68cc02c Merge pull request #72 from cerbos/vulnchecklog

v0.12.0

02 Apr 11:17
Immutable release. Only release title and notes can be modified.
e377b75

Choose a tag to compare

Reimage 0.12.0

This release includes a breaking change to the vulnerability scanning options. The default now attempts to run grype rather than trivy. If you want to switch back to trivy you can use:

reimage -vulncheck-command "trivy image -f json" -vulncheck-format trivy-json

We should be able to add some more powerful options for processing arbitrary json formats in future.

Checking of CVEs with no associated CVSS will now default to a score of 5.0 (a sensible options stolen from grype).

Changelog

Features

  • 5555012 feat(vulncheck): include the description in the log, makes it easier to cut and paste
  • deeebbb feat(vulncheck): switch default to grype, support grype of trivy output formats

Bug fixes

  • f1c5546 fix(build): remove unused update-mtime
  • 5d73003 fix(lint): fix some lint warnings
  • 05747e1 fix(log): fix incorrect log line
  • fe0f1b4 fix(vulncheck): fix the handling of per-image CVEs
  • 554a3d1 fix(vulncheck): make it easier to copy/paste vuln info

Chores

  • c16a4f4 chore(actions): update checkout action
  • 1f345b3 chore(actions): update github actions
  • 9fd7659 chore(deps): bump github.com/anchore/quill from 0.5.1 to 0.7.1
  • 27cbe7e chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2
  • 4ebc799 chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3
  • 7b10afa chore(deps): general deps update
  • 3b36c4a chore(deps): include org wide rennovate setup
  • a321109 chore(deps): update deps

Others

  • 9a05bb6 Merge pull request #52 from cerbos/dependabot/go_modules/github.com/anchore/quill-0.7.1
  • bb26913 Merge pull request #53 from cerbos/dependabot/go_modules/google.golang.org/grpc-1.79.3
  • 5c5adaa Merge pull request #55 from cerbos/updategithub
  • 632190e Merge pull request #56 from cerbos/dependabot/go_modules/github.com/buger/jsonparser-1.1.2
  • 600ba4c Merge pull request #57 from cerbos/deps
  • 424d3f0 Merge pull request #58 from cerbos/renovate
  • 95efab3 Merge pull request #59 from cerbos/actions1
  • 41d2e35 Merge pull request #60 from cerbos/renovate/migrate-config
  • b753e27 Merge pull request #62 from cerbos/renovate/gh-actions-deps
  • d68e37c Merge pull request #63 from cerbos/renovate/gh-actions-deps
  • 6bc8197 Merge pull request #67 from cerbos/imagescan
  • e377b75 Merge pull request #68 from cerbos/depsupdate
  • 52151ad Migrate config .github/renovate.json
  • a613753 Update GitHub Actions deps
  • bd97f5e Update GitHub Actions deps

v0.11.0

05 Mar 16:19
Immutable release. Only release title and notes can be modified.
c460d8b

Choose a tag to compare

Reimage 0.11.0

Changelog

Chores

  • 3a01f9f chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3
  • 0488553 chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.5
  • 75a4671 chore(deps): bump github.com/theupdateframework/go-tuf/v2

Others

  • d725558 Merge pull request #45 from cerbos/modupdate
  • 40c7c24 Merge pull request #46 from cerbos/modupdate2
  • 01939ef Merge pull request #47 from cerbos/dependabot/go_modules/github.com/theupdateframework/go-tuf/v2-2.4.1
  • c460d8b Merge pull request #48 from cerbos/dependabot/go_modules/github.com/go-git/go-git/v5-5.16.5
  • c750b42 Merge pull request #49 from cerbos/dependabot/go_modules/github.com/cloudflare/circl-1.6.3
  • 04a7317 Update deps and run go fix
  • e95df7e disable prealloc linter
  • 8e931fb fix copyright headers
  • 234010e more dep updates
  • fb454c6 update and pin GH actions
  • edc5d02 update deps
  • c734a80 update go deps
  • c47845c update xz for dependabot

v0.10.0

31 Jul 14:48
3a45406

Choose a tag to compare

Reimage 0.10.0

Changelog

Bug fixes

  • 2405c96 fix(ci): fix goreleaser config
  • ccfd859 fix(ci): fix goreleaser config

Others

  • 45846cb Merge pull request #37 from cerbos/fixgoreleaser
  • 3a45406 Merge pull request #38 from cerbos/fixcicache

v0.9.2

18 Jul 08:30
2e8a275

Choose a tag to compare

Reimage 0.9.2

Changelog

Chores

  • 6d411b1 chore(deps): bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4
  • 795382e chore(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
  • 0f573f0 chore(deps): update deps
  • 2e8a275 chore(deps): update deps for goreleaser
  • 981f3f9 chore(deps): update required go version, for vulncheck

Others

  • 1c2a391 Merge pull request #11 from cerbos/dependabot/go_modules/gopkg.in/go-jose/go-jose.v2-2.6.3
  • c9b1ab6 Merge pull request #14 from cerbos/dependabot/go_modules/github.com/sigstore/cosign/v2-2.2.4

v0.9.1

05 Mar 15:26
cfed194

Choose a tag to compare

Reimage 0.9.1

Changelog

Bug fixes

  • 0511e49 fix(jsonpath): ignore missing member error

Others

v0.9.0

06 Feb 13:06
a7e5789

Choose a tag to compare

Reimage 0.9.0

Changelog

Features

  • a7e5789 feat(yaml): Allow remapping raw YAML files

Chores

  • 534a01f chore(deps): update some deps
  • 077983b chore(deps): update some more deps
  • abedf2d chore(refactor): have Updater take any

v0.8.0

25 Jan 13:02
961213d

Choose a tag to compare

Reimage 0.8.0

Changelog

Features

  • e480376 feat(cli): add -verify-static-json-mappings allow disabling verification

Bug fixes

  • ac784eb fix(ci): fix some unused CI config

Chores

v0.7.2

08 Dec 10:48
66c314e

Choose a tag to compare

Reimage 0.7.2

Changelog

Bug fixes

  • 66c314e fix(release): wrong archive name

v0.7.1

08 Dec 10:46
95ee82c

Choose a tag to compare

Reimage 0.7.1

Changelog

Chores

  • 95ee82c chore(deps): missed deps for release