Skip to content

Releases: uselagoon/insights-handler

v0.0.10

06 Jan 01:44
92d4145

Choose a tag to compare

What's Changed

  • chore(deps): update dependency go to v1.25.5 by @renovate[bot] in #121
  • chore(deps): update module github.com/docker/cli to v28.5.2+incompatible by @renovate[bot] in #125
  • chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #126
  • fix(deps): update module github.com/cyclonedx/cyclonedx-go to v0.9.3 by @renovate[bot] in #127
  • fix(deps): update module github.com/minio/minio-go/v7 to v7.0.97 by @renovate[bot] in #128
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #130
  • chore(deps): update aquasec/trivy docker tag to v0.68.2 by @renovate[bot] in #124

Full Changelog: v0.0.9...v0.0.10

v0.0.9

16 Sep 01:00
796ebd0

Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/minio/minio-go/v7 to v7.0.95 by @renovate[bot] in #92
  • chore(deps): update module github.com/docker/cli to v28.3.3+incompatible by @renovate[bot] in #107
  • chore(deps): update aquasec/trivy docker tag to v0.65.0 by @renovate[bot] in #118
  • chore(deps): update alpine docker tag to v3.22 by @renovate[bot] in #119
  • fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #123
  • fix(deps): update module github.com/khan/genqlient to v0.8.1 by @renovate[bot] in #115
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #120
  • feat: support for docker image build by @jackwrfuller in #122

New Contributors

Full Changelog: v0.0.8...v0.0.9

Dealing with those pesky slashes

22 May 01:45
e89698e

Choose a tag to compare

This release deals with slashes in project and environment names.

What's Changed

Full Changelog: 0.0.7...v0.0.8

v0.0.7

08 May 00:52
1d6cd2e

Choose a tag to compare

What's Changed

  • test: add basic go test coverage by @shreddedbacon in #100
  • Chore: Updates Go to 1.23 by @CGoodwin90 in #97
  • chore(deps): update module github.com/docker/docker to v26.1.5+incompatible by @renovate in #81
  • chore(deps): update aquasec/trivy docker tag to v0.59.1 by @renovate in #93
  • fix(deps): update module github.com/khan/genqlient to v0.8.0 by @renovate in #104
  • chore(deps): update module github.com/docker/docker to v28 by @renovate in #106
  • chore(deps): update actions/setup-go action to v5 by @renovate in #102
  • chore(deps): update module github.com/docker/cli to v28 by @renovate in #105
  • Adds new filters by @bomoko in #112
  • Change: Adds Service to lagoonFact by @CGoodwin90 in #111
  • Fixes issue in filter transformers by @bomoko in #113
  • chore(deps): update dependency go to 1.24 by @renovate in #110
  • chore(deps): update aquasec/trivy docker tag to v0.62.1 by @renovate in #109
  • chore(deps): update actions/checkout action to v4 by @renovate in #101
  • chore(deps): update alpine docker tag to v3.21 by @renovate in #98
  • Revert "Change: Adds Service to lagoonFact" by @bomoko in #114

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6 - Fixes some nil reference errors

15 Aug 01:25
7f1d3dc

Choose a tag to compare

What's Changed

  • Fix - failing sbomcheck with empty components by @bomoko in #89
  • chore(deps): update docker/build-push-action action to v6 by @renovate in #88
  • fix(deps): update module github.com/cyclonedx/cyclonedx-go to v0.9.0 by @renovate in #87
  • chore(deps): update alpine docker tag to v3.20 by @renovate in #86
  • chore(deps): update golang docker tag to v1.22.3 by @renovate in #85
  • fix(deps): update module github.com/minio/minio-go/v7 to v7.0.75 by @renovate in #83
  • chore(deps): update aquasec/trivy docker tag to v0.54.1 by @renovate in #76

Full Changelog: v0.0.5...v0.0.6

v0.0.5 - Multiarch Image

16 May 02:32
7030265

Choose a tag to compare

What's Changed

  • Update golang Docker tag to v1.22.1 by @renovate in #72
  • Update module github.com/Khan/genqlient to v0.7.0 by @renovate in #71
  • Update module github.com/docker/docker to v26 by @renovate in #78
  • Update module github.com/minio/minio-go/v7 to v7.0.69 by @renovate in #40
  • Update golang Docker tag to v1.22.2 by @renovate in #80
  • Update docker/setup-qemu-action action to v3 by @renovate in #52
  • build: enable multiarch image building by @tobybellwood in #82

Full Changelog: v0.0.4...v0.0.5

v0.0.4 - Direct deletion and cleaner code

04 Mar 20:17
7c20286

Choose a tag to compare

This release introduces:

  • Direct fact and problem deletion to support changes introduced in the insights-remote service.
  • Major core logic rewrite and cleanup
  • Better error handling

What's Changed

Significant code changes

Chores/fixes

Full Changelog: v0.0.2...v0.0.4

Trivy integration and direct problems

06 Dec 03:15
7851712

Choose a tag to compare

This is a significant release that introduces

  • Trivy integration - parsing SBOMS to trivy to generate problem lists
  • Direct problems processing