Skip to content

Commit

Permalink
Merge pull request #362 from periklis/loki-operator-3.2.0-5.6
Browse files Browse the repository at this point in the history
[release-5.6] Backport PR grafana#14331
  • Loading branch information
periklis authored Oct 9, 2024
2 parents b49af05 + 55a98ae commit 1857933
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Main

## Release 5.6.25

- [14331](https://github.com/grafana/loki/pull/14331) **periklis**: feat!(operator): Update Loki operand to v3.2.0

## Release 5.6.24

- [14042](https://github.com/grafana/loki/pull/14042) **periklis**: feat(operator): Update Loki operand to v3.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v3.1.1
value: quay.io/openshift-logging/loki:v3.2.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down Expand Up @@ -1464,7 +1464,7 @@ spec:
provider:
name: Grafana.com
relatedImages:
- image: quay.io/openshift-logging/loki:v3.1.1
- image: quay.io/openshift-logging/loki:v3.2.0
name: loki
- image: quay.io/observatorium/api:latest
name: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:3.1.1
value: docker.io/grafana/loki:3.2.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v3.1.1
value: quay.io/openshift-logging/loki:v3.2.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:3.1.1
value: docker.io/grafana/loki:3.2.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
1 change: 1 addition & 0 deletions operator/docs/operator/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ The versions of Loki compatible to be run with the Loki Operator are:

* v3.1.0
* v3.1.1
* v3.2.0
4 changes: 2 additions & 2 deletions operator/hack/addons_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:3.1.1-amd64
image: docker.io/grafana/logcli:3.2.0-amd64
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
spec:
containers:
- name: promtail
image: docker.io/grafana/promtail:3.1.1
image: docker.io/grafana/promtail:3.2.0
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
4 changes: 2 additions & 2 deletions operator/hack/addons_ocp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:3.1.1-amd64
image: docker.io/grafana/logcli:3.2.0-amd64
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
spec:
containers:
- name: promtail
image: docker.io/grafana/promtail:3.1.1
image: docker.io/grafana/promtail:3.2.0
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
2 changes: 1 addition & 1 deletion operator/internal/manifests/var.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const (
EnvRelatedImageGateway = "RELATED_IMAGE_GATEWAY"

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

// DefaultLokiStackGatewayImage declares the default image for lokiStack-gateway.
DefaultLokiStackGatewayImage = "quay.io/observatorium/api:latest"
Expand Down

0 comments on commit 1857933

Please sign in to comment.