Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update recorder and transcriber #811

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.3.0
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.7.3
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.3.1
IMAGE_SERVER: mattermostdevelopment/mattermost-enterprise-edition:master
IMAGE_CURL: curlimages/curl:8.7.1
CI_NODE_INDEX: ${{ matrix.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (
github.com/jmoiron/sqlx v1.3.5
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.3.0
github.com/mattermost/calls-recorder v0.7.3
github.com/mattermost/calls-transcriber v0.3.1
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.1.5-0.20240613070149-4b0ae20ef7b4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3v
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mattermost/calls-offloader v0.8.0 h1:XCAAMR11V/wSlLIJl1DuUQ8PGT8RRwPFbtM4YGZvfLw=
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.3.0 h1:Nm+9ruCqFEnNjJv2bkHONP2171FC3v/u1PDICKY5ELg=
github.com/mattermost/calls-transcriber v0.3.0/go.mod h1:DKmONUPwC3TdwYjlno8oQjuMDcgibE2yXQeXMEUSZJY=
github.com/mattermost/calls-recorder v0.7.3 h1:WN9J2PjymwyvFhe1xpUNUes6Y4VYrChSBBebH4AZS2g=
github.com/mattermost/calls-recorder v0.7.3/go.mod h1:I2jcogTW6A3FmD1MaVmxebqzygozpBkKEAvevgVTsvg=
github.com/mattermost/calls-transcriber v0.3.1 h1:OLeeRJurP1OYiuRi4/fHXUDtiZqsWRNxLsDQ+niAI68=
github.com/mattermost/calls-transcriber v0.3.1/go.mod h1:fjSGpL5vJ6Xw/CWvQpd3iie1ccGQn6CipZ8XGhppdyw=
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 @@ -325,7 +325,7 @@
"props": {
"min_rtcd_version": "v0.12.0",
"min_offloader_version": "v0.8.0",
"calls_recorder_version": "v0.7.2",
"calls_transcriber_version": "v0.3.0"
"calls_recorder_version": "v0.7.3",
"calls_transcriber_version": "v0.3.1"
}
}
Loading