cloudfoundry / app-autoscaler-release

Automated scaling for apps running on Cloud Foundry
Apache License 2.0
26 stars 51 forks source link

fix(deps): update module github.com/gorilla/websocket to v1.5.3 - autoclosed #3027

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gorilla/websocket v1.5.2 -> v1.5.3 age adoption passing confidence

Release Notes

gorilla/websocket (github.com/gorilla/websocket) ### [`v1.5.3`](https://togithub.com/gorilla/websocket/releases/tag/v1.5.3) [Compare Source](https://togithub.com/gorilla/websocket/compare/v1.5.2...v1.5.3) #### Important change This reverts the websockets package back to https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d #### What's Changed - Fixes subprotocol selection (aling with rfc6455) by [@​KSDaemon](https://togithub.com/KSDaemon) in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - Update README.md, replace master to main by [@​mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - Use status code constant by [@​mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/864](https://togithub.com/gorilla/websocket/pull/864) - conn.go: default close handler should not return ErrCloseSent. by [@​pnx](https://togithub.com/pnx) in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - fix: replace ioutil.readfile with os.readfile by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - fix: add comment for the readBufferSize and writeBufferSize by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/869](https://togithub.com/gorilla/websocket/pull/869) - Remove noisy printf in NextReader() and beginMessage() by [@​bcreane](https://togithub.com/bcreane) in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - docs(echoreadall): fix function echoReadAll comment by [@​XdpCs](https://togithub.com/XdpCs) in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - make tests parallel by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - Upgrader.Upgrade: use http.ResposnseController by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/871](https://togithub.com/gorilla/websocket/pull/871) - Do not handle network error in `SetCloseHandler()` by [@​nak3](https://togithub.com/nak3) in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - perf: reduce timer in write_control by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/879](https://togithub.com/gorilla/websocket/pull/879) - fix: lint example code by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/890](https://togithub.com/gorilla/websocket/pull/890) - feat: format message type by [@​rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/889](https://togithub.com/gorilla/websocket/pull/889) - Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by [@​UnAfraid](https://togithub.com/UnAfraid) in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - Do not timeout when WriteControl deadline is zero in [https://github.com/gorilla/websocket/pull/898](https://togithub.com/gorilla/websocket/pull/898) - Excludes errchecks linter by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) - Return errors instead of printing to logs by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/897](https://togithub.com/gorilla/websocket/pull/897) - Revert " Update go version & add verification/testing tools ([#​840](https://togithub.com/gorilla/websocket/issues/840))" by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/908](https://togithub.com/gorilla/websocket/pull/908) - Fixes broken random value generation by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/926](https://togithub.com/gorilla/websocket/pull/926) - Reverts back to v1.5.0 by [@​apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/929](https://togithub.com/gorilla/websocket/pull/929) #### New Contributors - [@​KSDaemon](https://togithub.com/KSDaemon) made their first contribution in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - [@​mstmdev](https://togithub.com/mstmdev) made their first contribution in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - [@​pnx](https://togithub.com/pnx) made their first contribution in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - [@​rfyiamcool](https://togithub.com/rfyiamcool) made their first contribution in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - [@​bcreane](https://togithub.com/bcreane) made their first contribution in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - [@​XdpCs](https://togithub.com/XdpCs) made their first contribution in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - [@​ninedraft](https://togithub.com/ninedraft) made their first contribution in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - [@​nak3](https://togithub.com/nak3) made their first contribution in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - [@​UnAfraid](https://togithub.com/UnAfraid) made their first contribution in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - [@​apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

⚠️ 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:

The artifact failure details are included below:

File name: src/autoscaler/go.sum
Command failed: go get -d -t ./...
go: downloading code.cloudfoundry.org/lager/v3 v3.0.3
go: downloading github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
go: downloading github.com/pivotal-cf/brokerapi/v11 v11.0.0
go: downloading golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
go: downloading github.com/onsi/ginkgo/v2 v2.19.0
go: downloading github.com/onsi/gomega v1.33.1
go: downloading github.com/go-chi/chi/v5 v5.0.12
go: downloading github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
go: downloading golang.org/x/crypto v0.24.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading code.cloudfoundry.org/clock v1.1.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.51.0
go: downloading code.cloudfoundry.org/cfhttp/v2 v2.1.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading github.com/go-sql-driver/mysql v1.8.1
go: downloading go.opentelemetry.io/otel v1.26.0
go: downloading github.com/jackc/pgx/v5 v5.6.0
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/uptrace/opentelemetry-go-extra/otelsql v0.2.4
go: downloading github.com/uptrace/opentelemetry-go-extra/otelsqlx v0.2.4
go: downloading code.cloudfoundry.org/go-loggregator/v9 v9.2.1
go: downloading dario.cat/mergo v1.0.0
go: downloading code.cloudfoundry.org/go-log-cache/v2 v2.0.7
go: downloading google.golang.org/grpc v1.64.0
go: downloading github.com/rubyist/circuitbreaker v2.2.1+incompatible
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/steinfletcher/apitest v1.5.16
go: downloading go.opentelemetry.io/otel/sdk v1.26.0
go: downloading go.opentelemetry.io/otel/trace v1.26.0
go: downloading code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240614070214-69a1db0ef542
go: downloading golang.org/x/net v0.26.0
go: downloading github.com/gorilla/websocket v1.5.3
go: downloading github.com/golang/protobuf v1.5.4
go: downloading code.cloudfoundry.org/tlsconfig v0.0.0-20240613173017-075d5b187a0d
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/ogen-go/ogen v1.1.1
go: downloading github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
go: downloading github.com/openzipkin/zipkin-go v0.4.2
go: downloading github.com/google/go-cmp v0.6.0
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.54.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading golang.org/x/sys v0.21.0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/jackc/puddle/v2 v2.2.1
go: downloading go.opentelemetry.io/otel/metric v1.26.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3
go: downloading github.com/cenk/backoff v2.2.1+incompatible
go: downloading github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
go: downloading code.cloudfoundry.org/go-diodes v0.0.0-20240604201846-c756bfed2ed3
go: downloading code.cloudfoundry.org/go-metric-registry v0.0.0-20240604201903-7cef498efb7a
go: downloading github.com/valyala/fasthttp v1.54.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3
go: downloading github.com/go-faster/errors v0.7.1
go: downloading github.com/go-faster/jx v1.1.0
go: downloading github.com/pborman/uuid v1.2.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9
go: downloading golang.org/x/text v0.16.0
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/tools v0.22.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/andybalholm/brotli v1.1.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/google/pprof v0.0.0-20240528025155-186aa0362fba
go: downloading github.com/go-faster/yaml v0.4.6
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/fatih/color v1.17.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading golang.org/x/mod v0.18.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading code.cloudfoundry.org/app-autoscaler v0.0.0-20211201103113-81a4f0cac637
go: code.cloudfoundry.org/app-autoscaler/src/autoscaler/api/publicapiserver imports
    code.cloudfoundry.org/app-autoscaler/src/autoscaler/helpers/apis/scalinghistory: cannot find module providing package code.cloudfoundry.org/app-autoscaler/src/autoscaler/helpers/apis/scalinghistory
go: code.cloudfoundry.org/app-autoscaler/src/autoscaler/api/broker tested by
    code.cloudfoundry.org/app-autoscaler/src/autoscaler/api/broker.test imports
    code.cloudfoundry.org/app-autoscaler/src/autoscaler/fakes: cannot find module providing package code.cloudfoundry.org/app-autoscaler/src/autoscaler/fakes
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud