Releases: instana/instana-agent-operator
Releases · instana/instana-agent-operator
v2.1.9
What's Changed
- ci(fix): Remove leading
v
from OLM package promotion by @konrad-ohms in #216 - go.mod: change version from 1.23 to 1.23.0 by @chibby0ne in #218
- [INSTA-14955] Push image with latest tag to icr.io by @Milica-Cvrkota-IBM in #219
- chore(deps): Update golang to v1.23.2 by @konrad-ohms in #221
- Add multi-backend k8sensor support by @Milica-Cvrkota-IBM in #220
- chore: Align agent memory requests with helm chart by @konrad-ohms in #222
- ci: Rewrite e2e test suite from bash to golang by @konrad-ohms in #217
Full Changelog: v2.1.8...v2.1.9
v2.1.8
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
v2.1.6
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
v2.1.4
v2.1.3
v2.1.2
fix add directoryorcreate to volumes (#174) Signed-off-by: Jefiya M J <[email protected]>
v2.1.1
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
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]>