Skip to content

Commit

Permalink
operator: Update Loki operand to v2.9.3 (grafana#11448)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Dec 13, 2023
1 parent 2a7160d commit 26f6a1b
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 20 deletions.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## Release 5.8.2

- [11448](https://github.com/grafana/loki/pull/11448) **periklis**: Update Loki operand to v2.9.3
- [11357](https://github.com/grafana/loki/pull/11357) **periklis**: Fix storing authentication credentials in the Loki ConfigMap

## Release 5.8.1
Expand Down
Expand Up @@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.4.0
createdAt: "2023-12-07T10:55:42Z"
createdAt: "2023-12-13T20:24:26Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
features.operators.openshift.io/disconnected: "true"
Expand Down Expand Up @@ -1663,7 +1663,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down Expand Up @@ -1786,7 +1786,7 @@ spec:
provider:
name: Grafana Loki SIG Operator
relatedImages:
- image: docker.io/grafana/loki:2.9.2
- image: docker.io/grafana/loki:2.9.3
name: loki
- image: quay.io/observatorium/api:latest
name: gateway
Expand Down
Expand Up @@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.4.0
createdAt: "2023-12-07T10:55:39Z"
createdAt: "2023-12-13T20:24:24Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
operators.operatorframework.io/builder: operator-sdk-unknown
Expand Down Expand Up @@ -1643,7 +1643,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down Expand Up @@ -1754,7 +1754,7 @@ spec:
provider:
name: Grafana Loki SIG Operator
relatedImages:
- image: docker.io/grafana/loki:2.9.2
- image: docker.io/grafana/loki:2.9.3
name: loki
- image: quay.io/observatorium/api:latest
name: gateway
Expand Down
Expand Up @@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: quay.io/openshift-logging/loki-operator:0.1.0
createdAt: "2023-12-07T10:55:44Z"
createdAt: "2023-12-13T20:24:28Z"
description: |
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
## Prerequisites and Requirements
Expand Down Expand Up @@ -1648,7 +1648,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v2.9.2
value: quay.io/openshift-logging/loki:v2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down Expand Up @@ -1771,7 +1771,7 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: quay.io/openshift-logging/loki:v2.9.2
- image: quay.io/openshift-logging/loki:v2.9.3
name: loki
- image: quay.io/observatorium/api:latest
name: gateway
Expand Down
Expand Up @@ -9,7 +9,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down
Expand Up @@ -9,7 +9,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
Expand Up @@ -9,7 +9,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v2.9.2
value: quay.io/openshift-logging/loki:v2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down
1 change: 1 addition & 0 deletions operator/docs/operator/compatibility.md
Expand Up @@ -36,3 +36,4 @@ The versions of Loki compatible to be run with the Loki Operator are:
* v2.9.0
* v2.9.1
* v2.9.2
* v2.9.3
4 changes: 2 additions & 2 deletions operator/hack/addons_dev.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:2.9.2-amd64
image: docker.io/grafana/logcli:2.9.3-amd64
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
spec:
containers:
- name: promtail
image: docker.io/grafana/promtail:2.9.2
image: docker.io/grafana/promtail:2.9.3
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
4 changes: 2 additions & 2 deletions operator/hack/addons_ocp.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:2.9.2-amd64
image: docker.io/grafana/logcli:2.9.3-amd64
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
spec:
containers:
- name: promtail
image: docker.io/grafana/promtail:2.9.2
image: docker.io/grafana/promtail:2.9.3
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
2 changes: 1 addition & 1 deletion operator/internal/manifests/var.go
Expand Up @@ -59,7 +59,7 @@ const (
EnvRelatedImageGateway = "RELATED_IMAGE_GATEWAY"

// DefaultContainerImage declares the default fallback for loki image.
DefaultContainerImage = "docker.io/grafana/loki:2.9.2"
DefaultContainerImage = "docker.io/grafana/loki:2.9.3"

// DefaultLokiStackGatewayImage declares the default image for lokiStack-gateway.
DefaultLokiStackGatewayImage = "quay.io/observatorium/api:latest"
Expand Down
2 changes: 1 addition & 1 deletion operator/jsonnet/jsonnetfile.json
Expand Up @@ -8,7 +8,7 @@
"subdir": "production/loki-mixin"
}
},
"version": "v2.9.2"
"version": "v2.9.3"
}
],
"legacyImports": true
Expand Down
2 changes: 1 addition & 1 deletion operator/jsonnet/jsonnetfile.lock.json
Expand Up @@ -38,7 +38,7 @@
"subdir": "production/loki-mixin"
}
},
"version": "cbad5587450a93af43394e5675c4056235df5df3",
"version": "567b0fb44b750ead8a22fbd0078940c14f559b79",
"sum": "a/71V1QzEB46ewPIE2nyNp2HlYFwmDqmSddNulZPP40="
},
{
Expand Down

0 comments on commit 26f6a1b

Please sign in to comment.