UNCLASSIFIED

Commit f9f02f7a authored by Eric Anderson's avatar Eric Anderson
Browse files

Augment version and plugin to reflect 5.34.2 upgrade

parent 218f55a5
Pipeline #299811 failed with stages
in 29 seconds
......@@ -17,7 +17,7 @@ ARG MM_SERVER_VERSION=5.34.2
FROM registry1.dso.mil/ironbank/opensource/mattermost/mattermost:${MM_SERVER_VERSION}
ARG PLUGIN_ID=mil.dso.p1.mattermost-admin-plugin
ARG PLUGIN_VERSION=1.0.3-rc
ARG PLUGIN_VERSION=1.1.0-rc
ENV PLUGIN_ID=${PLUGIN_ID}
ENV PLUGIN_ARTIFACT=${PLUGIN_ID}-${PLUGIN_VERSION}.tar.gz
......
......@@ -5,7 +5,7 @@ apiVersion: v1
plugin-name: "mattermost-admin-plugin"
# The plugin version.
version: "1.0.2-rc"
version: "1.1.0-rc"
# Provide a list of keywords which will be associated
# with the plugin. This will allow users to search
......@@ -18,11 +18,11 @@ keywords:
# Include the plugin files to download
resources:
# https://github.com/ajithgudem/big-bang/raw/master/mattermost-admin-plugin-1.0.2-rc.tar.gz
- url: https://repo1.dso.mil/ironbank-plugins/admin-plugin/-/raw/master/mattermost-admin-plugin-1.0.2-rc.tar.gz
filename: mattermost-admin-plugin-1.0.2-rc.tar.gz
- url: https://repo1.dso.mil/ironbank-plugins/admin-plugin/-/raw/master/mattermost-admin-plugin-1.1.0-rc.tar.gz
filename: mattermost-admin-plugin-1.1.0-rc.tar.gz
validation:
type: sha256
value: 9f300373f814db6509002a18bf7009096f76166fb9b017f0c011a2371b48b0a4
value: ef1f7ac7fadf38a8d94329e7d17982b090553a142ff3bfe651fde0a02beeeca1
# - url: https://github.com/mattermost/mmctl/releases/download/v5.32.0/linux_amd64.tar
# filename: linux_amd64.tar
# validation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment