Skip to content

Releases: uselagoon/insights-remote

v0.0.19

Choose a tag to compare

@bomoko bomoko released this 09 Jul 00:36
dbc9452

This release introduces an initial production-only implementation alongside key performance and flexibility enhancements. Users can now scale up the number of configMap reconcilers to better handle larger workloads, and the post-build scanner has been updated to accept custom flags for greater configuration control. The remaining updates focus on routine maintenance, including the addition of Google's patent license to the review config and various dependency bumps across OpenTelemetry, gRPC, and GitHub Actions to keep the project secure and up to date.

What's Changed

  • Initial prod only implementation by @bomoko in #120
  • Adds option to bump the number of configMap reconcillers by @bomoko in #119
  • chore(deps): bump github/codeql-action/upload-sarif from 4.35.5 to 4.36.2 in the github-actions group across 1 directory by @dependabot[bot] in #151
  • Adds googles patent license to review config by @bomoko in #154
  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.43.0 by @dependabot[bot] in #135
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #145
  • chore(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #146
  • chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 by @dependabot[bot] in #133
  • chore(deps): bump golang.org/x/net from 0.49.0 to 0.55.0 by @dependabot[bot] in #152
  • Adds ability to pass flags to post build scanner by @bomoko in #153

Full Changelog: v0.0.18...v0.0.19

v0.0.18

Choose a tag to compare

@bomoko bomoko released this 21 May 23:17
88de808

What's Changed

  • Updates dtrack lib, adds collection projects, adds environmentType tag by @bomoko in #117
  • docs: lagoon core insights are opt-in, not opt-out by @rocketeerbkw in #122
  • Fixes go-critic linting issues by @bomoko in #123
  • Feature max retries dt push by @bomoko in #121
  • Fixes for golangci-lint by @bomoko in #125
  • Configure Application Security workflows in CI by @smlx in #75
  • Gate e2e tests and skip e2e tests unless explicitly invoked by @bomoko in #137
  • chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #127
  • chore(deps): bump github/codeql-action from 3.29.7 to 4.35.3 by @dependabot[bot] in #129
  • chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 by @dependabot[bot] in #130
  • chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #131
  • chore(deps): update ossf/scorecard-action action to v2.4.3 by @renovate[bot] in #139
  • chore(deps): update github/codeql-action action to v4.35.4 by @renovate[bot] in #138
  • chore(deps): bump go.opentelemetry.io/otel from 1.38.0 to 1.41.0 by @dependabot[bot] in #136
  • chore(deps): bump github.com/quic-go/quic-go from 0.54.0 to 0.57.0 by @dependabot[bot] in #134
  • chore(deps): update go toolchain directive to v1.26.3 by @renovate[bot] in #115
  • chore(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #141
  • Updating quic-go to get important updates in go version issues by @bomoko in #142

New Contributors

Full Changelog: v0.0.17...v0.0.18

v0.0.17

Choose a tag to compare

@bomoko bomoko released this 03 Mar 21:23
0c03cd4

What's Changed

  • Changes default on enable build scanning to false by @bomoko in #108

Full Changelog: v0.0.16...v0.0.17

v0.0.16

Choose a tag to compare

@bomoko bomoko released this 22 Feb 21:47
e5dbbd9

What's Changed

  • feat: optional core insights by @rocketeerbkw in #101
  • Feature post insights scan rebase by @bomoko in #103
  • fix(deps): update module github.com/gin-gonic/gin to v1.11.0 by @renovate[bot] in #72
  • chore(deps): update helm/kind-action action to v1.14.0 by @renovate[bot] in #104
  • chore(deps): update golang docker tag to v1.26 by @renovate[bot] in #102
  • chore(deps): update dependency go to v1.26.0 by @renovate[bot] in #100
  • fix(deps): update module github.com/dependencytrack/client-go to v0.18.0 by @renovate[bot] in #98
  • fix(deps): update module github.com/uselagoon/machinery to v0.0.35 by @renovate[bot] in #105
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.28.1 by @renovate[bot] in #99
  • fix(deps): update kubernetes packages to v0.35.1 by @renovate[bot] in #95
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.23.1 by @renovate[bot] in #92
  • fix(deps): update module github.com/onsi/gomega to v1.39.1 by @renovate[bot] in #97

Full Changelog: v0.0.15...v0.0.16

insights-remote-v0.0.15

Choose a tag to compare

@CGoodwin90 CGoodwin90 released this 06 Jan 01:43
de3faf2

What's Changed

  • docs: add depency track API requirements to README by @rocketeerbkw in #93
  • chore(deps): update dependency go to v1.25.5 by @renovate[bot] in #82
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.3 by @renovate[bot] in #91
  • chore(deps): update helm/kind-action action to v1.13.0 by @renovate[bot] in #94
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #96

Full Changelog: v0.0.14...v0.0.15

insights-remote-v0.0.14

Choose a tag to compare

@shreddedbacon shreddedbacon released this 22 Sep 00:18
0cfbd92

What's Changed

  • chore(deps): update golang docker tag to v1.25 by @renovate[bot] in #76
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #74
  • chore(deps): update dependency go to v1.25.0 by @renovate[bot] in #70
  • feat: support custom dependency track via Lagoon api env vars by @rocketeerbkw in #80
  • test: add kind test and github action tests by @shreddedbacon in #83
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.1 by @renovate[bot] in #73
  • fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 by @renovate[bot] in #41
  • fix(deps): update module github.com/onsi/gomega to v1.38.2 by @renovate[bot] in #85
  • fix(deps): update module github.com/uselagoon/machinery to v0.0.34 by @renovate[bot] in #65
  • chore: update go dependencies by @shreddedbacon in #89
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #87
  • chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #88

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

Choose a tag to compare

@tobybellwood tobybellwood released this 07 May 08:11
9b95e31

What's Changed

  • Update kubebuilder to 4 by @bomoko in #61
  • fix(deps): update module github.com/onsi/ginkgo to v2 by @renovate in #39
  • chore(deps): update dependency go to v1.24.2 by @renovate in #57
  • fix(deps): update kubernetes packages to v0.32.3 by @renovate in #59
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.4 by @renovate in #58
  • Feature - add service to payload by @bomoko in #67
  • Feature: dependency track integration by @bomoko in #64

Full Changelog: v0.0.12...v0.0.13

v0.0.12

Choose a tag to compare

@bomoko bomoko released this 11 Mar 21:14
2c3b0b1

What's Changed

  • fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.1 by @renovate in #51
  • Chore: Updates Go to 1.23 by @CGoodwin90 in #53
  • fix(deps): update kubernetes packages to v0.32.2 by @renovate in #36
  • fix(deps): update module github.com/onsi/gomega to v1.36.2 by @renovate in #35
  • chore(deps): update golang docker tag to v1.24 by @renovate in #55
  • chore(deps): update dependency go to v1.24.0 by @renovate in #54
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.2 by @renovate in #38
  • chore: update mq and add support for tls mq by @shreddedbacon in #56

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11 - Ignoring Disappearing Namespaces

Choose a tag to compare

@bomoko bomoko released this 15 Aug 01:06
2402656

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

Choose a tag to compare

@tobybellwood tobybellwood released this 16 May 02:30
404659d

What's Changed

New Contributors

Full Changelog: v0.0.9...0.0.10