ssp-operator
ssp-operator copied to clipboard
chore(deps): Bump the production-dependencies group across 1 directory with 18 updates
Bumps the production-dependencies group with 8 updates in the / directory:
Package | From | To |
---|---|---|
github.com/operator-framework/api | 0.26.0 |
0.27.0 |
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | 0.75.2 |
0.76.0 |
github.com/prometheus/client_golang | 1.19.1 |
1.20.0 |
k8s.io/kube-aggregator | 0.30.3 |
0.31.0 |
kubevirt.io/containerized-data-importer-api | 1.59.0 |
1.60.1 |
github.com/grpc-ecosystem/grpc-gateway/v2 | 2.21.0 |
2.22.0 |
github.com/prometheus/statsd_exporter | 0.26.1 |
0.27.1 |
google.golang.org/api | 0.191.0 |
0.192.0 |
Updates github.com/operator-framework/api
from 0.26.0 to 0.27.0
Release notes
Sourced from github.com/operator-framework/api's releases.
v0.27.0
What's Changed
- Fix some typos in cel.go by
@logonoff
in operator-framework/api#343- Bump k8s.io/apiextensions-apiserver from 0.30.1 to 0.30.2 by
@dependabot
in operator-framework/api#344- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by
@dependabot
in operator-framework/api#346- Fix codecov-action params by
@m1kola
in operator-framework/api#349- Bump k8s.io/apiextensions-apiserver from 0.30.2 to 0.30.3 by
@dependabot
in operator-framework/api#353- Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 by
@dependabot
in operator-framework/api#356- Bump kubernetes libraries to v0.31.0 and controller-runtime to v0.19.0 by
@perdasilva
in operator-framework/api#357New Contributors
@logonoff
made their first contribution in operator-framework/api#343Full Changelog: https://github.com/operator-framework/api/compare/v0.26.0...v0.27.0
Commits
41cb4ae
Bump kubernetes libraries to v0.31.0 and controller-runtime to v0.19.0 (#357)46fd7e5
Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 (#356)a5729e2
Bump k8s.io/apiextensions-apiserver from 0.30.2 to 0.30.3 (#353)ce8a923
Fix codecov-action params (#349)2e3c15f
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1fa102cb
Bump k8s.io/apiextensions-apiserver from 0.30.1 to 0.30.2e122588
Fix some typos in cel.go (#343)- See full diff in compare view
Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.75.2 to 0.76.0
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
v0.76.0
0.76.0 / 2025-08-08
- [CHANGE] Enhanced secret management in Prometheus and PrometheusAgent CRDs by switching the secrets field from atomic to listType: set, allowing independent handling of entries by different managers to prevent conflicts and improve deployment stability. #6762
- [CHANGE] Add API-level validations to Kubernetes SD in the ScrapeConfig CRD. #6678
- [FEATURE] Add TLS and Proxy settings to OAuth2 configuration for Prometheus and PrometheusAgent CRDs. #6735
- [FEATURE] Add support for OAuth2 in the ScrapeConfig CRD. #6814
- [FEATURE] Add scale subresource to the Alertmanger CRD. #6728
- [FEATURE] Add Scaleway service discovery to the ScrapeConfig CRD. #6711
- [FEATURE] Add
serviceDiscoveryRole
field to the Prometheus and PrometheusAgent CRDs to select between Endpoints (default) and EndpointSlice for discovering scrape and alerting targets. #6672- [ENHANCEMENT] Make the
namespace
field optional in the Alertmanager endpoints configuration of the Prometheus CRD, if not defined it will use thedefault
namespace. #6338- [ENHANCEMENT] Add support to configure the TLS version for Prometheus, PrometheusAgent and Alertmanager CRDs. #6736
- [ENHANCEMENT] Add
-secret-label-selector
argument to the operator to filter the Secrets being watched. #6731- [ENHANCEMENT] Add
attachMetadata
field to ScrapeClasses. #6756- [BUGFIX] Add support for all proxy settings in the Alertmanager configuration. #6818
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
0.76.0 / 2025-08-08
[CHANGE] Enhanced secret management in Prometheus and PrometheusAgent CRDs by switching the secrets field from atomic to listType: set, allowing independent handling of entries by different managers to prevent conflicts and improve deployment stability. #6762 [CHANGE] Add API-level validations to Kubernetes SD in the ScrapeConfig CRD. #6678 [FEATURE] Add TLS and Proxy settings to OAuth2 configuration for Prometheus and PrometheusAgent CRDs. #6735 [FEATURE] Add support for OAuth2 in the ScrapeConfig CRD. #6814 [FEATURE] Add scale subresource to the Alertmanger CRD. #6728 [FEATURE] Add Scaleway service discovery to the ScrapeConfig CRD. #6711 [FEATURE] Add
serviceDiscoveryRole
field to the Prometheus and PrometheusAgent CRDs to select between Endpoints (default) and EndpointSlice for discovering scrape and alerting targets. #6672 [ENHANCEMENT] Make thenamespace
field optional in the Alertmanager endpoints configuration of the Prometheus CRD, if not defined it will use thedefault
namespace. #6338 [ENHANCEMENT] Add support to configure the TLS version for Prometheus, PrometheusAgent and Alertmanager CRDs. #6736 [ENHANCEMENT] Add-secret-label-selector
argument to the operator to filter the Secrets being watched. #6731 [ENHANCEMENT] AddattachMetadata
field to ScrapeClasses. #6756 [BUGFIX] Add support for all proxy settings in the Alertmanager configuration. #6818
Commits
022a289
Merge pull request #6834 from prometheus-operator/nicolas/prepare-0.76e12ef9a
Update CHANGELOG.md1565ea0
Update CHANGELOG.md2ea3a03
Update CHANGELOG.md7da8459
[CHORE] updating change log46076a5
[CHORE] generating templates 0.766b6c773
[CHORE] upgrading prometheus6ad25e9
[CHORE] updating dependenciesa7a1ad6
Merge pull request #6827 from prometheus-operator/arthur-affiliation99f737f
chore: replace go kit log in alertmanager package (#6828)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang
from 1.19.1 to 1.20.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.20.0
Thanks everyone for contributions!
:warning: In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
- [CHANGE] :warning: go-collector: Remove
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577- [FEATURE] :warning: go-collector: Add 3 default metrics:
go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559- [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact
runtime/metrics
sourcing each metric (if relevant). #1568 #1578- [FEATURE] testutil: Add CollectAndFormat method. #1503
- [FEATURE] histograms: Add support for exemplars in native histograms. #1471
- [FEATURE] promhttp: Add experimental support for
zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496- [FEATURE] api/v1: Add
WithLimit
parameter to all API methods that supports it. #1544- [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
- [FEATURE] process-collectors: Add network usage metrics:
process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555- [FEATURE] promlint: Add duplicated metric lint rule. #1472
- [BUGFIX] promlint: Relax metric type in name linter rule. #1455
- [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
- [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424
- feat(prometheus/testutil/promlint/validations): refine lintMetricType… by
@foehammer127
in prometheus/client_golang#1455- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /examples/middleware by
@dependabot
in prometheus/client_golang#1457- Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0 by
@dependabot
in prometheus/client_golang#1458- Bump golang.org/x/sys from 0.16.0 to 0.17.0 by
@dependabot
in prometheus/client_golang#1459- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /tutorial/whatsup by
@dependabot
in prometheus/client_golang#1461- Merge Release 1.19 back to main by
@ArthurSens
in prometheus/client_golang#1462- Bump the github-actions group with 2 updates by
@dependabot
in prometheus/client_golang#1456- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by
@dependabot
in prometheus/client_golang#1466- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /examples/middleware by
@dependabot
in prometheus/client_golang#1467- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /tutorial/whatsup by
@dependabot
in prometheus/client_golang#1469- Add LintDuplicateMetric to promlint by
@bboreham
in prometheus/client_golang#1472- Auto-update Go Collector Metrics for new Go versions by
@SachinSahu431
in prometheus/client_golang#1476- Implement Unwrap() for responseWriterDelegator by
@igor-drozdov
in prometheus/client_golang#1480- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by
@dependabot
in prometheus/client_golang#1485- Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0 by
@dependabot
in prometheus/client_golang#1486- ci: Remove hardcoded supported Go versions from go.yml by
@SachinSahu431
in prometheus/client_golang#1489- feat: metrics generation workflow by
@SachinSahu431
in prometheus/client_golang#1481- fix: remove redundant go module in middleware example by
@majolo
in prometheus/client_golang#1492- chore: Refactor how base metrics are added to Sched metrics by
@ArthurSens
in prometheus/client_golang#1483- gocollector: Add regex option to allow collection of debug runtime metrics by
@ArthurSens
in prometheus/client_golang#1389- Bump github.com/prometheus/common from 0.48.0 to 0.52.3 by
@dependabot
in prometheus/client_golang#1498- chore: fix function name in comment by
@oftenoccur
in prometheus/client_golang#1497- build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /tutorial/whatsup by
@dependabot
in prometheus/client_golang#1501- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabot
in prometheus/client_golang#1502- feat(dependency): replace go-spew package by
@dongjiang1989
in prometheus/client_golang#1499
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.20.0 / 2024-08-14
- [CHANGE] :warning: go-collector: Remove
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577- [FEATURE] :warning: go-collector: Add 3 default metrics:
go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559- [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact
runtime/metrics
sourcing each metric (if relevant). #1568 #1578- [FEATURE] testutil: Add CollectAndFormat method. #1503
- [FEATURE] histograms: Add support for exemplars in native histograms. #1471
- [FEATURE] promhttp: Add experimental support for
zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496- [FEATURE] api/v1: Add
WithLimit
parameter to all API methods that supports it. #1544- [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
- [FEATURE] process-collectors: Add network usage metrics:
process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555- [FEATURE] promlint: Add duplicated metric lint rule. #1472
- [BUGFIX] promlint: Relax metric type in name linter rule. #1455
- [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
- [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424
1.19.0 / 2024-02-27
The module
prometheus/common v0.48.0
introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to useprometheus/common v0.48.0
or higher, please update client_golang to v1.19.0.
- [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
- [FEATURE] collectors: Add version collector. #1422 #1427
1.18.0 / 2023-12-22
- [FEATURE] promlint: Allow creation of custom metric validations. #1311
- [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
- [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
- [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
- [ENHANCEMENT] Improved performance of
MetricVec.WithLabelValues(...)
. #13601.17.0 / 2023-09-27
- [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #1325
- [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #1313
- [ENHANCEMENT] Enable detection of a native histogram without observations. #1314
1.16.0 / 2023-06-15
- [BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. #1252
- [BUGFIX] api: Fix undefined execution order in return statements. #1260
- [BUGFIX] native histograms: Fix bug in bucket key calculation. #1279
- [ENHANCEMENT] Reduce constrainLabels allocations for all metrics. #1272
- [ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. #1278
- [ENHANCEMENT] promlint: Improve metricUnits runtime. #1286
1.15.1 / 2023-05-3
- [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
causing panics. #1253
... (truncated)
Commits
73b811c
Cut 1.20.0 release. (#1580)7ce5089
gocollector: Attach original runtime/metrics metric name to help. (#1578)062300e
Remove go_memstat_lookups_total; added runtime/metrics calculation to memstat...aa3c00d
Update common Prometheus files (#1576)3ad2722
Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /s...0715727
Update common Prometheus files (#1573)3634bd9
ci: daggerize test and lint pipelines (#1534)28b5e6e
Merge pull request #1572 from prometheus/repo_sync8e18075
Update common Prometheus files46f77a9
Merge pull request #1571 from prometheus/dependabot/github_actions/github-act...- Additional commits viewable in compare view
Updates k8s.io/api
from 0.30.3 to 0.31.0
Commits
2df39ff
Update dependencies to v0.31.0 tag382a091
update codegen and openapi1073c1e
regen clients6f8e3bd
Review feedback437d97a
Coordinated Leader Election Alpha API63e21d3
Merge pull request #126243 from SergeyKanzhelev/devicePluginFailuresca07d5a
generated files7192863
add AllocatedResourcesStatus field to ContainerStatusa789efa
Merge pull request #126281 from saschagrunert/oci-volume-docsf04ea0b
Merge pull request #126145 from carlory/kep-3751-api- Additional commits viewable in compare view
Updates k8s.io/apiextensions-apiserver
from 0.30.3 to 0.31.0
Commits
5682b3a
Update dependencies to v0.31.0 tag67f4a1d
informers: add comment that Start does not block647748e
Merge pull request #126353 from liggitt/fix-vendora9ee50f
revendor dependencies1ab7536
Merge pull request #126308 from cici37/hotFix4940c42
Allowing direct CEL reserved keyword usage in CRD (#126188)10c707f
Merge pull request #124061 from Jefftree/conversion-webhook-invalidca3bbcc94
Merge pull request #125661 from mjudeikis/mjudeikis/poststarthookctx.stopch.c...93b42bf
Update with stdlib errors876df11
Hot fix for panic on schema conversion. (#126167)- Additional commits viewable in compare view
Updates k8s.io/apimachinery
from 0.30.3 to 0.31.0
Commits
a8f449e
Falls back to SPDY for gorilla/websocket https proxy error62791ec
Merge pull request #125571 from liggitt/filter-auth-02-sarcc2ba35
add field and label selectors to authorization attributesce76a8f
generate35052c5
add subjectaccessreview field and label selectorsab06869
Merge pull request #126105 from benluddy/cbor-framer429f4e4
Implement runtime.Framer for CBOR Sequences.d7e1c53
Merge pull request #126018 from aroradaman/bump-k8s-utils07cb122
Merge pull request #125748 from benluddy/cbor-custom-marshalersdd17456
bump k8s.io/utils- Additional commits viewable in compare view
Updates k8s.io/client-go
from 0.30.3 to 0.31.0
Commits
02a19c3
Update dependencies to v0.31.0 tag5e3e8ea
informers: add comment that Start does not blockf71a5cc
Call non-blocking informerFactory.Start synchronously to avoid races4536e5a
Merge pull request #124012 from Jefftree/le-controller93c6a5b
Merge pull request #126353 from liggitt/fix-vendor6a9911a
revendor dependenciesfe54892
Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures825f52e
Change PingTime to be persistentf45c451
fix ordering issue in candidates18dd587
feedback: leasecandidate clients- Additional commits viewable in compare view
Updates k8s.io/kube-aggregator
from 0.30.3 to 0.31.0
Commits
ce70bea
Update dependencies to v0.31.0 tagf5edbf4
informers: add comment that Start does not block2433e7a
Merge pull request #125661 from mjudeikis/mjudeikis/poststarthookctx.stopch.c...d4566e5
Merge pull request #126149 from sttts/sttts-aggregator-availability-controlle...87f8e9e
aggregator: split availability controller into local and remote part006e6b9
aggregator: make linter happy34c473f
aggregator: (pre-)move availability controller8942dc0
aggregator: separate out status controller metricsbb33e4e
Merge pull request #125571 from liggitt/filter-auth-02-sar62b6dfb
clean ctx- Additional commits viewable in compare view
Updates k8s.io/utils
from 0.0.0-20240502163921-fe8a2dddb1d0 to 0.0.0-20240711033017-18e509b52bc8
Commits
- See full diff in compare view
Updates kubevirt.io/containerized-data-importer-api
from 1.59.0 to 1.60.1
Release notes
Sourced from kubevirt.io/containerized-data-importer-api's releases.
v1.60.1
This release follows v1.59.0 and consists of 120 changes, contributed by 28 people, leading to 3579 files changed, 609903 insertions(+), 176669 deletions(-).
The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1.
Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/ https://quay.io/repository/kubevirt/cdi-cloner/ https://quay.io/repository/kubevirt/cdi-uploadproxy/ https://quay.io/repository/kubevirt/cdi-apiserver/ https://quay.io/repository/kubevirt/cdi-uploadserver/ https://quay.io/repository/kubevirt/cdi-operator/
Notable changes
Enhancement: Suppress alerts to reduce noise of dependent ones Enhancement: Remove API dependency on openshift/api Enhancement: Reject volumes with storage smaller than 1MiB Enhancement: Mesh annotations now copied from the DV/PVCs to worker pods Enhancement: Add a DataVolume Running condition, with Reason field of "ImagePullFailed" Enhancement: Introduce a controller to handle forklift's volume populators (ovirt, openstack) Enhancement: Provide RPM support for s390x platform Enhancement: Onboard Infinibox CSI driver Enhancement: Make upload client/server certs configurable and rotate uploadserver pods Enhancement: Improve error reporting in upload-proxy Enhancement: Set LVM based provisioners clone strategy to host assisted by default Enhancement: Add storagecapabilities to vSphere provisioner Enhancement: Delete and recreate pending DataImportCron PVCs on default storage class update Enhancement: Expose the upload-proxy's certificate in the CDI config status Enhancement: Added KubeSAN CSI plugin storage capabilities so the CDI StorageProfile is automatically populated Enhancement: Remove datavolume clone source validation from webhook Enhancement: VDDK datasource: Increase number of nbdkit lines logged Enhancement: Inject cdi-uploadproxy CA cert into user created routes Enhancement: Adding storagecapabilities to the longhorn provisioner Enhancement: Default instance type labels are now added from registry imported PVCs/cloned VolumeSnapshots to DataVolumes Enhancement: add s390x support for builder image Enhancement: Properly handle DataVolume preallocation setting for all host assisted (copy) clones Enhancement: Copy labels from the source of a DataSource (DV/PVC/VolumeSnapshot)
BugFix: Fix resources configuration missing from the configuration of the cdi-containerimage-server initcontainer BugFix: Clone from snapshot - fix volume/access mode inferring for temp host assisted source PVC BugFix: Support IPv6 for controller metrics URL BugFix: Stop handling error phase as "unknown" in clone-populator BugFix: Improve metrics reporting behavior for upstream rook-ceph deployments, identifying RGW bucket provisioners BugFix: Use scratch space (and thus qemu-img convert flow) when importing non-archived images to avoid losing sparseness of images
... (truncated)
Commits
c186264
fix post submit issue in order to release properlyb375def
v1.60.0 release notesd68f59e
remove gradle dep when running gen-swagger-docs.sh (#3390)6269010
apidocs: remove gradle dep (#3389)79e6b97
Retry pulling builder image (#3387)2d9c82e
Setup ginkgo cli build properly to avoid double dep (#3378)f357368
feat: Copy labels from source to DataSource (#3377)c15ad1d
nbdkit: Use password=+filename to send passwords securely (#3363)56c4b2f
Properly handle DataVolume preallocation setting for all host assisted (copy)...e1a553a
feat(DataVolume): Add default instance type labels from VolumeSnapshots and f...- Additional commits viewable in compare view
Updates sigs.k8s.io/controller-runtime
from 0.18.5 to 0.19.0
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
v0.19.0
:warning: Deprecation Warnings
Please note that
admission.Defaulter/Validator
have been deprecated in favor ofadmission.CustomDefaulter/CustomValidator
since v0.17 and will be removed with v0.20.:warning: Breaking Changes
- Bump to k8s.io/* v1.31 (#2798 #2858 #2867 #2872 #2883 #2900 #2906 #2924)
- Add generic TypedReconciler (#2799)
- client: Remove options.WarningHandler (#2887 #2903)
- controller: Validate controller names are unique & add SkipNameValidation option (#2902 #2918)
:sparkles: New Features
- client: Add WithFieldValidation client (#2860 #2913)
- controller & webhook: Recover panics per default & add panic metrics (#2905)
- controllerutil: configure BlockOwnerDeletion when setting OwnerReference (#2847)
- fake client: Add scale subresource logic (#2855)
- predicate: Add missing generic version of ResourceVersionChangedPredicate (#2812)
- setup-envtest: Download binaries from controller-tools releases instead of GCS (#2811)
- setup-envtest: Publish setup-envtest binaries via release attachments (#2911)
- workqueue: Add
controller
label to workqueue metrics (#2895):bug: Bug Fixes
- apiutil.IsGVKNamespaced: Fix namespaced GVK check to use version (#2875)
- cache: Fix label defaulting of byObject when namespaces are configured (#2805)
- certwatcher: Recreate watcher if the file is unlinked and replaced (#2893)
- manager: Fix log in AddMetricsServerExtraHandler (#2874)
- manager: Quiet context.Canceled errors during shutdown (#2745)
- manager: Reintroduce AddMetricsServerExtraHandler (#2813)
- manager.Start: Prevent LeaderElector setup error from being swallowed (#2876)
- source.Kind: String() should return correct type (#2806)
:seedling: Others
- actions: Add action to approve actions if /ok-to-test is set (#2908)
- controller: Add dynamic watcher tests (#2881)
- dependabot: disable go module bumps, bump all actions in a single PR (#2856)
- verify-modules: Verify go modules are in sync with upstream k/k (#2774)
:book: Additionally, there have been 5 contributions to our documentation. (#2830, #2849, #2863, #2894, #2899, #2910)
Dependencies
Added
- cel.dev/expr: v0.15.0
- github.com/antlr4-go/antlr/v4: v4.13.0
... (truncated)
Commits
b901db1
Merge pull request #2924 from lucacome/bump-deps0c7827e
Bump k8s.io deps to v1.31.09f5afec
Merge pull request #2918 from sbueringer/pr-add-skip-name-validation96e8152
Merge pull request #2921 from kubernetes-sigs/dependabot/github_actions/all-g...8f5faff
:seedling: Bump actions/upload-artifact in the all-github-actions group89bebe3
Add SkipNameValidation option7857623
Merge pull request #2911 from sbueringer/pr-publish-setup-envtestfdc8bd7
Merge pull request #2913 from sbueringer/pr-test-cov-field-validation7dfd3bb
Fix WithFieldValidation cliente882354
Merge pull request #2908 from sbueringer/pr-approve-action- Additional commits viewable in compare view
Updates github.com/google/pprof
from 0.0.0-20240424215950-a892ee059fd6 to 0.0.0-20240525223248-4bfdf5a9a2af
Commits
- See full diff in compare view
Updates github.com/grpc-ecosystem/grpc-gateway/v2
from 2.21.0 to 2.22.0
Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
v2.22.0
What's Changed
- docs: add example to fully override http responses by
@nguyentranbao-ct
in grpc-ecosystem/grpc-gateway#4564- stop printing error logs in handleForwardResponseOptions by
@taichimaeda
in grpc-ecosystem/grpc-gateway#4594- Add some documenation for CustomQueryParser with examples by
@texzone
in grpc-ecosystem/grpc-gateway#4602- Fix #4614 Unique Items placement by
@sebaraj
in grpc-ecosystem/grpc-gateway#4619- all: fix test lint warnings by
@johanbrandhorst
in grpc-ecosystem/grpc-gateway#4632- ci: update go versions supported by
@johanbrandhorst
in grpc-ecosystem/grpc-gateway#4634- feat: Add WithForwardResponseRewriter to allow easier/more useful response control by
@nkcmr
in grpc-ecosystem/grpc-gateway#4622New Contributors
@nguyentranbao-ct
made their first contribution in grpc-ecosystem/grpc-gateway#4564@taichimaeda
made their first contribution in grpc-ecosystem/grpc-gateway#4594@texzone
made their first contribution in grpc-ecosystem/grpc-gateway#4602@sebaraj
made their first contribution in grpc-ecosystem/grpc-gateway#4619@nkcmr
made their first contribution in grpc-ecosystem/grpc-gateway#4622Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.21.0...v2.22.0