cloud-platform-infrastructure
cloud-platform-infrastructure copied to clipboard
chore(deps): bump the go group across 1 directory with 10 updates
Bumps the go group with 6 updates in the / directory:
Package | From | To |
---|---|---|
github.com/aws/aws-sdk-go | 1.53.16 |
1.55.5 |
github.com/go-resty/resty/v2 | 2.13.1 |
2.14.0 |
github.com/gruntwork-io/terratest | 0.46.15 |
0.47.0 |
github.com/onsi/ginkgo/v2 | 2.19.0 |
2.19.1 |
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | 0.74.0 |
0.75.2 |
github.com/prometheus-operator/prometheus-operator/pkg/client | 0.74.0 |
0.75.2 |
Updates github.com/aws/aws-sdk-go
from 1.53.16 to 1.55.5
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.55.5 (2024-07-30)
Service Client Updates
service/appstream
: Updates service API and documentation
- Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
service/autoscaling
: Updates service API and documentation
- Increase the length limit for VPCZoneIdentifier from 2047 to 5000
service/codepipeline
: Updates service API, documentation, and paginators
- AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
service/elasticache
: Updates service documentation
- Doc only update for changes to deletion API.
service/elasticloadbalancing
: Updates service APIservice/eventbridge
: Updates service APIservice/logs
: Updates service API
- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
service/models.lex.v2
: Updates service API and documentationservice/rolesanywhere
: Updates service API and documentationservice/tnb
: Updates service API and documentationservice/workspaces
: Updates service documentation
- Removing multi-session as it isn't supported for pools
Release v1.55.4 (2024-07-29)
Service Client Updates
service/elasticache
: Updates service documentation
- Renaming full service name as it appears in developer documentation.
service/memorydb
: Updates service API and documentationRelease v1.55.3 (2024-07-25)
Service Client Updates
service/application-autoscaling
: Updates service APIservice/application-signals
: Updates service API and documentationservice/bedrock-runtime
: Updates service API and documentationservice/codecommit
: Updates service API and documentation
- CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
service/datazone
: Updates service API and documentationservice/ec2
: Updates service API and documentation
- EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
service/ecr
: Updates service API, documentation, paginators, and examples
- API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
service/eks
: Updates service API and documentationservice/elasticloadbalancingv2
: Updates service API, documentation, and examplesservice/network-firewall
: Updates service API and documentationservice/outposts
: Updates service API and documentationservice/states
: Updates service API and documentation
- This release adds support to customer managed KMS key encryption in AWS Step Functions.
... (truncated)
Commits
825250a
Release v1.55.5 (2024-07-30) (#5323)aa1178f
Merge pull request #5319 from aws/misc-maintenancemoded46b35a
Release v1.55.4 (2024-07-29) (#5322)f5c0cf4
Release v1.55.3 (2024-07-25) (#5321)0eb09e6
Merge pull request #5320 from aws/fix-cloudsearch3800e5c
remove integration test broken by cloudsearch servicef444a07
Update README.mdd5e950b
Add maintenance mode declaration37d771a
Release v1.55.2 (2024-07-24) (#5317)070dd38
Merge pull request #5316 from aws/fix-waitermatchbool- Additional commits viewable in compare view
Updates github.com/go-resty/resty/v2
from 2.13.1 to 2.14.0
Release notes
Sourced from github.com/go-resty/resty/v2's releases.
v2.14.0
Release Notes
New Features
- feat(curl): generate curl cmd for request && example for curl cmd by
@ahuigo
in go-resty/resty#794Enhancements
- build: update bazel config with new files by
@jeevatkm
in go-resty/resty#800- chore: dependency and version update v2.14.0 by
@jeevatkm
in go-resty/resty#816Upstream Fixes
- update net package for vuln CVE-2023-45288 by
@shedyfreak
in go-resty/resty#804Test Cases
- fix(examples): wrongly stderr written as stdout by
@ahuigo
in go-resty/resty#801Documentation
- fix: change resty.GET to resty.MethodGet in doc comment by
@autopp
in go-resty/resty#803- resty dev version number and year update by
@jeevatkm
in go-resty/resty#799New Contributors
@ahuigo
made their first contribution in go-resty/resty#794@autopp
made their first contribution in go-resty/resty#803@shedyfreak
made their first contribution in go-resty/resty#804Full Changelog: https://github.com/go-resty/resty/compare/v2.13.1...v2.14.0
Commits
c646328
chore: for release v2.14.0 (#816)87d5499
update golang.org/x/net package for vuln CVE-2023-45288 (#804)d8fbff6
fix: change resty.GET to resty.MethodGet in doc comment (#803)30477b3
fix(examples): wrongly stderr written as stdout (#801)60a2149
build: update bazel config with new files (#800)7caa65b
resty dev version number and year update (#799)855d418
feat(curl): generate curl cmd for request && example for curl cmd (#794)- See full diff in compare view
Updates github.com/gruntwork-io/terratest
from 0.46.15 to 0.47.0
Release notes
Sourced from github.com/gruntwork-io/terratest's releases.
v0.47.0
Modules affected
packer
aws
helm
azure
Description
- Added support for Packer 1.10
- Fixed error checking in Azure
- Fixed tests and documentation for helm, aws, packer modules
Related links
v0.46.16
Description
- Updated
github.com/hashicorp/go-getter
from 1.7.4 to 1.7.5.Related links
Commits
710d6af
Merge pull request #1419 from gruntwork-io/1418-error-checks4dfb76d
Merge pull request #1395 from gruntwork-io/deps-update12f6363
Fixed error checking891a37d
Merge pull request #1417 from gruntwork-io/chore/docsGTMUpdatefb3233e
chore: switch to new gtm container on docs sitef1bec3b
Merge pull request #1415 from gruntwork-io/dependabot/go_modules/github.com/h...d53d3d8
Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.52a7224f
add usage of t4g instanceb18a248
Updated lambda testb8a4f98
instance type update- Additional commits viewable in compare view
Updates github.com/onsi/ginkgo/v2
from 2.19.0 to 2.19.1
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.19.1
2.19.1
Fixes
- update supported platforms for race conditions [63c8c30]
- [build] Allow custom name for binaries. [ff41e27]
Maintenance
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.19.1
Fixes
- update supported platforms for race conditions [63c8c30]
- [build] Allow custom name for binaries. [ff41e27]
Maintenance
Commits
224be5b
v2.19.176f4e0c
bump gomega63c8c30
update supported platforms for race conditionsb69c00d
Bump rexml from 3.2.6 to 3.2.8 in /docs (#1417)2e7a930
--- (#1418)f097741
Bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1425)628dbb9
fix: issue-1427ff41e27
[build] Allow custom name for binaries.- See full diff in compare view
Updates github.com/onsi/gomega
from 1.33.1 to 1.34.0
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.34.0
1.34.0
Features
- Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
- fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
- issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance
- bump ginkgo [8af2ece]
- Fix typo in docs [123a071]
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
- Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
- Bump github-pages from 230 to 231 in /docs (#748) [892c303]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.34.0
Features
- Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
- fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
- issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance
- bump ginkgo [8af2ece]
- Fix typo in docs [123a071]
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
- Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
- Bump github-pages from 230 to 231 in /docs (#748) [892c303]
Commits
32e5498
v1.34.0cb3fa6a
run go mod tidy and wonder why go get doesnt just run it for me in the first ...8af2ece
bump ginkgo878940c
fix incorrect handling of nil slices in HaveExactElements (fixes #771)f5bec80
clean up bipartitegraph testsebadb67
issue_765 - fixed bug in Hopcroft-Karp algorithm123a071
Fix typo in docsc549e0d
Add RoundTripper method to ghttp.Server0e69083
Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756)2675796
Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755)- Additional commits viewable in compare view
Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.74.0 to 0.75.2
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
0.75.1 / 2024-07-02
- [BUGFIX] Fix OVHCloud service discovery configs key error. #6723
0.75.0 / 2024-06-26
- [CHANGE] Global limits over enforced limits when no user limits are set. #6608
- [CHANGE/BUGFIX] Use a separate port number (
8081
) for the init container. #6635- [FEATURE] Add
source
field inpagerdutyConfigs
inAlertManangerConfig
CRD. #6427- [FEATURE] Add
DockerSwarm
Service Discovery support in the ScrapeConfig CRD. #6633- [FEATURE] Add
Linode
Service Discovery support in the ScrapeConfig CRD. #6586- [FEATURE] Add
PuppetDB
Service Discovery support in the ScrapeConfig CRD. #6651- [FEATURE] Add
LightSail
Service Discovery support in the ScrapeConfig CRD. #6660- [FEATURE] Add
OVHCloud
Service Discovery support in the ScrapeConfig CRD. #6689- [FEATURE] Add extra metric relabelings to scrape classes. #6492
- [FEATURE] Add
jobName
field to ScrapeConfig CRD. #6618- [FEATURE] Add automatic memory limit handling using the flag
-auto-gomemlimit-ratio
. #6591- [FEATURE] Add support for ProxyConfig in Prometheus RemoteWrite and RemoteRead specs. #6512
- [ENHANCEMENT] Add automatic
GOMAXPROCS
to admission webhook. #6599- [ENHANCEMENT] Add
prometheus_operator_feature_gate_info
metric. #6655- [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
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
0.75.1 / 2024-07-02
- [BUGFIX] Fix OVHCloud service discovery configs key error. #6723
0.75.0 / 2024-06-26
- [CHANGE] Global limits over enforced limits when no user limits are set. #6608
- [CHANGE/BUGFIX] Use a separate port number (
8081
) for the init container. #6635- [FEATURE] Add
source
field inpagerdutyConfigs
inAlertManangerConfig
CRD. #6427- [FEATURE] Add
DockerSwarm
Service Discovery support in the ScrapeConfig CRD. #6633- [FEATURE] Add
Linode
Service Discovery support in the ScrapeConfig CRD. #6586- [FEATURE] Add
PuppetDB
Service Discovery support in the ScrapeConfig CRD. #6651- [FEATURE] Add
LightSail
Service Discovery support in the ScrapeConfig CRD. #6660- [FEATURE] Add
OVHCloud
Service Discovery support in the ScrapeConfig CRD. #6689- [FEATURE] Add extra metric relabelings to scrape classes. #6492
- [FEATURE] Add
jobName
field to ScrapeConfig CRD. #6618- [FEATURE] Add automatic memory limit handling using the flag
-auto-gomemlimit-ratio
. #6591- [FEATURE] Add support for ProxyConfig in Prometheus RemoteWrite and RemoteRead specs. #6512
- [ENHANCEMENT] Add automatic
GOMAXPROCS
to admission webhook. #6599- [ENHANCEMENT] Add
prometheus_operator_feature_gate_info
metric. #6655- [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
Commits
35b0f45
Merge pull request #6766 from slashpai/cut-0.75.292c0477
chore: cut 0.75.222bc92f
Merge pull request #6765 from simonpasquier/fix-67609369020
fix: avoid invalid alerting config with TLS9b72f85
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.0- Additional commits viewable in compare view
Updates github.com/prometheus-operator/prometheus-operator/pkg/client
from 0.74.0 to 0.75.2
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's releases.
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
0.75.1 / 2024-07-02
- [BUGFIX] Fix OVHCloud service discovery configs key error. #6723
0.75.0 / 2024-06-26
- [CHANGE] Global limits over enforced limits when no user limits are set. #6608
- [CHANGE/BUGFIX] Use a separate port number (
8081
) for the init container. #6635- [FEATURE] Add
source
field inpagerdutyConfigs
inAlertManangerConfig
CRD. #6427- [FEATURE] Add
DockerSwarm
Service Discovery support in the ScrapeConfig CRD. #6633- [FEATURE] Add
Linode
Service Discovery support in the ScrapeConfig CRD. #6586- [FEATURE] Add
PuppetDB
Service Discovery support in the ScrapeConfig CRD. #6651- [FEATURE] Add
LightSail
Service Discovery support in the ScrapeConfig CRD. #6660- [FEATURE] Add
OVHCloud
Service Discovery support in the ScrapeConfig CRD. #6689- [FEATURE] Add extra metric relabelings to scrape classes. #6492
- [FEATURE] Add
jobName
field to ScrapeConfig CRD. #6618- [FEATURE] Add automatic memory limit handling using the flag
-auto-gomemlimit-ratio
. #6591- [FEATURE] Add support for ProxyConfig in Prometheus RemoteWrite and RemoteRead specs. #6512
- [ENHANCEMENT] Add automatic
GOMAXPROCS
to admission webhook. #6599- [ENHANCEMENT] Add
prometheus_operator_feature_gate_info
metric. #6655- [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
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's changelog.
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
0.75.1 / 2024-07-02
- [BUGFIX] Fix OVHCloud service discovery configs key error. #6723
0.75.0 / 2024-06-26
- [CHANGE] Global limits over enforced limits when no user limits are set. #6608
- [CHANGE/BUGFIX] Use a separate port number (
8081
) for the init container. #6635- [FEATURE] Add
source
field inpagerdutyConfigs
inAlertManangerConfig
CRD. #6427- [FEATURE] Add
DockerSwarm
Service Discovery support in the ScrapeConfig CRD. #6633- [FEATURE] Add
Linode
Service Discovery support in the ScrapeConfig CRD. #6586- [FEATURE] Add
PuppetDB
Service Discovery support in the ScrapeConfig CRD. #6651- [FEATURE] Add
LightSail
Service Discovery support in the ScrapeConfig CRD. #6660- [FEATURE] Add
OVHCloud
Service Discovery support in the ScrapeConfig CRD. #6689- [FEATURE] Add extra metric relabelings to scrape classes. #6492
- [FEATURE] Add
jobName
field to ScrapeConfig CRD. #6618- [FEATURE] Add automatic memory limit handling using the flag
-auto-gomemlimit-ratio
. #6591- [FEATURE] Add support for ProxyConfig in Prometheus RemoteWrite and RemoteRead specs. #6512
- [ENHANCEMENT] Add automatic
GOMAXPROCS
to admission webhook. #6599- [ENHANCEMENT] Add
prometheus_operator_feature_gate_info
metric. #6655- [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
Commits
35b0f45
Merge pull request #6766 from slashpai/cut-0.75.292c0477
chore: cut 0.75.222bc92f
Merge pull request #6765 from simonpasquier/fix-67609369020
fix: avoid invalid alerting config with TLS9b72f85
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.0- Additional commits viewable in compare view
Updates k8s.io/api
from 0.29.5 to 0.30.2
Commits
118f81c
Update dependencies to v0.30.2 tag0fd470c
Merge pull request #124702aojea/automated-cherry-pick-of-#124572
a669f18
Merge pull request #124694 from pmalek/backport-124553-to-release-1.3015001b5
fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)d9a08c5
tag service.spec.TrafficDistribution field as alphad014286
Merge remote-tracking branch 'origin/master' into release-1.30581c1b8
Update x/net for CVE-2023-4528835ca1f4
Merge pull request #123932 from pohly/dra-api-resource-model-renameb048bd8
Merge pull request #123909 from AkihiroSuda/fix-123906f06d24a
dra api: NodeResourceModel -> ResourceModel- Additional commits viewable in compare view
Updates k8s.io/apimachinery
from 0.29.5 to 0.30.2
Commits
37988e5
Merge remote-tracking branch 'origin/master' into release-1.30c857a38
Update x/net for CVE-2023-452880407311
followup to allow special characters25164f7
Merge pull request #123435 from tallclair/apparmor-gacbfe0a1
Merge pull request #123758 from liggitt/protobump21d26b6
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.00c29f84
Merge pull request #123385 from HirazawaUi/allow-special-characters60d24f2
Merge pull request #123708 from p0lyn0mial/upstream-const-watchlist-bookmark-...513d23a
apimachinery/meta/types.go: define InitialEventsAnnotationKey const67cb3a8
Merge pull request #123413 from seans3/tunneling-spdy-websockets- Additional commits viewable in compare view
Updates k8s.io/client-go
from 0.29.5 to 0.30.2
Commits
592d891
Update dependencies to v0.30.2 tag4e1652b
Merge pull request #124694 from pmalek/backport-124553-to-release-1.302daa31e
fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)2df4de1
Merge remote-tracking branch 'origin/master' into release-1.30ade2ae2
Update x/net for CVE-2023-45288b4632b7
Merge pull request #123932 from pohly/dra-api-resource-model-rename4467b1e
Merge pull request #123909 from AkihiroSuda/fix-123906650f392
dra api: NodeResourceModel -> ResourceModel00e4609
api: NodeStatus: rename RuntimeClasses to RuntimeHandlers7ebe0ea
Merge pull request #123180 from AkihiroSuda/rro- 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