Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

fix(deps): update module github.com/pion/dtls/v2 to v2.2.12 - #2

Closed
renovate[bot] wants to merge 1 commit into
sagafrom
renovate/github.com-pion-dtls-v2-2.x
Closed

renovate[bot] wants to merge 1 commit into
sagafrom
renovate/github.com-pion-dtls-v2-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 2, 2024

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/dtls/v2 v2.2.8-0.20240501061905-2c36d63320a0 -> v2.2.12 age adoption passing confidence

Release Notes

pion/dtls (github.com/pion/dtls/v2)

v2.2.12

Compare Source

Changelog

  • 48e76cc Mark NULL and AES256CM SRTP ciphers as supported
  • 8cd9236 Added DTLS-SRTP IDs for NULL and AES256CM ciphers

v2.2.11

Compare Source

Changelog

  • 9f5ddeb simplify error type check
  • 3f0bd2a Fix typing for alertErrors
  • 24571ec remove unused vars, factor out function
  • cfeb9ca Limit size of encrypted packet queue

v2.2.10

Compare Source

Changelog

v2.2.9

Compare Source

Changelog

  • d391e69 Drop invalid record silently during handshake

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added help wanted Extra attention is needed dependencies labels Apr 2, 2024
@renovate

renovate Bot commented Apr 2, 2024

Copy link
Copy Markdown
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/farshidtz/senml/v2 v2.0.0
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/pion/dtls/v2 v2.2.11
go: downloading github.com/plgd-dev/go-coap/v3 v3.3.4
go: downloading github.com/fxamacker/cbor/v2 v2.2.0
go: downloading github.com/pion/logging v0.2.2
go: downloading github.com/pion/transport/v2 v2.2.4
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading go.uber.org/atomic v1.11.0
go: downloading golang.org/x/sync v0.7.0
go: downloading golang.org/x/crypto v0.22.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading golang.org/x/net v0.24.0
go: downloading github.com/pion/transport/v3 v3.0.2
go: downloading github.com/dsnet/golib/memfile v1.0.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
go: downloading golang.org/x/sys v0.19.0
go: downloading github.com/pion/dtls v1.5.4
go: device-simulator-coap imports
	github.com/plgd-dev/go-coap/v3/dtls imports
	github.com/pion/dtls/v2/pkg/net: cannot find module providing package github.com/pion/dtls/v2/pkg/net

@renovate
renovate Bot force-pushed the renovate/github.com-pion-dtls-v2-2.x branch from 10339f1 to 0e5fc33 Compare April 2, 2024 13:54
@coderbyheart

Copy link
Copy Markdown
Member

// note: github.com/pion/dtls/v2/pkg/net package is not yet available in release branches,
// so we force to the use of the pinned master branch
replace github.com/pion/dtls/v2 => github.com/pion/dtls/v2 v2.2.8-0.20240201071732-2597464081c8

@renovate
renovate Bot force-pushed the renovate/github.com-pion-dtls-v2-2.x branch from 0e5fc33 to c93d4b4 Compare April 22, 2024 09:00
@renovate
renovate Bot force-pushed the renovate/github.com-pion-dtls-v2-2.x branch from c93d4b4 to 65fe33c Compare May 3, 2024 01:48
@renovate renovate Bot changed the title fix(deps): update module github.com/pion/dtls/v2 to v2.2.10 fix(deps): update module github.com/pion/dtls/v2 to v2.2.11 May 3, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-pion-dtls-v2-2.x branch from 65fe33c to fa4a056 Compare May 3, 2024 05:47
@renovate
renovate Bot force-pushed the renovate/github.com-pion-dtls-v2-2.x branch from fa4a056 to abc3490 Compare July 20, 2024 22:42
@renovate renovate Bot changed the title fix(deps): update module github.com/pion/dtls/v2 to v2.2.11 fix(deps): update module github.com/pion/dtls/v2 to v2.2.12 Jul 20, 2024
@renovate

renovate Bot commented Jul 20, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/farshidtz/senml/v2 v2.0.0
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/pion/dtls/v2 v2.2.12
go: downloading github.com/plgd-dev/go-coap/v3 v3.3.4
go: downloading github.com/pion/logging v0.2.2
go: downloading github.com/pion/transport/v2 v2.2.4
go: downloading github.com/fxamacker/cbor/v2 v2.2.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading go.uber.org/atomic v1.11.0
go: downloading golang.org/x/sync v0.7.0
go: downloading golang.org/x/crypto v0.24.0
go: downloading golang.org/x/net v0.26.0
go: downloading github.com/pion/transport/v3 v3.0.5
go: downloading github.com/dsnet/golib/memfile v1.0.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
go: downloading golang.org/x/sys v0.22.0
go: downloading github.com/pion/dtls v1.5.4
go: device-simulator-coap imports
	github.com/plgd-dev/go-coap/v3/dtls imports
	github.com/pion/dtls/v2/pkg/net: cannot find module providing package github.com/pion/dtls/v2/pkg/net

@coderbyheart

Copy link
Copy Markdown
Member

Closed via #9

@renovate

renovate Bot commented Jul 29, 2024

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v2.2.12). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant