mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Update Playbooks plugin to v2.9.0 (incl. FIPS) (#36570)
This commit is contained in:
parent
f604ec7a5c
commit
d43dbe972e
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ PLUGIN_PACKAGES += mattermost-plugin-calls-v1.11.4
|
|||
PLUGIN_PACKAGES += mattermost-plugin-github-v2.7.1
|
||||
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.12.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-jira-v4.7.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.8.1
|
||||
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.9.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.4.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.13.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.3
|
||||
|
|
@ -178,7 +178,7 @@ PLUGIN_PACKAGES += mattermost-plugin-channel-export-v1.3.0
|
|||
# download the package from to work. This will no longer be needed when we unify
|
||||
# the way we pre-package FIPS and non-FIPS plugins.
|
||||
ifeq ($(FIPS_ENABLED),true)
|
||||
PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.8.1%2Bac0a223-fips
|
||||
PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.9.0%2Bdfb5b30-fips
|
||||
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.3%2Bcab391a-fips
|
||||
PLUGIN_PACKAGES += mattermost-plugin-boards-v9.2.4%2B5855fe1-fips
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue