Merge ~barryprice/charm-k8s-discourse/+git/charm-k8s-discourse:master into charm-k8s-discourse:master

Proposed by Barry Price
Status: Merged
Approved by: Barry Price
Approved revision: d751ddcedb6eb00853b6b2caa2336a4b8230e1f2
Merged at revision: 653541eac6bff5c548fe9952cff22fa09b1a531a
Proposed branch: ~barryprice/charm-k8s-discourse/+git/charm-k8s-discourse:master
Merge into: charm-k8s-discourse:master
Diff against target: 41 lines (+4/-4)
3 files modified
Makefile (+1/-1)
config.yaml (+1/-1)
image/Dockerfile (+2/-2)
Reviewer Review Type Date Requested Status
🤖 prod-jenkaas-is (community) continuous-integration Needs Fixing
Tom Haddon Approve
Canonical IS Reviewers Pending
Review via email: mp+410934@code.launchpad.net

Commit message

Build 2.8.0.beta7 by default for CVE-2021-41163

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :

A CI job is currently in progress. A follow up comment will be added when it completes.

Revision history for this message
Tom Haddon (mthaddon) wrote :

LGTM

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 653541eac6bff5c548fe9952cff22fa09b1a531a

Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index 6a7bbe1..d754dab 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -1,4 +1,4 @@
6-DISCOURSE_VERSION ?= v2.6.1
7+DISCOURSE_VERSION ?= v2.8.0.beta7
8 IMAGE_VERSION ?= $(DISCOURSE_VERSION)
9 IMAGE_NAME ?=discourse
10
11diff --git a/config.yaml b/config.yaml
12index 931dc5f..88f8ee8 100644
13--- a/config.yaml
14+++ b/config.yaml
15@@ -2,7 +2,7 @@ options:
16 discourse_image:
17 type: string
18 description: "Discourse image to use"
19- default: "discoursecharmers/discourse:v2.6.1"
20+ default: "discoursecharmers/discourse:v2.8.0.beta7"
21 image_user:
22 type: string
23 description: "Private registry username"
24diff --git a/image/Dockerfile b/image/Dockerfile
25index 94c4e1e..24fb59a 100644
26--- a/image/Dockerfile
27+++ b/image/Dockerfile
28@@ -15,11 +15,11 @@ ARG CONTAINER_APP_GROUP
29 ARG CONTAINER_APP_GID
30
31 # Used in Launchpad OCI Recipe build to tag the image.
32-LABEL org.label-schema.version=${CONTAINER_APP_VERSION:-v2.6.1}
33+LABEL org.label-schema.version=${CONTAINER_APP_VERSION:-v2.8.0.beta7}
34
35 # Copy any args we got into the environment.
36 ENV CONTAINER_APP_NAME ${CONTAINER_APP_NAME:-discourse}
37-ENV CONTAINER_APP_VERSION ${CONTAINER_APP_VERSION:-v2.6.1}
38+ENV CONTAINER_APP_VERSION ${CONTAINER_APP_VERSION:-v2.8.0.beta7}
39 ENV CONTAINER_APP_USERNAME ${CONTAINER_APP_USERNAME:-discourse}
40 ENV CONTAINER_APP_UID ${CONTAINER_APP_UID:-200}
41 ENV CONTAINER_APP_GROUP ${CONTAINER_APP_GROUP:-discourse}

Subscribers

People subscribed via source and target branches