Skip to content

Commit

Permalink
Update transcriber; bump transcriber and recorder versions (#732)
Browse files Browse the repository at this point in the history
* update transcriber; bump transcriber and recorder versions

* go mod tidy

* bump images in e2e pipeline
  • Loading branch information
cpoile authored May 13, 2024
1 parent d4a96f4 commit c9b1d78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
DOCKER_NETWORK: playwright_tests
CONTAINER_SERVER: playwright_tests_server
IMAGE_CALLS_OFFLOADER: mattermost/calls-offloader:v0.8.0
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.7.1
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.2.1
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.7.2
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.2.2
IMAGE_SERVER: mattermostdevelopment/mattermost-enterprise-edition:master
IMAGE_CURL: curlimages/curl:8.7.1
CI_NODE_INDEX: ${{ matrix.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/lib/pq v1.10.9
github.com/mattermost/calls-offloader v0.8.0
github.com/mattermost/calls-recorder v0.6.4
github.com/mattermost/calls-transcriber v0.2.0
github.com/mattermost/calls-transcriber v0.2.2
github.com/mattermost/logr/v2 v2.0.21
github.com/mattermost/mattermost-plugin-calls/server/public v0.0.3
github.com/mattermost/mattermost/server/public v0.0.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ github.com/mattermost/calls-offloader v0.8.0 h1:XCAAMR11V/wSlLIJl1DuUQ8PGT8RRwPF
github.com/mattermost/calls-offloader v0.8.0/go.mod h1:xmVZZfWM9KfTcOp2Zb8XdFRin4JBNcQqg+vcwtTmdPc=
github.com/mattermost/calls-recorder v0.6.4 h1:LCS7a8Q4eGUbZmBkgARTwNLOUyJyxkDfrIpx/Gv26Uo=
github.com/mattermost/calls-recorder v0.6.4/go.mod h1:v/52mE+wIXGJE7ZflpAkoyGd56hbVgC9ZuEBBaRd8KU=
github.com/mattermost/calls-transcriber v0.2.0 h1:CKCwy5BTlEO9DNCh7UJspRxhW4dDyQuBFAikMJWXXL8=
github.com/mattermost/calls-transcriber v0.2.0/go.mod h1:fLUpcelaXlYpicogtpENbP7Rw237jZIi78MoHXpRS0E=
github.com/mattermost/calls-transcriber v0.2.2 h1:Fr18aYdktGvWhy8cnv+gsrXXZ9MKO1EMwshU8RV3Tao=
github.com/mattermost/calls-transcriber v0.2.2/go.mod h1:fLUpcelaXlYpicogtpENbP7Rw237jZIi78MoHXpRS0E=
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404 h1:Khvh6waxG1cHc4Cz5ef9n3XVCxRWpAKUtqg9PJl5+y8=
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404/go.mod h1:RyS7FDNQlzF1PsjbJWHRI35exqaKGSO9qD4iv8QjE34=
github.com/mattermost/ldap v3.0.4+incompatible h1:SOeNnz+JNR+foQ3yHkYqijb9MLPhXN2BZP/PdX23VDU=
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"props": {
"min_rtcd_version": "v0.12.0",
"min_offloader_version": "v0.8.0",
"calls_recorder_version": "v0.7.1",
"calls_transcriber_version": "v0.2.1"
"calls_recorder_version": "v0.7.2",
"calls_transcriber_version": "v0.2.2"
}
}

0 comments on commit c9b1d78

Please sign in to comment.