Skip to content

Commit

Permalink
Bump to 1.0 (#312)
Browse files Browse the repository at this point in the history
* Bump to 1.0

* Update release_notes_url to use 1.0.0

* change min_server_version to 6.6.0

* trying to fix e2e test

* update server version in e2e test

* update min_server_version in plugin.json

* try more up-to-date server commit

* update go.mod dep for mattermost-server

Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Mattermod <[email protected]>
  • Loading branch information
3 people authored Apr 6, 2022
1 parent c6066f1 commit efa7177
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
# Keep the commit in sync with go.mod
command: |
git clone -n https://github.com/mattermost/mattermost-server.git
cd mattermost-server && git checkout 7710a2fe3741
cd mattermost-server && git checkout 2aa06529c50a
- *restore_go_cache
- run:
name: Running e2e tests
Expand Down
2 changes: 1 addition & 1 deletion cmd/appsctl/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func helloServerless() apps.App {
DeployType: apps.DeployAWSLambda,
Manifest: apps.Manifest{
AppID: "hello-serverless",
Version: "0.8.0",
Version: "1.0.0",
Deploy: apps.Deploy{
AWSLambda: &apps.AWSLambda{
Functions: []apps.AWSLambdaFunction{
Expand Down
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
MM_FEATUREFLAGS_AppsEnabled: "true"

# This can be updated with release versions from https://github.com/mattermost/mattermost-plugin-apps/releases
MM_FEATUREFLAGS_PluginApps: "0.7.0"
MM_FEATUREFLAGS_PluginApps: "1.0.0"

MM_LOGSETTINGS_CONSOLELEVEL: DEBUG
MM_LOGSETTINGS_FILELEVEL: DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-jwt/hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var iconData []byte

var manifest = apps.Manifest{
AppID: "hello-jwt",
Version: "v0.8.0",
Version: "v1.0.0",
DisplayName: "Hello, JWT!",
Icon: "icon.png",
HomepageURL: "https://github.com/mattermost/mattermost-plugin-apps/examples/go/hello-jwt",
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-oauth2/hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var iconData []byte

var manifest = apps.Manifest{
AppID: "hello-oauth2",
Version: "0.8.0",
Version: "1.0.0",
DisplayName: "Hello, OAuth2!",
Icon: "icon.png",
HomepageURL: "https://github.com/mattermost/mattermost-plugin-apps/examples/go/hello-oauth2",
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-serverless/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_id": "hello-serverless",
"version": "0.8.0",
"version": "1.0.0",
"display_name": "Hello, Serverless!",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-apps",
"requested_permissions": [
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-webhooks/hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var iconData []byte

var manifest = apps.Manifest{
AppID: "hello-webhooks",
Version: "0.8.0",
Version: "1.0.0",
DisplayName: "Hello, Webhooks!",
Icon: "icon.png",
HomepageURL: "https://github.com/mattermost/mattermost-plugin-apps/examples/go/hello-webhooks",
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-world/hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Manifest = apps.Manifest{
AppID: "hello-world",

// App's release/version.
Version: "v0.8.0",
Version: "v1.0.0",

// A (long) display name for the app.
DisplayName: "Hello, world!",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/hashicorp/go-getter v1.5.5
github.com/hashicorp/go-multierror v1.1.1
github.com/mattermost/mattermost-plugin-api v0.0.22-0.20211210183909-beb4761e4bd3
github.com/mattermost/mattermost-server/v6 v6.0.0-20220315170027-7710a2fe3741
github.com/mattermost/mattermost-server/v6 v6.0.0-20220329145947-2aa06529c50a
github.com/nicksnyder/go-i18n/v2 v2.2.0
github.com/openfaas/faas-cli v0.0.0-20210705110531-a230119be00f
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,8 @@ github.com/mattermost/logr/v2 v2.0.15/go.mod h1:mpPp935r5dIkFDo2y9Q87cQWhFR/4xXp
github.com/mattermost/mattermost-plugin-api v0.0.22-0.20211210183909-beb4761e4bd3 h1:lmlPLKFru+w/ObEfadd7r1RXouspgxxxM3RtWOrxezE=
github.com/mattermost/mattermost-plugin-api v0.0.22-0.20211210183909-beb4761e4bd3/go.mod h1:I4yKjtDUWABNNultKu8EIl4hkBeEdaHgFi0moqEd/Hs=
github.com/mattermost/mattermost-server/v6 v6.0.0-20211207185652-92e80bd4ed31/go.mod h1:be9lN1LmfsUnK2ilK+Iao8Al9fGd57oZBQsfNlzsOHU=
github.com/mattermost/mattermost-server/v6 v6.0.0-20220315170027-7710a2fe3741 h1:VzzTJt2q1KLBHMazYgVNNdeMCWfRXLjXzBmP6ia1MRc=
github.com/mattermost/mattermost-server/v6 v6.0.0-20220315170027-7710a2fe3741/go.mod h1:wuU+QtI2l7MiRvHY07i3Sdw3InnVIL3D36mYJ/XNzDA=
github.com/mattermost/mattermost-server/v6 v6.0.0-20220329145947-2aa06529c50a h1:QkYK7ZmiuVmK2uTTY7d5o7xE16rR2h1T0ReooejSLh0=
github.com/mattermost/mattermost-server/v6 v6.0.0-20220329145947-2aa06529c50a/go.mod h1:wuU+QtI2l7MiRvHY07i3Sdw3InnVIL3D36mYJ/XNzDA=
github.com/mattermost/morph v0.0.0-20220222074146-cff3f12ff131 h1:agJMxBP8LV0nyV90PZ/BHmmjNyvzTWqR20wLwiXHx14=
github.com/mattermost/morph v0.0.0-20220222074146-cff3f12ff131/go.mod h1:jxM3g1bx+k2Thz7jofcHguBS8TZn5Pc+o5MGmORObhw=
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0 h1:G9tL6JXRBMzjuD1kkBtcnd42kUiT6QDwxfFYu7adM6o=
Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "This plugin powers the Mattermost Apps Framework and is required for any Apps to run",
"homepage_url": "https://mattermost.com/marketplace/app-framework",
"support_url": "https://github.com/mattermost/mattermost-plugin-apps/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v0.7.0",
"version": "0.7.0",
"min_server_version": "6.2.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v1.0.0",
"version": "1.0.0",
"min_server_version": "6.6.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
Expand Down

0 comments on commit efa7177

Please sign in to comment.