Update dependency strukturag/nextcloud-spreed-signaling to v1 #207

Merged
mwalbeck merged 2 commits from renovate/strukturag-nextcloud-spreed-signaling-1.x into master 2022-08-05 22:22:56 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
strukturag/nextcloud-spreed-signaling major v0.5.0 -> v1.0.0

Release Notes

strukturag/nextcloud-spreed-signaling

v1.0.0

Compare Source

Added
  • Clustering support. #​281
  • Send initial "welcome" message when clients connect. #​288
  • Support hello auth version "2.0" with JWT. #​251
  • dist: add systemd sysusers file. #​275
  • Add more tests. #​292
  • Add tests for virtual sessions. #​295
  • Implement per-backend session limit for clusters. #​296
Changed
  • Don't run "go mod tidy" when building. #​269
  • Bump sphinx from 5.0.0 to 5.0.1 in /docs #​270
  • Bump sphinx from 5.0.1 to 5.0.2 in /docs #​277
  • Move common etcd code to own class. #​282
  • Support arbitrary capabilities values. #​287
  • dist: harden systemd service unit. #​276
  • Update to Go module version of github.com/golang-jwt/jwt #​289
  • Disconnect sessions with the same room session id synchronously. #​294
  • Bump google.golang.org/grpc from 1.47.0 to 1.48.0 #​297
  • Update to github.com/pion/sdp v3.0.5 #​301
  • Bump sphinx from 5.0.2 to 5.1.1 in /docs #​303
  • make: Include vendored dependencies in tarball. #​300
  • docs: update and pin dependencies. #​305
  • Bump actions/upload-artifact from 2 to 3 #​307
  • Bump actions/download-artifact from 2 to 3 #​308
  • Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 #​306
  • CI: Also test with Golang 1.19 #​310
Fixed
  • Fix check for async room messages received while not joined to a room. #​274
  • Fix testing etcd server not starting up if etcd is running on host. #​283
  • Fix CI issues on slow CPUs. #​290
  • Fix handling of "unshareScreen" messages and add test. #​293
  • Fix Read The Ddocs builds. #​302

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) | major | `v0.5.0` -> `v1.0.0` | --- ### Release Notes <details> <summary>strukturag/nextcloud-spreed-signaling</summary> ### [`v1.0.0`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v1.0.0) [Compare Source](https://github.com/strukturag/nextcloud-spreed-signaling/compare/v0.5.0...v1.0.0) ##### Added - Clustering support. [#&#8203;281](https://github.com/strukturag/nextcloud-spreed-signaling/pull/281) - Send initial "welcome" message when clients connect. [#&#8203;288](https://github.com/strukturag/nextcloud-spreed-signaling/pull/288) - Support hello auth version "2.0" with JWT. [#&#8203;251](https://github.com/strukturag/nextcloud-spreed-signaling/pull/251) - dist: add systemd sysusers file. [#&#8203;275](https://github.com/strukturag/nextcloud-spreed-signaling/pull/275) - Add more tests. [#&#8203;292](https://github.com/strukturag/nextcloud-spreed-signaling/pull/292) - Add tests for virtual sessions. [#&#8203;295](https://github.com/strukturag/nextcloud-spreed-signaling/pull/295) - Implement per-backend session limit for clusters. [#&#8203;296](https://github.com/strukturag/nextcloud-spreed-signaling/pull/296) ##### Changed - Don't run "go mod tidy" when building. [#&#8203;269](https://github.com/strukturag/nextcloud-spreed-signaling/pull/269) - Bump sphinx from 5.0.0 to 5.0.1 in /docs [#&#8203;270](https://github.com/strukturag/nextcloud-spreed-signaling/pull/270) - Bump sphinx from 5.0.1 to 5.0.2 in /docs [#&#8203;277](https://github.com/strukturag/nextcloud-spreed-signaling/pull/277) - Move common etcd code to own class. [#&#8203;282](https://github.com/strukturag/nextcloud-spreed-signaling/pull/282) - Support arbitrary capabilities values. [#&#8203;287](https://github.com/strukturag/nextcloud-spreed-signaling/pull/287) - dist: harden systemd service unit. [#&#8203;276](https://github.com/strukturag/nextcloud-spreed-signaling/pull/276) - Update to Go module version of github.com/golang-jwt/jwt [#&#8203;289](https://github.com/strukturag/nextcloud-spreed-signaling/pull/289) - Disconnect sessions with the same room session id synchronously. [#&#8203;294](https://github.com/strukturag/nextcloud-spreed-signaling/pull/294) - Bump google.golang.org/grpc from 1.47.0 to 1.48.0 [#&#8203;297](https://github.com/strukturag/nextcloud-spreed-signaling/pull/297) - Update to github.com/pion/sdp v3.0.5 [#&#8203;301](https://github.com/strukturag/nextcloud-spreed-signaling/pull/301) - Bump sphinx from 5.0.2 to 5.1.1 in /docs [#&#8203;303](https://github.com/strukturag/nextcloud-spreed-signaling/pull/303) - make: Include vendored dependencies in tarball. [#&#8203;300](https://github.com/strukturag/nextcloud-spreed-signaling/pull/300) - docs: update and pin dependencies. [#&#8203;305](https://github.com/strukturag/nextcloud-spreed-signaling/pull/305) - Bump actions/upload-artifact from 2 to 3 [#&#8203;307](https://github.com/strukturag/nextcloud-spreed-signaling/pull/307) - Bump actions/download-artifact from 2 to 3 [#&#8203;308](https://github.com/strukturag/nextcloud-spreed-signaling/pull/308) - Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 [#&#8203;306](https://github.com/strukturag/nextcloud-spreed-signaling/pull/306) - CI: Also test with Golang 1.19 [#&#8203;310](https://github.com/strukturag/nextcloud-spreed-signaling/pull/310) ##### Fixed - Fix check for async room messages received while not joined to a room. [#&#8203;274](https://github.com/strukturag/nextcloud-spreed-signaling/pull/274) - Fix testing etcd server not starting up if etcd is running on host. [#&#8203;283](https://github.com/strukturag/nextcloud-spreed-signaling/pull/283) - Fix CI issues on slow CPUs. [#&#8203;290](https://github.com/strukturag/nextcloud-spreed-signaling/pull/290) - Fix handling of "unshareScreen" messages and add test. [#&#8203;293](https://github.com/strukturag/nextcloud-spreed-signaling/pull/293) - Fix Read The Ddocs builds. [#&#8203;302](https://github.com/strukturag/nextcloud-spreed-signaling/pull/302) </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-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
renovate-bot added 1 commit 2022-08-04 10:08:47 +00:00
mwalbeck added 1 commit 2022-08-05 22:11:44 +00:00
continuous-integration/drone/pr Build is passing Details
eaaf5ed4cb
Fix up build
mwalbeck merged commit 4bfd39d4cf into master 2022-08-05 22:22:56 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 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#207
No description provided.