Releases: uselagoon/insights-handler
Releases · uselagoon/insights-handler
v0.0.6 - Fixes some nil reference errors
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
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
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
- Core logic rewrite and refactor. by @bomoko in #66
- Direct deletion by @bomoko in #61
- Better error handling in message processing by @bomoko in #35
Chores/fixes
- Updates goyaml package by @bomoko in #58
- Updates cyclone-dx to 0.8.0 by @bomoko in #63
- Update alpine Docker tag to v3.19 by @renovate in #62
- Update golang Docker tag to v1.22.0 by @renovate in #56
- add more transformers by @tobybellwood in #14
- Update aquasec/trivy Docker tag to v0.49.1 by @renovate in #64
- Update docker/setup-buildx-action action to v3 by @renovate in #51
- Update module github.com/docker/docker to v25 by @renovate in #68
- Chore - Documentation update by @bomoko in #67
- Update docker/metadata-action action to v5 by @renovate in #50
- Update module github.com/stretchr/testify to v1.9.0 by @renovate in #70
- Update module github.com/docker/cli to v25 by @renovate in #65
Full Changelog: v0.0.2...v0.0.4
Trivy integration and direct problems
This is a significant release that introduces
- Trivy integration - parsing SBOMS to trivy to generate problem lists
- Direct problems processing