Skip to content

Releases: instana/instana-agent-operator

v2.1.9

08 Oct 05:04
c8e1573
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.8...v2.1.9

v2.1.8

03 Sep 11:13
6b9dddc
Compare
Choose a tag to compare

What's Changed

  • docs: Fix broken links to documentation by @Ferenc- in #213
  • Improve the make test command to ignore mocks dir by @FredrikAtIBM in #212
  • chore: Add opentelemetry default settings to example by @konrad-ohms in #214
  • chore(deps): Update to golang v1.23.0, ubi9-minimal and several go libraries by @konrad-ohms in #215

New Contributors

Full Changelog: v2.1.7...v2.1.8

v2.1.7

13 Aug 14:12
ac6c932
Compare
Choose a tag to compare

Bugfixes

  • Only bind OLTP ports on the service and the pods if they are enabled. By default, OpenTelemetry is enabled, but can be disabled explicitly if needed

v2.1.6

08 Aug 11:28
v2.1.6
7d800cb
Compare
Choose a tag to compare

Features

  • Added support for multiple backends in the host agent. The agent running on Kubernetes can now report to multiple backends. Worker nodes will be visible in both backends now, Kubernetes clusters are still only shown on the first backend.

Bugfixes

  • The agent custom resource was setting its status incorrectly to "Failed" instead of "Running". The deployment was correct, but the reporting was in a broken state. This release adresses the problem.

v2.1.5

30 Jul 14:01
93ff53d
Compare
Choose a tag to compare

Refactoring

  • Internal tests were refactored to reduce dependencies and improve the test quality

v2.1.4

23 Jul 11:56
7e295be
Compare
Choose a tag to compare

Refactoring

  • Major test suite refactoring

v2.1.3

09 Jul 09:07
7b7ae96
Compare
Choose a tag to compare

Features

  • Enable OpenTelemetry by default

v2.1.2

01 Jul 08:22
0e358d9
Compare
Choose a tag to compare
fix add directoryorcreate to volumes (#174)

Signed-off-by: Jefiya M J <[email protected]>

v2.1.1

24 Jun 10:16
e6c700b
Compare
Choose a tag to compare
chore: Increase memory limit of controller manager (#171) (#173)

Allow up to 600Mi memory consumption, even if only 200Mi get requested
upfront. Only the leader pod might exceed the 200Mi and the real amount
of memory might depend on the environment, therefore adding some buffer.

v2.1.0

29 May 14:00
bbfb252
Compare
Choose a tag to compare
Refactor: operator-first deployment (#164)

* Refactor: operator-first deployment

Signed-off-by: ZachRobinson <[email protected]>
Co-authored-by: Milica Cvrkota <[email protected]>
Co-authored-by: Konrad Ohms <[email protected]>
Co-authored-by: Fredrik Gunderson <[email protected]>