Skip to content

Releases: OpsMx/oes-birger

v5.1.1-rc1

15 Oct 05:27
d50cf2a
Compare
Choose a tag to compare
OP-22464-Controller-Debuglogs added logs

v5.1.1

03 Apr 14:59
657e26f
Compare
Choose a tag to compare

v5.1.0

16 Feb 20:43
657e26f
Compare
Choose a tag to compare

BREAKING CHANGE

The --jaeger-endpoint has been renamed to --otlp-endpoint, which is how the open tracing systems have evolved.
This also changes the JAEGER_TRACE_URL envar to OTLP_URL.

What's Changed

Full Changelog: v5.0.2...v5.1.0

v5.0.2

10 Jan 15:47
0252800
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v5.0.1

08 Jan 10:26
18c4903
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

15 Dec 07:13
2643323
Compare
Choose a tag to compare

BREAKING CHANGES

  • The controller can be configured with optional TLS certificates for the command and control server, the service server, and the agent server. These are independent but could be the same certificates if a single hostname is used, a wildcard certificate is used, or multiple hostnames are present in the TLS certificate.
  • By default, non-secure HTTP connections are used by all controller endpoints. It is expected that either certificates will be provided to the controller, the controller will have an ingress for all (or at least the agent) connections, or both controller TLS and secure ingress TLS termination will be used.
  • All authentication is now token based (using JWTs) and the controller no longer acts as a certificate authority.
  • The bootstrap command was removed as we no longer need to bootstrap certificates for command and control. The controller itself can be run with --generate-agent-tokens or --generate-controller-tokens to make initial tokens for these types of connections. Each takes a list of names to generate tokens with the provided name. More than one name can be listed: --generate-agent-tokens smith,orange. Using either of these options will cause the controller to exist after printing the tokens on stdout, and the options are exclusive.
  • The agent can optionally use insecure connections to the controller.

What's Changed

Full Changelog: v4.2.5...v5.0.0

Update base image and dependencies

06 Dec 23:36
04589ee
Compare
Choose a tag to compare

What's Changed

Update Alpine base image

12 Jun 13:51
75dc455
Compare
Choose a tag to compare

No functional changes.

v4.2.3

06 Apr 10:33
75dc455
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.2.3

v4.2.2

31 Mar 11:27
a50e497
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2