Skip to content

Releases: instana/instana-agent-operator

v2.1.16

05 Feb 10:50
adb1ab9
Compare
Choose a tag to compare
Add ClusterRole/ClusterRoleBinding to service-agent (#243)

In addition we needed to add some missing RBAC permissions that
are required for the instana-agent and were in the v1 version of the
the helm charts to the instana-agent-operator account since it cannot
grant RBAC permissions (to instana-agent) that itself doesn't have.

Also refactored the list of "reading verbs" from a ClusterRole
perspective i.e: "get", "list", "watch" into a function that can be used
by all rbac clusterroles.

Signed-off-by: Antonio Gutierrez <antonio.gutierrez1@ibm.com>
Co-authored-by: Antonio Gutierrez <antonio.gutierrez1@ibm.com>

v2.1.15

04 Feb 13:32
4e73445
Compare
Choose a tag to compare
[INSTA-24606] Change deployment and rbac naming (#241)

v2.1.14

14 Jan 17:41
14b5e54
Compare
Choose a tag to compare

What's Changed

  • fix: Do not panic if number of volumes and mounts do not match by @konrad-ohms in #237

Full Changelog: v2.1.13...v2.1.14

v2.1.13

13 Jan 16:15
3d68845
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.12...v2.1.13

v2.1.12

10 Jan 12:46
a654e20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.11...v2.1.12

v2.1.11

07 Jan 14:57
e911aba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.10...v2.1.11

v2.1.10

19 Nov 16:35
ca1957b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.9...v2.1.10

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