Releases: uselagoon/insights-handler
Releases · uselagoon/insights-handler
v0.0.10
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
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
- @jackwrfuller made their first contribution in #122
Full Changelog: v0.0.8...v0.0.9
Dealing with those pesky slashes
This release deals with slashes in project and environment names.
What's Changed
- refactor: label and annotation lookups on messages by @shreddedbacon in #116
- Fix for slashes in environment names by @bomoko in #117
Full Changelog: 0.0.7...v0.0.8
v0.0.7
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
- @CGoodwin90 made their first contribution in #97
Full Changelog: v0.0.6...v0.0.7
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