Skip to content

Releases: instana/instana-agent-operator

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 <jefiyamj@ibm.com>

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 <zachrobinson@ibm.com>
Co-authored-by: Milica Cvrkota <milica.cvrkota@ibm.com>
Co-authored-by: Konrad Ohms <konrad.ohms@de.ibm.com>
Co-authored-by: Fredrik Gunderson <Fredrik.Gundersen@ibm.com>

v2.0.32

28 May 13:17
eac3b66
Compare
Choose a tag to compare
ci(fixup): Enable image promotion, add sanity check (#161)

v2.0.31

23 May 11:25
8d47f23
Compare
Choose a tag to compare
ci(fixup): Apply fixes for the main pipeline (#159)

- ((branch)) is undefined on main, it only works for instanced pipelines.
- Remove trigger for pipeline-source on tag-release, as otherwise two
tags are created for the same commit

v2.0.30

17 May 10:34
2460768
Compare
Choose a tag to compare
fix go version for the build (#154)

Signed-off-by: Milica Cvrkota <milica.cvrkota@ibm.com>