What's Changed
BREAKING CHANGES
- The container image name:
ghcr.io/dash0hq/filelog-offset-synch has been renamed to ghcr.io/dash0hq/filelog-offset-sync (removing the extra "h" at the end").
- The container name
filelog-offset-synch has been changed to filelog-offset-sync.
- Helm chart values using
filelogOffsetSynch have been renamed accordingly, see (see below).
Note: This is a breaking change if:
- you have used any of the following Helm chart values:
- operator.filelogOffsetSyncImage.repository,
- operator.filelogOffsetSyncImage.tag,
- operator.filelogOffsetSyncImage.digest,
- operator.filelogOffsetSyncImage.pullPolicy,
- operator.daemonSetFileLogOffsetSyncContainerResources.limits.cpu,
- operator.daemonSetFileLogOffsetSyncContainerResources.limits.memory,
- operator.daemonSetFileLogOffsetSyncContainerResources.limits.storage,
- operator.daemonSetFileLogOffsetSyncContainerResources.limits.ephemeral-storage,
- operator.daemonSetFileLogOffsetSyncContainerResources.gomemlimit,
- operator.daemonSetFileLogOffsetSyncContainerResources.requests.cpu,
- operator.daemonSetFileLogOffsetSyncContainerResources.requests.memory,
- operator.daemonSetFileLogOffsetSyncContainerResources.requests.storage,
- operator.daemonSetFileLogOffsetSyncContainerResources.requests.ephemeral-storage, or
- if you have referenced the container image name or the container name in any external tool (e.g. container image name allow lists etc.).
When updating to this version, make sure to update all references accordingly (that is, remove the "h" at the end).
Full Changelog: https://github.com/dash0hq/dash0-operator/compare/0.54.2...0.55.0