Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
v1.33.0
1.33.0
Features
Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.
Maintenance
Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
1.33.0
Features
Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.
Maintenance
Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
[BUGFIX] Fix reloading Alertmanager when notification templates change. #6607
[BUGFIX] Fix PrometheusAgent reconciliation for the statefulset changes. #6615
[BUGFIX] Fix readiness/liveness probes for config-reloader when listenLocal is set to true. #6698
0.74.0 / 2024-05-17
[CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
[CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
[FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
[FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
[FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
[FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
[FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
[ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
[ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
[BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
[BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
[BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
[BUGFIX] Fix reloading Alertmanager when notification templates change. #6607
[BUGFIX] Fix PrometheusAgent reconciliation for the statefulset changes. #6615
[BUGFIX] Fix readiness/liveness probes for config-reloader when listenLocal is set to true. #6698
0.74.0 / 2024-05-17
[CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
[CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
[FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
[FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
[FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
[FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
[FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
[ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
[ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
[BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
[BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
[BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign akrejcir for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
- **[OWNERS](https://github.com/kubevirt/vm-console-proxy/blob/main/OWNERS)**
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
Bumps the production-dependencies group with 11 updates in the / directory:
3.12.0
3.12.1
2.17.1
2.19.0
1.2.0
1.3.0
1.4.1
1.4.2
1.2.1
1.2.2
1.5.1
1.5.3
0.2.0
0.4.0
0.73.1
0.75.1
0.19.0
0.21.0
1.33.0
1.34.2
0.29.3
0.30.3
Updates
github.com/emicklei/go-restful/v3
from 3.12.0 to 3.12.1Changelog
Sourced from github.com/emicklei/go-restful/v3's changelog.
Commits
4e4aaa1
update historye5fed1c
fix misroute when dealing multiple webservice with regex (#549)77fc969
golang workflows for restful (#550)9a7c368
better naming for routing related variable (#548)26f2628
path template casing example (#546)59b17dc
update depdencies in examplesUpdates
github.com/onsi/ginkgo/v2
from 2.17.1 to 2.19.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
28fb5d6
v2.19.0e31f03a
fix another typo966a28c
Fix typos in label sets docscd231fd
Label sets allow for more expressive label filteringeb27ca8
v2.18.0f010b65
Add --slience-skips and --force-newlines42013d6
Fix table entry context edge case9e234ea
always rebuild and run ginkgo in makefile5ce8355
add --fail-on-empty to recommended CI flags in docs3ffbf8b
add makefileUpdates
github.com/onsi/gomega
from 1.32.0 to 1.33.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
8a658bb
v1.33.1e9bc35a
Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.23a66379
fix confusing eventually docsf2e65fc
v1.33.002e8706
docs: Receive(POINTER, MATCHER)ec1f186
feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests9999deb
Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)cb5ff21
Bump github-pages from 229 to 230 in /docs (#735)bac6596
Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)Updates
kubevirt.io/api
from 1.2.0 to 1.3.0Commits
c6f7878
api update by KubeVirt Prow build 1813591934099263488a3faf18
api update by KubeVirt Prow build 181109732908886016011c490e
api update by KubeVirt Prow build 1810580927940661248c0d70d6
api update by KubeVirt Prow build 181014151414835200020b6863
api update by KubeVirt Prow build 1806102054721032192d75fcc6
api update by KubeVirt Prow build 1804373140407586816982db9d
api update by KubeVirt Prow build 1803840724018401280ed435e4
api update by KubeVirt Prow build 18035704287408988161f7ec4e
api update by KubeVirt Prow build 18035185909812469765c18288
api update by KubeVirt Prow build 1803518617719934976Updates
github.com/go-logr/logr
from 1.4.1 to 1.4.2Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
1205f42
Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...ccedcbd
Merge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...bead577
build(deps): bump actions/checkout from 4.1.5 to 4.1.6a492d95
build(deps): bump github/codeql-action from 3.25.4 to 3.25.519ad07c
build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.31c97a21
build(deps): bump actions/checkout from 4.1.4 to 4.1.5f70c5b5
build(deps): bump github/codeql-action from 3.25.3 to 3.25.44ade8d3
build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.188d98bd
Merge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...432cd86
Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...Updates
github.com/golang/glog
from 1.2.1 to 1.2.2Release notes
Sourced from github.com/golang/glog's releases.
Commits
9730314
glog: avoid calling user.Current() on windows (#69)Updates
github.com/google/pprof
from 0.0.0-20210720184732-4bb14d4b1be1 to 0.0.0-20240424215950-a892ee059fd6Commits
Updates
github.com/gorilla/websocket
from 1.5.1 to 1.5.3Release notes
Sourced from github.com/gorilla/websocket's releases.
... (truncated)
Commits
ce903f6
Reverts to v1.5.09ec25ca
fixes broken random value generation1bddf2e
bumps go version & removes deprecated module usage750bf92
adds GHA & Makefile configsb2c246b
Revert " Update go version & add verification/testing tools (#840)"09a6bab
removing error handling while closing connections58af150
return errors instead of printing to logse5f1a0a
excludes errchecks linterb2a86a1
Do not timeout when WriteControl deadline is zero695e909
Remove hideTempErr to allow downstream users to check for errors like net.Err...Updates
github.com/moby/spdystream
from 0.2.0 to 0.4.0Release notes
Sourced from github.com/moby/spdystream's releases.
Commits
258380d
Merge pull request #98 from dmcgowan/remove-ws-packagea3b79af
Merge pull request #99 from liggitt/closeleak5c84296
Avoid 10 minute goroutine leak in error case for handled errors42b2632
Remove unused websocket package0c1fc43
Merge pull request #96 from code-qote/fix-stream-is-finished-data-race478d001
Merge pull request #89 from thaJeztah/carry_48_fix_unit_test_race31503b1
Fix unit test races06348fb
Merge pull request #91 from tigrato/fix-ping-data-race6cf8949
fixed data race3473c0b
Fix Ping data-raceUpdates
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.73.1 to 0.75.1Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
Commits
9b72f85
Merge pull request #6725 from slashpai/cut-0.75.17e721e2
chore: cut 0.75.184bddcb
Merge pull request #6723 from kubeservice-stack/Cherry-pick-6722c2a24e4
cherry-pick 672279c225b
Merge pull request #6709 from slashpai/cut-0.75.021e69ff
chore: cut 0.75.091df221
Merge pull request #6707 from slashpai/cut-0.75.0cb79b96
feat(xds): Add OVHcloud service discovery to the ScrapeConfig CRD (#6689)87e3b56
chore: bump go dependencies before releasead006f4
Merge pull request #6706 from prometheus-operator/dependabot/go_modules/githu...Updates
golang.org/x/net
from 0.24.0 to 0.26.0Commits
66e838c
go.mod: update golang.org/x dependencies6249541
http2: avoid race in server handler SetReadDeadine/SetWriteDeadline603e3e6
quic: disable X25519Kyber768Draft00 in tests67e8d0c
http2: report an error if goroutines outlive serverTester tests5608279
http2: avoid corruption in priority write scheduler0d515a5
http2: factor out frame read/write test functions9f5b79b
http2: drop unused retry function03c24c2
http2: use synthetic time in server tests022530c
http2: add a more full-featured test net.Conn410d19e
http2: avoid racy access to clientStream.requestedGzipUpdates
golang.org/x/oauth2
from 0.19.0 to 0.21.0Commits
5fd4241
google: update compute token refresh84cb9f7
oauth2: fix typo in comment4b7f0bd
go.mod: update cloud.google.com/go/compute/metadata dependencye11eea8
microsoft: added DeviceAuthURL to AzureADEndpointUpdates
golang.org/x/sys
from 0.20.0 to 0.21.0Commits
673e0f9
unix: skip ethtool driver test for busy interface6943ab6
unix/linux: update glibc to 2.3992f3ad6
unix: update to Linux kernel 6.9f34bb9f
windows: add net user enum6dfb94e
unix: add types for SOCK_DIAGUpdates
golang.org/x/term
from 0.20.0 to 0.21.0Commits
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign akrejcir for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@dependabot[bot]: The following tests failed, say
/retest
to rerun all failed tests or/retest-required
to rerun all mandatory failed tests:/test unittests
/test e2e-functests
Full PR test history. Your PR dashboard.
Looks like these dependencies are updatable in another way, so this is no longer needed.