ssp-operator
ssp-operator copied to clipboard
chore(deps): Bump the production-dependencies group across 1 directory with 33 updates
Bumps the production-dependencies group with 15 updates in the / directory:
Package | From | To |
---|---|---|
github.com/machadovilaca/operator-observability | 0.0.21 |
0.0.22 |
github.com/onsi/gomega | 1.34.1 |
1.34.2 |
github.com/operator-framework/api | 0.26.0 |
0.27.0 |
github.com/operator-framework/operator-lib | 0.14.0 |
0.15.0 |
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | 0.75.2 |
0.77.1 |
github.com/prometheus/common | 0.55.0 |
0.60.0 |
github.com/tektoncd/pipeline | 0.62.1 |
0.64.0 |
k8s.io/kube-aggregator | 0.30.3 |
0.31.1 |
kubevirt.io/api | 1.3.0 |
1.3.1 |
kubevirt.io/containerized-data-importer-api | 1.59.0 |
1.60.3 |
github.com/grpc-ecosystem/grpc-gateway/v2 | 2.21.0 |
2.22.0 |
github.com/prometheus/statsd_exporter | 0.26.1 |
0.27.2 |
golang.org/x/time | 0.6.0 |
0.7.0 |
golang.org/x/tools | 0.24.0 |
0.26.0 |
google.golang.org/api | 0.191.0 |
0.200.0 |
Updates github.com/machadovilaca/operator-observability
from 0.0.21 to 0.0.22
Release notes
Sourced from github.com/machadovilaca/operator-observability's releases.
v0.0.22
What's Changed
- Remove usage of global variable in operatorrules by
@machadovilaca
in machadovilaca/operator-observability#14- Compile tests as separate package by
@machadovilaca
in machadovilaca/operator-observability#15- Add CollectorResult method to get labels values by key by
@machadovilaca
in machadovilaca/operator-observability#17Full Changelog: https://github.com/machadovilaca/operator-observability/compare/v0.0.21...v0.0.22
Commits
6cedb64
Merge pull request #17 from machadovilaca/add-helper-method-to-get-cr-label-v...2c0e7d5
Add CollectorResult method to get labels values by keya43eb32
Merge pull request #15 from machadovilaca/compile_tests_as_separate_package6f90690
Compile operatorrules tests as separate package631191a
Compile operatormetrics tests as separate package8cd29b1
Compile docs tests as separate package85866e9
Compile testutil tests as separate package8d1631c
Merge pull request #14 from machadovilaca/operatorrules-remove-usage-of-globa...b8e6d1c
Keep backwards compatibilityf7da6cf
Remove usage of global variable in operatorrules- Additional commits viewable in compare view
Updates github.com/onsi/gomega
from 1.34.1 to 1.34.2
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.34.2
1.34.2
Require Go 1.22+
Maintenance
- bump ginkgo as well [c59c6dc]
- bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.34.2
Require Go 1.22+
Maintenance
- bump ginkgo as well [c59c6dc]
- bump to go 1.22 - remove x/exp dependency [8158b99]
Commits
7cabed6
v1.34.2c59c6dc
bump ginkgo as well8158b99
bump to go 1.22 - remove x/exp dependency- See full diff in compare view
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/operator-framework/operator-lib
from 0.14.0 to 0.15.0
Release notes
Sourced from github.com/operator-framework/operator-lib's releases.
v0.15.0
What's Changed
- Fix codecov-action params by
@m1kola
in operator-framework/operator-lib#183- :seedling: Bump github.com/operator-framework/api from 0.24.0 to 0.26.0 by
@dependabot
in operator-framework/operator-lib#182- :seedling: Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by
@dependabot
in operator-framework/operator-lib#179- :seedling: Bump golangci/golangci-lint-action from 4 to 6 by
@dependabot
in operator-framework/operator-lib#173- :seedling: Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.20.0 by
@dependabot
in operator-framework/operator-lib#184- :seedling: Bump github.com/prometheus/client_golang from 1.19.0 to 1.20.0 by
@dependabot
in operator-framework/operator-lib#185- :seedling: Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 by
@dependabot
in operator-framework/operator-lib#189- :seedling: Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by
@dependabot
in operator-framework/operator-lib#190- :seedling: bump kube to 0.31.0, controller-runtime to v0.19.0, and fix generics issues by
@tmshort
in operator-framework/operator-lib#192- :seedling: Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by
@dependabot
in operator-framework/operator-lib#191- :seedling: Bump github.com/operator-framework/api from 0.26.0 to 0.27.0 by
@dependabot
in operator-framework/operator-lib#188New Contributors
@m1kola
made their first contribution in operator-framework/operator-lib#183@tmshort
made their first contribution in operator-framework/operator-lib#192Full Changelog: https://github.com/operator-framework/operator-lib/compare/v0.14.0...v0.15.0
Commits
e9eceaa
:seedling: Bump github.com/operator-framework/api from 0.26.0 to 0.27.0 (#188)51a1df9
:seedling: Bump github.com/prometheus/client_golang (#191)b6b2f1a
:seedling: bump kube to 0.31.0, controller-runtime to v0.19.0, and fix generi...c6f3cc0
:seedling: Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#190)997e1ba
:seedling: Bump github.com/prometheus/client_golang (#189)b0db208
:seedling: Bump github.com/prometheus/client_golang (#185)ce85172
:seedling: Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.20.0 (#184)f45ed39
:seedling: Bump golangci/golangci-lint-action from 4 to 6 (#173)fd51df9
--- (#179)9308183
:seedling: Bump github.com/operator-framework/api from 0.24.0 to 0.26.0 (#182)- Additional commits viewable in compare view
Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.75.2 to 0.77.1
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
0.77.1 / 2024-09-25
- [BUGFIX] Fix Thanos Ruler reconciliations not triggered on StatefulSet updates. #6964
- [BUGFIX] Fix error message for unsupported versions. #6965
0.77.0 / 2024-09-19
[!NOTE] Along with this release we also introduce a new command line tool poctl. It is designed specifically for managing Prometheus Operator Custom Resources. This project is currently under active development and fully experimental, so expect breaking changes and rough edges. We encourage you to try it out and provide the feedback.
[!WARNING] Another notable change is that we have switched the logging framework from go-kit/log to slog which may lead to some differences in the log output.
- [CHANGE] Add more API validation and changes to the
ScrapeConfig
CRD. #6921 #6855 #6744- [CHANGE] Update the validating webhook to reject
PrometheusRule
objects that would generate configuration greater than the max ConfigMap size (512KiB). #6606- [FEATURE] Add experimental Prometheus 3 support. It allows to try the new Prometheus
v3.0.0-beta.0
. #6940
- Feature requests in this version won't be supported until Prometheus 3 reaches a stable release. However, users are encouraged to try the beta version with the Operator and report any issues they encounter.
- [FEATURE] Add support for
PodMonitor
to thePrometheusAgent
CRD in DaemonSet mode. #6879- [FEATURE] Add
-kubelet-endpointslice
argument to supportEndpointSlice
for the kubelet controller. #6882- [FEATURE] Add
outOfOrderTimeWindow
field to thePrometheusAgent
CRD. #6851- [FEATURE] Add
matchFirstNetwork
field to theScrapeConfig
CRD for the Docker Service Discovery. #6849 #6894- [FEATURE] Add the
otlp
field to thePrometheus
andPrometheusAgent
CRDs. #6780- [FEATURE] Add support for certificate, key and client CA file paths to the web TLS configuration. #6358
- [FEATURE] Add
noProxy
,proxyFromEnvironment
andproxyConnectHeader
fields to the AlertmanagerConfig CRD for OAuth2 clients. #6922- [FEATURE] Add
noProxy
,proxyFromEnvironment
andproxyConnectHeader
fields to the AlertmanagerConfig CRD for HTTP clients. #6864- [FEATURE] Add Ionos Service Discovery support to
ScrapeConfig
CRD. (#6732)- [BUGFIX] Fix panic when processing an invalid
AlertmanagerConfig
object used for global configuration. #6931- [BUGFIX] Allow configuring proxy URL for all Prometheus versions. #6845
v0.76.2
- [BUGFIX] Fix OAuth2 TLSConfig nil pointer. #6909
v0.76.1
- [BUGFIX] fix bug with Kubernetes service discovery Selector.Role field. #6896
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.77.1 / 2024-09-25
- [BUGFIX] Fix Thanos Ruler reconciliations not triggered on StatefulSet updates. #6964
- [BUGFIX] Fix error message for unsupported versions. #6965
0.77.0 / 2024-09-19
[!NOTE] Along with this release we also introduce a new command line tool poctl. It is designed specifically for managing Prometheus Operator Custom Resources. This project is currently under active development and fully experimental, so expect breaking changes and rough edges. We encourage you to try it out and provide the feedback.
[!WARNING] Another notable change is that we have switched the logging framework from go-kit/log to slog which may lead to some differences in the log output.
- [CHANGE] Add more API validation and changes to the
ScrapeConfig
CRD. #6921 #6855 #6744- [CHANGE] Update the validating webhook to reject
PrometheusRule
objects that would generate configuration greater than the max ConfigMap size (512KiB). #6606- [FEATURE] Add experimental Prometheus 3 support. It allows to try the new Prometheus
v3.0.0-beta.0
. #6940
- Feature requests in this version won't be supported until Prometheus 3 reaches a stable release. However, users are encouraged to try the beta version with the Operator and report any issues they encounter.
- [FEATURE] Add support for
PodMonitor
to thePrometheusAgent
CRD in DaemonSet mode. #6879- [FEATURE] Add
-kubelet-endpointslice
argument to supportEndpointSlice
for the kubelet controller. #6882- [FEATURE] Add
outOfOrderTimeWindow
field to thePrometheusAgent
CRD. #6851- [FEATURE] Add
matchFirstNetwork
field to theScrapeConfig
CRD for the Docker Service Discovery. #6849 #6894- [FEATURE] Add the
otlp
field to thePrometheus
andPrometheusAgent
CRDs. #6780- [FEATURE] Add support for certificate, key and client CA file paths to the web TLS configuration. #6358
- [FEATURE] Add
noProxy
,proxyFromEnvironment
andproxyConnectHeader
fields to the AlertmanagerConfig CRD for OAuth2 clients. #6922- [FEATURE] Add
noProxy
,proxyFromEnvironment
andproxyConnectHeader
fields to the AlertmanagerConfig CRD for HTTP clients. #6864- [FEATURE] Add Ionos Service Discovery support to
ScrapeConfig
CRD. (#6732)- [BUGFIX] Fix panic when processing an invalid
AlertmanagerConfig
object used for global configuration. #6931- [BUGFIX] Allow configuring proxy URL for all Prometheus versions. #6845
0.76.2 / 2024-09-09
- [BUGFIX] Fix OAuth2 TLSConfig nil pointer. #6909
0.76.1 / 2024-09-03
- [BUGFIX] fix bug with Kubernetes service discovery
Selector.Role
field. #68960.76.0 / 2024-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
... (truncated)
Commits
3271016
Merge pull request #6967 from slashpai/cut-0.77.1f73eefe
chore: cut 0.77.1ba6f620
Merge pull request #6965 from simonpasquier/fix-unsupported-prom-erre22d9df
fix: fix error message for unsupported versions841c0d7
Merge pull request #6964 from simonpasquier/fix-thanos-ruler-reconciliationd9a49ef
fix: ensure reconciliation on Thanos sts updates3234e89
Merge pull request #6950 from slashpai/cut-0.770a82836
chore: cut 0.77.0c846674
feat: add experimental Prometheus 3 support (#6940)156eb12
Support PodMonitor for Prometheus Agent in DaemonSet mode (#6879)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang
from 1.19.1 to 1.20.2
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.20.2
- [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
v1.20.1
This release contains the critical fix for the issue. Thanks to
@geberl
,@CubicrootXYZ
,@zetaab
and@timofurrer
for helping us with the investigation!
- [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #1587
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
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.20.2 / 2024-08-23
- [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
1.20.1 / 2024-08-20
- [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with
PedanticRegistry
on linux machines. #15871.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-collector: 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
... (truncated)
Commits
67121dc
Merge pull request #1596 from mrueg/fix-uncompressed-content-header187acd4
Cut 1.20.2f7f8f3a
fix: Unset Content-Encoding header when uncompressed2254d6c
Merge pull request #1587 from prometheus/fix-processcollector4a15d05
Cut 1.20.1f2dd7b3
Use pedantic registry in other places too, to double check.261fe84
bugfix: Pass network metrics to processCollector's Describe() function5bf3341
Use NewPedanticRegistry in Process' Collector tests73b811c
Cut 1.20.0 release. (#1580)7ce5089
gocollector: Attach original runtime/metrics metric name to help. (#1578)- Additional commits viewable in compare view
Updates github.com/prometheus/common
from 0.55.0 to 0.60.0
Release notes
Sourced from github.com/prometheus/common's releases.
v0.60.0
What's Changed
- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#692- slog: expose io.Writer by
@jkroepke
in prometheus/common#694- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#695- promslog: use UTC timestamps for go-kit log style by
@dswarbrick
in prometheus/common#696- feat: add
promslog.NewNopLogger()
convenience func by@tjhop
in prometheus/common#697- Bump golang.org/x/net from 0.28.0 to 0.29.0 by
@dependabot
in prometheus/common#699- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by
@dependabot
in prometheus/common#698- Update supported Go versions by
@SuperQ
in prometheus/common#700Full Changelog: https://github.com/prometheus/common/compare/v0.59.1...v0.60.0
v0.59.1
What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by
@fedetorres93
in prometheus/common#691Full Changelog: https://github.com/prometheus/common/compare/v0.59.0...v0.59.1
v0.59.0
What's Changed
- expfmt: Add WithEscapingScheme to help construct Formats by
@ywwg
in prometheus/common#688- Change the default escape method to UnderscoreEscaping by
@ywwg
in prometheus/common#690Full Changelog: https://github.com/prometheus/common/compare/v0.58.0...v0.59.0
v0.58.0
What's Changed
- docs: mention new promslog package in package list in README by
@tjhop
in prometheus/common#683- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by
@dependabot
in prometheus/common#684- Bump golang.org/x/net from 0.27.0 to 0.28.0 by
@dependabot
in prometheus/common#685- Remove secret file existence check in Validate for headers by
@roidelapluie
in prometheus/common#687Full Changelog: https://github.com/prometheus/common/compare/v0.57.0...v0.58.0
v0.57.0
What's Changed
- feat: new promslog and promslog/flag packages to wrap log/slog by
@tjhop
in prometheus/common#677New Contributors
@tjhop
made their first contribution in prometheus/common#677Full Changelog: https://github.com/prometheus/common/compare/v0.56.0...v0.57.0
v0.56.0
What's Changed
... (truncated)
Commits
dae848d
Update supported Go versions (#700)63ff77e
Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#698)b7aa68c
Bump golang.org/x/net from 0.28.0 to 0.29.0 (#699)4e3a6fd
feat: addpromslog.NewNopLogger()
convenience func (#697)d66e745
promslog: use UTC timestamps for go-kit log style (#696)14bac55
Merge pull request #695 from prometheus/repo_sync8bc4cd5
Update common Prometheus files40d6251
Merge pull request #694 from jkroepke/slog/writerfa21dfd
Update common Prometheus files (#692)5f9af24
slog: expose io.Writer- Additional commits viewable in compare view
Updates github.com/tektoncd/pipeline
from 0.62.1 to 0.64.0
Release notes
Sourced from github.com/tektoncd/pipeline's releases.
Tekton Pipeline release v0.64.0 "Ragamuffin Reventlov"
🎉 Released Container Images stored on ghcr.io 🎉
-Docs @ v0.64.0 -Examples @ v0.64.0
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.64.0/release.yaml
Attestation
The Rekor UUID for this release is
108e9186e8c5677ab54c658d37a263dfad3c8244bbef3e63cced8ae2d37c05701abf89bc6fa1fdf8
Obtain the attestation:
REKOR_UUID=108e9186e8c5677ab54c658d37a263dfad3c8244bbef3e63cced8ae2d37c05701abf89bc6fa1fdf8 rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .
Verify that all container images in the attestation are in the release file:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.64.0/release.yaml REKOR_UUID=108e9186e8c5677ab54c658d37a263dfad3c8244bbef3e63cced8ae2d37c05701abf89bc6fa1fdf8
Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.64.0@sha256:" + .digest.sha256')
Download the release file
curl "$RELEASE_FILE" > release.yaml
For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match"; done
Changes
Features
- :sparkles: Implement set-security-context feature for affinity assistant containers (#8182)
Affinity Assistant containers will now have a securityContext when feature flag
set-security-context
is enabled in ConfigMapfeature-flags
.Fixes
- :bug: Fix ...
Description has been truncated