Skip to content

Releases: uselagoon/insights-remote

v0.0.11 - Ignoring Disappearing Namespaces

15 Aug 01:06
2402656
Compare
Choose a tag to compare

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

16 May 02:30
404659d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...0.0.10

v0.0.9 - Deletion endpoints and tighter typing

04 Mar 20:12
0339809
Compare
Choose a tag to compare

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

06 Dec 03:15
a5221c5
Compare
Choose a tag to compare

This release introduces some small fixes as well as allowing problems to be passed to the webservice

Fixes logic issue in namespace secrets creation

05 Nov 22:57
843696d
Compare
Choose a tag to compare
Merge pull request #13 from uselagoon/feature/fix-secret-delete

Feature/fix secret delete

Fixes logic issue in namespace secrets creation

19 Jul 19:42
85d418f
Compare
Choose a tag to compare

Fixes logic issue in namespace secrets - incorrectly signed insight secrets were not being cleared out, this release fixes that.

Adding insights remote endpoint

18 Jul 20:59
85d418f
Compare
Choose a tag to compare

This adds a service endpoint as well as the various namespace functions to add insights secrets.