Releases: uselagoon/insights-remote
Releases · uselagoon/insights-remote
v0.0.11 - Ignoring Disappearing Namespaces
This release deals with an issue where the controller where it was trying to access, and write to, a namespace while it was terminating.
We now, happily, ignore disappearing Namespaces.
What's Changed
- chore(deps): update docker/build-push-action action to v6 by @renovate in #45
- Ignores terminating namespaces by @bomoko in #49
- fix(deps): update module github.com/gin-gonic/gin to v1.10.0 by @renovate in #44
Full Changelog: v0.0.10...v0.0.11
v0.0.10 - Multiarch Image
What's Changed
- Update module github.com/onsi/ginkgo to v1.16.5 by @renovate in #34
- Update module github.com/golang-jwt/jwt/v4 to v5 by @renovate in #31
- build: enable multiarch image build by @tobybellwood in #42
New Contributors
- @tobybellwood made their first contribution in #42
Full Changelog: v0.0.9...0.0.10
v0.0.9 - Deletion endpoints and tighter typing
This release introduces
- new service endpoints for deleting facts and problems
- Closer typing, constraining what can come through via the configMap system
- Renovatebot, for updates.
What's Changed
- Adds deletion endpoints to service by @bomoko in #18
- Constraining incoming CM types by @bomoko in #20
- Configure Renovate by @renovate in #1
- Update golang Docker tag to v1.22 by @renovate in #22
- Update module github.com/robfig/cron/v3 to v3.0.1 by @renovate in #21
- Update actions/checkout action to v4 by @renovate in #24
- Update docker/build-push-action action to v5 - autoclosed by @renovate in #25
- Update docker/login-action action to v3 by @renovate in #26
- Update docker/metadata-action action to v5 by @renovate in #27
- Update docker/setup-buildx-action action to v3 - autoclosed by @renovate in #28
- Update docker/setup-qemu-action action to v3 by @renovate in #29
- Update module github.com/gin-gonic/gin to v1.9.1 by @renovate in #32
New Contributors
Full Changelog: v0.0.8...v0.0.9
Direct problems
This release introduces some small fixes as well as allowing problems to be passed to the webservice
Fixes logic issue in namespace secrets creation
Merge pull request #13 from uselagoon/feature/fix-secret-delete Feature/fix secret delete
Fixes logic issue in namespace secrets creation
Fixes logic issue in namespace secrets - incorrectly signed insight secrets were not being cleared out, this release fixes that.
Adding insights remote endpoint
This adds a service endpoint as well as the various namespace functions to add insights secrets.