Releases: SRGSSR/pillarbox-monitoring-transfer
Releases Β· SRGSSR/pillarbox-monitoring-transfer
v3.0.1
v3.0.0
3.0.0 (2024-11-27)
β BREAKING CHANGES
- The index name has been changed from "actions" to "events", requiring manual
deletion of the old "actions" index.
Key changes:
- The index configuration now uses 3 shards and 1 replica to distribute the load evenly across
the cluster's 3 data nodes. The index name has been changed toevents
to enforce this setting. - An index template with a
rollover_alias
has been created to ensure rollover operations work
correctly and don't hang. - Updated ISM policy:
- Rollover now occurs daily, allowing for more granular purging after 14 days.
- Introduced a warm state for indexes older than 7 days an action reduces the number of replicas
to 0.
Enhancements and Bug Fixes π
- resolve rollover issue with index and ism policy improvements (b67f462)
v2.4.0
v2.3.0
v2.2.1
v2.2.0
v2.1.1
2.1.1 (2024-11-05)
Enhancements and Bug Fixes π
- adjust data deserializer to return correct type (8bc123f)
Docs π
- update continious integration documentaiton (db13a05)
CI π
- grant write permissions to issues and prs in release job (13ec577)
Chore π§Ή
- silence aws command output in ci logs (b80bb6c)
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2024-10-10)
β BREAKING CHANGES
- Updated all package names and configuration from
pillarbox.qos
to
pillarbox.monitoring
. This includes changes to environment variables, which now use the
prefixPILLARBOX_MONITORING_*
instead ofPILLARBOX_QOS_*
. Ensure that all relevant
configurations are updated to reflect this change when deploying or running the service.
Refactor π©
- change qos naming to monitoring (f50a26c)