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

Proposed by Barry Price
Status: Merged
Approved by: Barry Price
Approved revision: 55054e4b7698931b6e7a317d670c253303b4e405
Merged at revision: 51fbad010928b39f2078cdaca01ee6ea1fd9391d
Proposed branch: ~barryprice/charm-k8s-mattermost/+git/charm-k8s-mattermost:master
Merge into: charm-k8s-mattermost:master
Diff against target: 13 lines (+1/-1)
1 file modified
Dockerfile (+1/-1)
Reviewer Review Type Date Requested Status
Thomas Cuthbert (community) Approve
Canonical IS Reviewers Pending
Review via email: mp+397062@code.launchpad.net

Commit message

Upgrade the bundled giphy plugin to the latest release

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
Thomas Cuthbert (tcuthbert) wrote :

LGTM +1

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

Change successfully merged at revision 51fbad010928b39f2078cdaca01ee6ea1fd9391d

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Dockerfile b/Dockerfile
2index 6bf5c48..bf945df 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -56,7 +56,7 @@ RUN if [ "$image_flavour" = canonical ]; then \
6 RUN if [ "$image_flavour" = canonical ]; then \
7 cd /mattermost/plugins && \
8 set -o pipefail && \
9- curl -L https://github.com/moussetc/mattermost-plugin-giphy/releases/download/v1.3.0/com.github.moussetc.mattermost.plugin.giphy-1.3.0.tar.gz | tar -xvz ; \
10+ curl -L https://github.com/moussetc/mattermost-plugin-giphy/releases/download/v2.0.0/com.github.moussetc.mattermost.plugin.giphy-2.0.0.tar.gz | tar -xvz ; \
11 fi
12
13 # Download and enable third-party plugin

Subscribers

People subscribed via source and target branches