UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.51
Package | Update | Change |
---|---|---|
loki | major |
2.9.6 -> 3.0.0
|
docker.io/grafana/loki-canary | major |
2.9.6 -> 3.0.0
|
gluon | patch |
0.4.8 -> 0.5.0
|
registry1.dso.mil/ironbank/opensource/kubernetes/kubectl | minor |
v1.28.8 -> v1.29.3
|
grafana-agent-operator (source) | patch |
0.3.19 -> 0.3.21
|
As a result of changes to the loki chart, it is also necessary to make some tweaks to the loki template in BB umbrella.
big-bang/product/packages/loki!166 (merged)
Closes big-bang/product/packages/loki#102 (closed)
Loki 3.0 is a major version increase and comes with several breaking changes.
Here is the shortlist of things we think most people may encounter:
tsdb
and v13
schema or Loki won't start. Refer to Structured Metadata, Open Telemetry, Schemas and Indexes.shared_store
config is removed. Refer to Removed shared_store
and shared_store_key_prefix
from shipper configuration.service_name
label on ingestion. Refer to service_name
label.loki.index_gateway.mode
must remain set to simple
. Setting it to ring
will result in pod crashes due to a bug in loki 3.0.0. Reference: https://github.com/grafana/loki/issues/12270
UNCLASSIFIED - NO CUI