Skip to content

Commit

Permalink
bump some deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
Jorge Turrado committed May 2, 2022
1 parent 5251d97 commit d3cb03f
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 43 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md

### Improvements

- **General:** Bump dependencies versions ([#2967](https://github.com/kedacore/keda/pull/2967))
- **General:** Bump dependencies versions ([#2978](https://github.com/kedacore/keda/issues/2978))
- **General:** Properly handle `restoreToOriginalReplicaCount` if `ScaleTarget` is missing ([#2872](https://github.com/kedacore/keda/issues/2872))
- **General:** Support for running KEDA secure-by-default as non-root ([#2933](https://github.com/kedacore/keda/issues/2933))
- **General:** Synchronize HPA annotations from ScaledObject ([#2659](https://github.com/kedacore/keda/pull/2659))
Expand Down
33 changes: 16 additions & 17 deletions adapter/generated/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/kedacore/keda/v2
go 1.17

require (
cloud.google.com/go/compute v1.6.0
cloud.google.com/go/monitoring v1.2.0
cloud.google.com/go/compute v1.6.1
cloud.google.com/go/monitoring v1.5.0
cloud.google.com/go/storage v1.22.0
github.com/Azure/azure-amqp-common-go/v3 v3.2.2
github.com/Azure/azure-event-hubs-go/v3 v3.3.16
Expand All @@ -18,33 +18,33 @@ require (
github.com/DataDog/datadog-api-client-go v1.13.0
github.com/Huawei/gophercloud v1.0.21
github.com/Shopify/sarama v1.31.1
github.com/aws/aws-sdk-go v1.42.44
github.com/aws/aws-sdk-go v1.44.4
github.com/denisenkom/go-mssqldb v0.12.0
github.com/dysnix/predictkube-libs v0.0.3
github.com/dysnix/predictkube-proto v0.0.0-20211223141524-d309509b6b5f
github.com/elastic/go-elasticsearch/v7 v7.16.0
github.com/go-logr/logr v1.2.2
github.com/go-playground/assert/v2 v2.0.1
github.com/go-playground/validator/v10 v10.10.0
github.com/go-playground/validator/v10 v10.11.0
github.com/go-redis/redis/v8 v8.11.4
github.com/go-sql-driver/mysql v1.6.0
github.com/gobwas/glob v0.2.3
github.com/gocql/gocql v0.0.0-20211222173705-d73e6b1002a7
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.7
github.com/google/go-cmp v0.5.8
github.com/hashicorp/vault/api v1.3.1
github.com/imdario/mergo v0.3.12
github.com/influxdata/influxdb-client-go/v2 v2.7.0
github.com/lib/pq v1.10.4
github.com/lib/pq v1.10.5
github.com/mitchellh/hashstructure v1.1.0
github.com/newrelic/newrelic-client-go v0.71.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.32.1
github.com/prometheus/common v0.34.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/robfig/cron/v3 v3.0.1
github.com/streadway/amqp v1.0.0
Expand All @@ -54,17 +54,17 @@ require (
github.com/xhit/go-str2duration/v2 v2.0.0
go.mongodb.org/mongo-driver v1.9.0
google.golang.org/api v0.77.0
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
k8s.io/api v0.23.6
k8s.io/apimachinery v0.23.6
k8s.io/apiserver v0.23.6
k8s.io/client-go v0.23.6
k8s.io/code-generator v0.23.3
k8s.io/code-generator v0.23.6
k8s.io/klog/v2 v2.40.1
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf
k8s.io/metrics v0.23.3
k8s.io/metrics v0.23.6
knative.dev/pkg v0.0.0-20220129160148-ca64d3b3ea8c
sigs.k8s.io/controller-runtime v0.11.0
sigs.k8s.io/custom-metrics-apiserver v1.23.0
Expand Down
Loading

0 comments on commit d3cb03f

Please sign in to comment.