cloud-platform-infrastructure
cloud-platform-infrastructure copied to clipboard
chore(deps): bump the go group across 1 directory with 9 updates
Bumps the go group with 6 updates in the / directory:
Package | From | To |
---|---|---|
github.com/go-resty/resty/v2 | 2.14.0 |
2.15.3 |
github.com/gruntwork-io/terratest | 0.47.0 |
0.47.2 |
github.com/onsi/ginkgo/v2 | 2.20.0 |
2.20.2 |
github.com/onsi/gomega | 1.34.1 |
1.34.2 |
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | 0.76.0 |
0.77.1 |
github.com/prometheus-operator/prometheus-operator/pkg/client | 0.76.0 |
0.77.1 |
Updates github.com/go-resty/resty/v2
from 2.14.0 to 2.15.3
Release notes
Sourced from github.com/go-resty/resty/v2's releases.
v2.15.3
Release Notes
Bug Fixes
- fix: 'invalid memory address or nil pointer dereference' in response logger by
@matlockx
in go-resty/resty#872Documentation
- For release v2.15.3 by
@jeevatkm
in go-resty/resty#874New Contributors
@matlockx
made their first contribution in go-resty/resty#872Full Changelog: https://github.com/go-resty/resty/compare/v2.15.2...v2.15.3
v2.15.2
Release Notes
Bug Fixes
- fix: do not use
errors.Join
, just use custom error approach by@jeevatkm
in go-resty/resty#863Documentation
- release: version bump and readme update for v2.15.2 by
@jeevatkm
in go-resty/resty#864Full Changelog: https://github.com/go-resty/resty/compare/v2.15.1...v2.15.2
v2.15.1
Release Notes
Bug Fixes
- fix: do not parse response debug log with correct text by
@jeevatkm
in go-resty/resty#858Documentation
- for v2.15.1 release by
@jeevatkm
in go-resty/resty#859Full Changelog: https://github.com/go-resty/resty/compare/v2.15.0...v2.15.1
v2.15.0
Release Notes
New Features
- feat: add max reponse body limit by
@trim21
in go-resty/resty#830- feat: add SetClientRootCertificate method support clientCAs usage by
@MagHErmit
in go-resty/resty#826Enhancements
- feat: add ability to set custom multipart boundary value by
@PokeGuys
in go-resty/resty#820- feat(refactor): for pr #826 by
@jeevatkm
in go-resty/resty#848Bug Fixes
... (truncated)
Commits
bea44b7
chore: for release v2.15.3 (#874)e11af35
fix: invalid memory address or nil pointer dereference in response logger (#872)231ca0e
release: version bump and readme update for v2.15.2 (#864)ce7695b
fix: do not use errors.Join, just use custom error approach (#863)5d33e1a
for v2.15.1 release (#859)fc89165
fix: do not parse response debug log with correct text (#858)321cab9
release: version bump and readme update for v2.15.0 (#852)8e6cfc2
docs: godoc improvements (#851)aa7c48e
doc: godoc improvements and corrections (#849)e49dd06
feat(refactor): for pr #826 (#848)- Additional commits viewable in compare view
Updates github.com/gruntwork-io/terratest
from 0.47.0 to 0.47.2
Release notes
Sourced from github.com/gruntwork-io/terratest's releases.
v0.47.2
Modules affected
ssh
terraform
Description
- Updated logging line in ssh module
- Refined terraform output by removing unnecessary info lines
- Update rexml dependency
Related links
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.47.1...v0.47.2
v0.47.1
Modules affected
aws
retry
Description
- Extended VPC struct to support cidrblock,cidr associations and ipv6 a… by
@james03160927
in gruntwork-io/terratest#1422- Add Route53 by
@james03160927
in gruntwork-io/terratest#1421- Allow to fail on specific warning messages by
@james03160927
in gruntwork-io/terratest#1426- Fix CircleCi Helm Test by
@james03160927
in gruntwork-io/terratest#1429- OpenTofu 1.8 upgrade by
@denis256
in gruntwork-io/terratest#1431- Bump nokogiri from 1.16.3 to 1.16.5 in /docs by
@dependabot
in gruntwork-io/terratest#1406- Bump rexml from 3.2.5 to 3.3.3 in /docs by
@dependabot
in gruntwork-io/terratest#1430- Bump github.com/docker/cli from 20.10.7+incompatible to 20.10.9+incompatible by
@dependabot
in gruntwork-io/terratest#1410- Bump commonmarker from 0.17.13 to 0.23.10 in /docs by
@dependabot
in gruntwork-io/terratest#1433- Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs by
@dependabot
in gruntwork-io/terratest#1434- Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by
@dependabot
in gruntwork-io/terratest#1428- Fix additional issues with circleCi by
@james03160927
in gruntwork-io/terratest#1436- Update go-getter from v1.7.5 to v1.7.6 by
@roysha1
in gruntwork-io/terratest#1438Special thanks
Special thanks to the following users for their contribution!
... (truncated)
Commits
cf38360
Merge pull request #1445 from gruntwork-io/fix/json-output-errorbb1a781
fix: cleaning the output received from terragrunt - remove info linefc19428
Merge pull request #1437 from gruntwork-io/dependabot/bundler/docs/rexml-3.3.65069b5e
Merge pull request #1440 from gruntwork-io/fix/ssh-logs1a1a8c1
Merge pull request #1438 from roysha1/mastere01ef3d
fix: move the logging line5eca5da
update go-getterb83ccf4
Bump rexml from 3.3.3 to 3.3.6 in /docsf9d5fb2
Merge pull request #1436 from gruntwork-io/fix-circle-ci05ddb3d
Fix circle ci- Additional commits viewable in compare view
Updates github.com/onsi/ginkgo/v2
from 2.20.0 to 2.20.2
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.20.2
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
v2.20.1
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
Commits
104752f
v2.20.2a671816
bump go to v1.224ef0afb
v2.20.1d6f9640
make BeSpecEvent duration matcher more forgiving- See full diff 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/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.76.0 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
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. #6896
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-operator/prometheus-operator/pkg/client
from 0.76.0 to 0.77.1
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client'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
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client'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. #6896
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 k8s.io/api
from 0.30.3 to 0.31.1
Commits
eb5129b
Update dependencies to v0.31.1 tag46f6230
Merge pull request #126761thockin/automated-cherry-pick-of-#126749
1857695
fix v1a3 ResourceSliceList metadata field name382a091
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 ContainerStatus- Additional commits viewable in compare view
Updates k8s.io/apimachinery
from 0.30.3 to 0.31.1
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.1
Commits
c5196eb
Update dependencies to v0.31.1 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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions