Update dependency strukturag/nextcloud-spreed-signaling to v0.5.0 #191

Merged
mwalbeck merged 1 commits from renovate/strukturag-nextcloud-spreed-signaling-0.x into master 2022-06-07 21:36:56 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
strukturag/nextcloud-spreed-signaling minor v0.4.1 -> v0.5.0

Release Notes

strukturag/nextcloud-spreed-signaling

v0.5.0

Compare Source

Added
  • Add API documentation (previously in https://github.com/nextcloud/spreed) #​194
  • CI: Enable gofmt linter. #​196
  • CI: Enable revive linter. #​197
  • Add API for transient room data. #​193
  • Send updated offers to subscribers after publisher renegotiations. #​195
  • Add documentation on the available metrics. #​210
  • Add special events to update "incall" flags of all sessions. #​208
  • CI: Also test with Golang 1.18. #​209
  • Support DNS discovery for proxy server URLs. #​214
  • CI: Build docker image. #​238
  • Add specific id for connections and replace "update" parameter with it. #​229
  • Add "permission" for sessions that may not receive display names. #​227
  • Add support for request offers to update subscriber connections. #​191
  • Support toggling audio/video in subscribed streams. #​239
  • CI: Test building coturn/janus Docker images. #​258
  • Add command bot for "/rebase". #​260
  • Add Go Report card. #​262
  • Combine ping requests of different rooms on the same backend. #​250
Changed
  • Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 #​198
  • Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 #​202
  • Bump actions/checkout from 2.4.0 to 3 #​205
  • Bump actions/cache from 2.1.7 to 3 #​211
  • Return dedicated error if proxy receives token that is not valid yet. #​212
  • CI: Only run workflows if relevant files have changed. #​218
  • Bump sphinx from 4.2.0 to 4.5.0 in /docs #​216
  • Bump github.com/oschwald/maxminddb-golang from 1.8.0 to 1.9.0 #​213
  • Only support last two versions of Golang (1.17 / 1.18). #​219
  • Bump github.com/golang-jwt/jwt from 3.2.1+incompatible to 3.2.2+incompatible #​161
  • Bump github.com/nats-io/nats-server/v2 from 2.2.6 to 2.7.4 #​207
  • Update etcd to v3.5.1 #​179
  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1 #​190
  • Bump go.etcd.io/etcd/client/v3 from 3.5.1 to 3.5.2 #​222
  • Use features from newer Golang versions. #​220
  • Bump actions/setup-go from 2 to 3 #​226
  • Send directly to local session with disconnected client. #​228
  • Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.8.1 #​234
  • Bump go.etcd.io/etcd/client/pkg/v3 from 3.5.2 to 3.5.4 #​235
  • Bump github/codeql-action from 1 to 2 #​237
  • Bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.4 #​236
  • Bump github.com/nats-io/nats-server/v2 from 2.8.1 to 2.8.2 #​242
  • Bump docker/setup-buildx-action from 1 to 2 #​245
  • Bump docker/build-push-action from 2 to 3 #​244
  • Bump github.com/nats-io/nats.go from 1.14.0 to 1.15.0 #​243
  • Bump readthedocs-sphinx-search from 0.1.1 to 0.1.2 in /docs #​248
  • CI: Run when workflow yaml file has changed. #​249
  • Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 #​247
  • Move capabilities handling to own file and refactor http client pool. #​252
  • Increase allowed body size for backend requests. #​255
  • Improve test coverage. #​253
  • Switch to official Coturn docker image. #​259
  • Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 #​256
  • Update Dockerfile versions. #​257
  • Update Alpine to 3.15 version, fix CVE-2022-28391 #​261
  • Bump cirrus-actions/rebase from 1.6 to 1.7 #​263
  • Bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0 #​267
  • Bump jandelgado/gcov2lcov-action from 1.0.8 to 1.0.9 #​264
  • Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.8.4 #​266
  • Bump sphinx from 4.5.0 to 5.0.0 in /docs #​268
Fixed
  • CI: Fix linter errors. #​206
  • CI: Pin dependencies to fix readthedocs build. #​215
  • Fix mediaType not updated after publisher renegotiations. #​221
  • Fix "signaling_server_messages_total" stat not being incremented. #​190

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [strukturag/nextcloud-spreed-signaling](https://github.com/strukturag/nextcloud-spreed-signaling) | minor | `v0.4.1` -> `v0.5.0` | --- ### Release Notes <details> <summary>strukturag/nextcloud-spreed-signaling</summary> ### [`v0.5.0`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v0.5.0) [Compare Source](https://github.com/strukturag/nextcloud-spreed-signaling/compare/v0.4.1...v0.5.0) ##### Added - Add API documentation (previously in https://github.com/nextcloud/spreed) [#&#8203;194](https://github.com/strukturag/nextcloud-spreed-signaling/pull/194) - CI: Enable gofmt linter. [#&#8203;196](https://github.com/strukturag/nextcloud-spreed-signaling/pull/196) - CI: Enable revive linter. [#&#8203;197](https://github.com/strukturag/nextcloud-spreed-signaling/pull/197) - Add API for transient room data. [#&#8203;193](https://github.com/strukturag/nextcloud-spreed-signaling/pull/193) - Send updated offers to subscribers after publisher renegotiations. [#&#8203;195](https://github.com/strukturag/nextcloud-spreed-signaling/pull/195) - Add documentation on the available metrics. [#&#8203;210](https://github.com/strukturag/nextcloud-spreed-signaling/pull/210) - Add special events to update "incall" flags of all sessions. [#&#8203;208](https://github.com/strukturag/nextcloud-spreed-signaling/pull/208) - CI: Also test with Golang 1.18. [#&#8203;209](https://github.com/strukturag/nextcloud-spreed-signaling/pull/209) - Support DNS discovery for proxy server URLs. [#&#8203;214](https://github.com/strukturag/nextcloud-spreed-signaling/pull/214) - CI: Build docker image. [#&#8203;238](https://github.com/strukturag/nextcloud-spreed-signaling/pull/238) - Add specific id for connections and replace "update" parameter with it. [#&#8203;229](https://github.com/strukturag/nextcloud-spreed-signaling/pull/229) - Add "permission" for sessions that may not receive display names. [#&#8203;227](https://github.com/strukturag/nextcloud-spreed-signaling/pull/227) - Add support for request offers to update subscriber connections. [#&#8203;191](https://github.com/strukturag/nextcloud-spreed-signaling/pull/191) - Support toggling audio/video in subscribed streams. [#&#8203;239](https://github.com/strukturag/nextcloud-spreed-signaling/pull/239) - CI: Test building coturn/janus Docker images. [#&#8203;258](https://github.com/strukturag/nextcloud-spreed-signaling/pull/258) - Add command bot for "/rebase". [#&#8203;260](https://github.com/strukturag/nextcloud-spreed-signaling/pull/260) - Add Go Report card. [#&#8203;262](https://github.com/strukturag/nextcloud-spreed-signaling/pull/262) - Combine ping requests of different rooms on the same backend. [#&#8203;250](https://github.com/strukturag/nextcloud-spreed-signaling/pull/250) ##### Changed - Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 [#&#8203;198](https://github.com/strukturag/nextcloud-spreed-signaling/pull/198) - Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 [#&#8203;202](https://github.com/strukturag/nextcloud-spreed-signaling/pull/202) - Bump actions/checkout from 2.4.0 to 3 [#&#8203;205](https://github.com/strukturag/nextcloud-spreed-signaling/pull/205) - Bump actions/cache from 2.1.7 to 3 [#&#8203;211](https://github.com/strukturag/nextcloud-spreed-signaling/pull/211) - Return dedicated error if proxy receives token that is not valid yet. [#&#8203;212](https://github.com/strukturag/nextcloud-spreed-signaling/pull/212) - CI: Only run workflows if relevant files have changed. [#&#8203;218](https://github.com/strukturag/nextcloud-spreed-signaling/pull/218) - Bump sphinx from 4.2.0 to 4.5.0 in /docs [#&#8203;216](https://github.com/strukturag/nextcloud-spreed-signaling/pull/216) - Bump github.com/oschwald/maxminddb-golang from 1.8.0 to 1.9.0 [#&#8203;213](https://github.com/strukturag/nextcloud-spreed-signaling/pull/213) - Only support last two versions of Golang (1.17 / 1.18). [#&#8203;219](https://github.com/strukturag/nextcloud-spreed-signaling/pull/219) - Bump github.com/golang-jwt/jwt from 3.2.1+incompatible to 3.2.2+incompatible [#&#8203;161](https://github.com/strukturag/nextcloud-spreed-signaling/pull/161) - Bump github.com/nats-io/nats-server/v2 from 2.2.6 to 2.7.4 [#&#8203;207](https://github.com/strukturag/nextcloud-spreed-signaling/pull/207) - Update etcd to v3.5.1 [#&#8203;179](https://github.com/strukturag/nextcloud-spreed-signaling/pull/179) - Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1 [#&#8203;190](https://github.com/strukturag/nextcloud-spreed-signaling/pull/190) - Bump go.etcd.io/etcd/client/v3 from 3.5.1 to 3.5.2 [#&#8203;222](https://github.com/strukturag/nextcloud-spreed-signaling/pull/222) - Use features from newer Golang versions. [#&#8203;220](https://github.com/strukturag/nextcloud-spreed-signaling/pull/220) - Bump actions/setup-go from 2 to 3 [#&#8203;226](https://github.com/strukturag/nextcloud-spreed-signaling/pull/226) - Send directly to local session with disconnected client. [#&#8203;228](https://github.com/strukturag/nextcloud-spreed-signaling/pull/228) - Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.8.1 [#&#8203;234](https://github.com/strukturag/nextcloud-spreed-signaling/pull/234) - Bump go.etcd.io/etcd/client/pkg/v3 from 3.5.2 to 3.5.4 [#&#8203;235](https://github.com/strukturag/nextcloud-spreed-signaling/pull/235) - Bump github/codeql-action from 1 to 2 [#&#8203;237](https://github.com/strukturag/nextcloud-spreed-signaling/pull/237) - Bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.4 [#&#8203;236](https://github.com/strukturag/nextcloud-spreed-signaling/pull/236) - Bump github.com/nats-io/nats-server/v2 from 2.8.1 to 2.8.2 [#&#8203;242](https://github.com/strukturag/nextcloud-spreed-signaling/pull/242) - Bump docker/setup-buildx-action from 1 to 2 [#&#8203;245](https://github.com/strukturag/nextcloud-spreed-signaling/pull/245) - Bump docker/build-push-action from 2 to 3 [#&#8203;244](https://github.com/strukturag/nextcloud-spreed-signaling/pull/244) - Bump github.com/nats-io/nats.go from 1.14.0 to 1.15.0 [#&#8203;243](https://github.com/strukturag/nextcloud-spreed-signaling/pull/243) - Bump readthedocs-sphinx-search from 0.1.1 to 0.1.2 in /docs [#&#8203;248](https://github.com/strukturag/nextcloud-spreed-signaling/pull/248) - CI: Run when workflow yaml file has changed. [#&#8203;249](https://github.com/strukturag/nextcloud-spreed-signaling/pull/249) - Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 [#&#8203;247](https://github.com/strukturag/nextcloud-spreed-signaling/pull/247) - Move capabilities handling to own file and refactor http client pool. [#&#8203;252](https://github.com/strukturag/nextcloud-spreed-signaling/pull/252) - Increase allowed body size for backend requests. [#&#8203;255](https://github.com/strukturag/nextcloud-spreed-signaling/pull/255) - Improve test coverage. [#&#8203;253](https://github.com/strukturag/nextcloud-spreed-signaling/pull/253) - Switch to official Coturn docker image. [#&#8203;259](https://github.com/strukturag/nextcloud-spreed-signaling/pull/259) - Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 [#&#8203;256](https://github.com/strukturag/nextcloud-spreed-signaling/pull/256) - Update Dockerfile versions. [#&#8203;257](https://github.com/strukturag/nextcloud-spreed-signaling/pull/257) - Update Alpine to 3.15 version, fix CVE-2022-28391 [#&#8203;261](https://github.com/strukturag/nextcloud-spreed-signaling/pull/261) - Bump cirrus-actions/rebase from 1.6 to 1.7 [#&#8203;263](https://github.com/strukturag/nextcloud-spreed-signaling/pull/263) - Bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0 [#&#8203;267](https://github.com/strukturag/nextcloud-spreed-signaling/pull/267) - Bump jandelgado/gcov2lcov-action from 1.0.8 to 1.0.9 [#&#8203;264](https://github.com/strukturag/nextcloud-spreed-signaling/pull/264) - Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.8.4 [#&#8203;266](https://github.com/strukturag/nextcloud-spreed-signaling/pull/266) - Bump sphinx from 4.5.0 to 5.0.0 in /docs [#&#8203;268](https://github.com/strukturag/nextcloud-spreed-signaling/pull/268) ##### Fixed - CI: Fix linter errors. [#&#8203;206](https://github.com/strukturag/nextcloud-spreed-signaling/pull/206) - CI: Pin dependencies to fix readthedocs build. [#&#8203;215](https://github.com/strukturag/nextcloud-spreed-signaling/pull/215) - Fix mediaType not updated after publisher renegotiations. [#&#8203;221](https://github.com/strukturag/nextcloud-spreed-signaling/pull/221) - Fix "signaling_server_messages_total" stat not being incremented. [#&#8203;190](https://github.com/strukturag/nextcloud-spreed-signaling/pull/190) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-06-02 13:08:16 +00:00
Update dependency strukturag/nextcloud-spreed-signaling to v0.5.0
All checks were successful
continuous-integration/drone/pr Build is passing
fbf2726343
mwalbeck merged commit 7fbb28d3e1 into master 2022-06-07 21:36:56 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: walbeck-it/docker-nextcloud-spreed-signaling#191
No description provided.