Commit a9e0dcc 1 parent 1de932f commit a9e0dcc Copy full SHA for a9e0dcc
File tree 14 files changed +20
-78
lines changed
14 files changed +20
-78
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Release 5.8.9
4
4
5
+ - [ 13422] ( https://github.com/grafana/loki/pull/13422 ) ** periklis** feat(operator): Update Loki operand to v3.1.0
5
6
- [ 13369] ( https://github.com/grafana/loki/pull/13369 ) ** jatinsu** : feat(operator): Add support for the volume API
6
7
7
8
## Release 5.8.8
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ metadata:
150
150
categories : OpenShift Optional, Logging & Tracing
151
151
certified : " false"
152
152
containerImage : docker.io/grafana/loki-operator:0.4.0
153
- createdAt : " 2024-07-03T08:01:34Z "
153
+ createdAt : " 2024-07-05T17:56:55Z "
154
154
description : The Community Loki Operator provides Kubernetes native deployment
155
155
and management of Loki and related logging components.
156
156
features.operators.openshift.io/disconnected : " true"
@@ -1681,7 +1681,7 @@ spec:
1681
1681
- /manager
1682
1682
env :
1683
1683
- name : RELATED_IMAGE_LOKI
1684
- value : docker.io/grafana/loki:2.9.8
1684
+ value : docker.io/grafana/loki:3.1.0
1685
1685
- name : RELATED_IMAGE_GATEWAY
1686
1686
value : quay.io/observatorium/api:latest
1687
1687
- name : RELATED_IMAGE_OPA
@@ -1805,7 +1805,7 @@ spec:
1805
1805
provider :
1806
1806
name : Grafana Loki SIG Operator
1807
1807
relatedImages :
1808
- - image : docker.io/grafana/loki:2.9.8
1808
+ - image : docker.io/grafana/loki:3.1.0
1809
1809
name : loki
1810
1810
- image : quay.io/observatorium/api:latest
1811
1811
name : gateway
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ metadata:
150
150
categories : OpenShift Optional, Logging & Tracing
151
151
certified : " false"
152
152
containerImage : docker.io/grafana/loki-operator:0.4.0
153
- createdAt : " 2024-07-03T08:01:33Z "
153
+ createdAt : " 2024-07-05T17:56:53Z "
154
154
description : The Community Loki Operator provides Kubernetes native deployment
155
155
and management of Loki and related logging components.
156
156
operators.operatorframework.io/builder : operator-sdk-unknown
@@ -1661,7 +1661,7 @@ spec:
1661
1661
- /manager
1662
1662
env :
1663
1663
- name : RELATED_IMAGE_LOKI
1664
- value : docker.io/grafana/loki:2.9.8
1664
+ value : docker.io/grafana/loki:3.1.0
1665
1665
- name : RELATED_IMAGE_GATEWAY
1666
1666
value : quay.io/observatorium/api:latest
1667
1667
- name : RELATED_IMAGE_OPA
@@ -1773,7 +1773,7 @@ spec:
1773
1773
provider :
1774
1774
name : Grafana Loki SIG Operator
1775
1775
relatedImages :
1776
- - image : docker.io/grafana/loki:2.9.8
1776
+ - image : docker.io/grafana/loki:3.1.0
1777
1777
name : loki
1778
1778
- image : quay.io/observatorium/api:latest
1779
1779
name : gateway
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ metadata:
150
150
categories : OpenShift Optional, Logging & Tracing
151
151
certified : " false"
152
152
containerImage : quay.io/openshift-logging/loki-operator:0.1.0
153
- createdAt : " 2024-07-03T08:01:36Z "
153
+ createdAt : " 2024-07-05T17:56:56Z "
154
154
description : |
155
155
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
156
156
## Prerequisites and Requirements
@@ -1666,7 +1666,7 @@ spec:
1666
1666
- /manager
1667
1667
env :
1668
1668
- name : RELATED_IMAGE_LOKI
1669
- value : quay.io/openshift-logging/loki:v2.9.8
1669
+ value : quay.io/openshift-logging/loki:v3.1.0
1670
1670
- name : RELATED_IMAGE_GATEWAY
1671
1671
value : quay.io/observatorium/api:latest
1672
1672
- name : RELATED_IMAGE_OPA
@@ -1790,7 +1790,7 @@ spec:
1790
1790
provider :
1791
1791
name : Red Hat
1792
1792
relatedImages :
1793
- - image : quay.io/openshift-logging/loki:v2.9.8
1793
+ - image : quay.io/openshift-logging/loki:v3.1.0
1794
1794
name : loki
1795
1795
- image : quay.io/observatorium/api:latest
1796
1796
name : gateway
Original file line number Diff line number Diff line change 9
9
- name : manager
10
10
env :
11
11
- name : RELATED_IMAGE_LOKI
12
- value : docker.io/grafana/loki:2.9.8
12
+ value : docker.io/grafana/loki:3.1.0
13
13
- name : RELATED_IMAGE_GATEWAY
14
14
value : quay.io/observatorium/api:latest
15
15
- name : RELATED_IMAGE_OPA
Original file line number Diff line number Diff line change 9
9
- name : manager
10
10
env :
11
11
- name : RELATED_IMAGE_LOKI
12
- value : docker.io/grafana/loki:2.9.8
12
+ value : docker.io/grafana/loki:3.1.0
13
13
- name : RELATED_IMAGE_GATEWAY
14
14
value : quay.io/observatorium/api:latest
15
15
- name : RELATED_IMAGE_OPA
Original file line number Diff line number Diff line change 9
9
- name : manager
10
10
env :
11
11
- name : RELATED_IMAGE_LOKI
12
- value : docker.io/grafana/loki:2.9.8
12
+ value : docker.io/grafana/loki:3.1.0
13
13
- name : RELATED_IMAGE_GATEWAY
14
14
value : quay.io/observatorium/api:latest
Original file line number Diff line number Diff line change 9
9
- name : manager
10
10
env :
11
11
- name : RELATED_IMAGE_LOKI
12
- value : quay.io/openshift-logging/loki:v2.9.8
12
+ value : quay.io/openshift-logging/loki:v3.1.0
13
13
- name : RELATED_IMAGE_GATEWAY
14
14
value : quay.io/observatorium/api:latest
15
15
- name : RELATED_IMAGE_OPA
Original file line number Diff line number Diff line change @@ -40,3 +40,4 @@ The versions of Loki compatible to be run with the Loki Operator are:
40
40
* v2.9.4
41
41
* v2.9.6
42
42
* v2.9.8
43
+ * v3.1.0
Original file line number Diff line number Diff line change 29
29
spec :
30
30
containers :
31
31
- name : logcli
32
- image : docker.io/grafana/logcli:2.9.8 -amd64
32
+ image : docker.io/grafana/logcli:3.1.0 -amd64
33
33
imagePullPolicy : IfNotPresent
34
34
command :
35
35
- /bin/sh
73
73
spec :
74
74
containers :
75
75
- name : promtail
76
- image : docker.io/grafana/promtail:2.9.8
76
+ image : docker.io/grafana/promtail:3.1.0
77
77
args :
78
78
- -config.file=/etc/promtail/promtail.yaml
79
79
- -log.level=info
Original file line number Diff line number Diff line change 29
29
spec :
30
30
containers :
31
31
- name : logcli
32
- image : docker.io/grafana/logcli:2.9.8 -amd64
32
+ image : docker.io/grafana/logcli:3.1.0 -amd64
33
33
imagePullPolicy : IfNotPresent
34
34
command :
35
35
- /bin/sh
70
70
spec :
71
71
containers :
72
72
- name : promtail
73
- image : docker.io/grafana/promtail:2.9.8
73
+ image : docker.io/grafana/promtail:3.1.0
74
74
args :
75
75
- -config.file=/etc/promtail/promtail.yaml
76
76
- -log.level=info
You can’t perform that action at this time.
0 commit comments