Commit Graph

2249 Commits

Author SHA1 Message Date
Arjun Naik
d91b7e6b8f Label filtering for Ingress, Service, Openshift Route sources
Currently the `--label-filter` flag can only be used to filter CRDs
which match the label selector passed through that flag. This change
extends the functionality to the Ingress, Service and Openshift Route
type objects. When the flag is not specified the default value is
`labels.Everything()` which is an empty string, the same as before.
Annotation based filter is inefficient because the filtering has to be
done in the controller instead of the API server like with label
filtering.
2021-10-14 11:06:55 +02:00
Kubernetes Prow Robot
3676ea0b79
Merge pull request #2361 from kubernetes-sigs/raffo-fix-2348
reintroduce klog replace
2021-10-11 01:04:37 -07:00
Raffaele Di Fazio
16286c19cd fix go.sum
Signed-off-by: GitHub <noreply@github.com>
2021-10-09 14:35:18 +00:00
Raffaele Di Fazio
abc5d81903 go.sum
Signed-off-by: GitHub <noreply@github.com>
2021-10-09 14:31:12 +00:00
Raffaele Di Fazio
b74de329b6 reintroduce klog replace
Signed-off-by: GitHub <noreply@github.com>
2021-10-09 14:25:51 +00:00
Nick Jüttner
f7e9e5c07e
Merge pull request #2355 from kubernetes-sigs/dependabot/go_modules/github.com/digitalocean/godo-1.69.1
build(deps): bump github.com/digitalocean/godo from 1.44.0 to 1.69.1
2021-10-07 09:26:49 +02:00
dependabot[bot]
8004abafcc
build(deps): bump github.com/digitalocean/godo from 1.44.0 to 1.69.1
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo) from 1.44.0 to 1.69.1.
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalocean/godo/compare/v1.44.0...v1.69.1)

---
updated-dependencies:
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07 03:35:02 +00:00
Kubernetes Prow Robot
938ca77f4b
Merge pull request #2353 from Jonomir/master
helm chart respect registry value if not equal to txt
2021-10-06 10:04:40 -07:00
Jonathan Romahn
3c39ea2e8f
Merge branch 'kubernetes-sigs:master' into master 2021-10-06 10:49:02 +02:00
Jonathan Romahn
8f9807ec24
bump chart version 2021-10-06 10:48:50 +02:00
Jonathan Romahn
599d791333
helm chart: respect registry value if != txt 2021-10-06 10:46:27 +02:00
Kubernetes Prow Robot
c050cbded6
Merge pull request #2285 from sgielen/fix/tzdata
Install tzdata, so that time zone information is available.
2021-10-06 01:44:34 -07:00
Kubernetes Prow Robot
6bccfc4981
Merge pull request #2351 from maxbrunet/hotfix/kustomize/watch-nodes
kustomize: Grant watch nodes instead of get
2021-10-06 01:00:33 -07:00
Kubernetes Prow Robot
b45c883324
Merge pull request #2352 from kubernetes-sigs/helm-registry-flag
Add registry as a flag for helm chart
2021-10-06 00:46:33 -07:00
Nick Jüttner
5dd078a451 bump chart version 2021-10-06 09:10:42 +02:00
Nick Jüttner
a69a49e06f
Add registry as a flag for helm chart 2021-10-06 09:02:26 +02:00
Maxime Brunet
c7d749b565
kustomize: Grant watch nodes instead of get 2021-10-05 18:12:45 -07:00
Kubernetes Prow Robot
79de6b590f
Merge pull request #2343 from stuartpb/patch-1
Bump appVersion in chart
2021-10-05 01:27:09 -07:00
Kubernetes Prow Robot
be1953ac34
Merge pull request #2347 from kubernetes-sigs/raffo/update-v0.10-role
Update clusterrole in kustomize
2021-10-04 08:55:09 -07:00
Raffaele Di Fazio
67cc228299 bump version
Signed-off-by: GitHub <noreply@github.com>
2021-10-04 15:35:50 +00:00
Raffaele Di Fazio
5c7c774bc3
fix indentation 2021-10-02 19:57:19 +02:00
Raffaele Di Fazio
e7ce731509
update clusterrole in kustomize 2021-10-01 18:25:29 +02:00
Stuart P. Bentley
390b090ce3
Bump appVersion in chart 2021-10-01 01:54:03 -07:00
Kubernetes Prow Robot
f8a3868f7d
Merge pull request #2318 from tariq1890/aws-refactor
remove unused parameters in aws change submit method
2021-10-01 01:15:22 -07:00
Kubernetes Prow Robot
1946d65010
Merge pull request #2341 from kubernetes-sigs/dependabot/go_modules/github.com/aws/aws-sdk-go-1.40.53
build(deps): bump github.com/aws/aws-sdk-go from 1.40.38 to 1.40.53
2021-10-01 01:05:22 -07:00
Raffaele Di Fazio
69ed2ddfe7
Merge pull request #2342 from kubernetes-sigs/raffo/remove-readme-version
Remove version from readme
2021-10-01 09:49:55 +02:00
Raffaele Di Fazio
adaaca5560
remove version from readme 2021-10-01 09:44:21 +02:00
dependabot[bot]
2d20dcda5d
build(deps): bump github.com/aws/aws-sdk-go from 1.40.38 to 1.40.53
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.40.38 to 1.40.53.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.40.38...v1.40.53)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-01 03:37:17 +00:00
Kubernetes Prow Robot
253d94023f
Merge pull request #2337 from kubernetes-sigs/dependabot/go_modules/github.com/akamai/AkamaiOPEN-edgegrid-golang-1.1.1
build(deps): bump github.com/akamai/AkamaiOPEN-edgegrid-golang from 1.0.0 to 1.1.1
2021-09-30 04:38:07 -07:00
dependabot[bot]
3b013b945c
build(deps): bump github.com/akamai/AkamaiOPEN-edgegrid-golang
Bumps [github.com/akamai/AkamaiOPEN-edgegrid-golang](https://github.com/akamai/AkamaiOPEN-edgegrid-golang) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/releases)
- [Changelog](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/akamai/AkamaiOPEN-edgegrid-golang/compare/v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/akamai/AkamaiOPEN-edgegrid-golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 10:41:16 +00:00
Kubernetes Prow Robot
87ba69e2a9
Merge pull request #2333 from kubernetes-sigs/dependabot/go_modules/github.com/Azure/azure-sdk-for-go-46.4.0incompatible
build(deps): bump github.com/Azure/azure-sdk-for-go from 46.3.0+incompatible to 46.4.0+incompatible
2021-09-30 03:10:08 -07:00
dependabot[bot]
6eba71480f
build(deps): bump github.com/Azure/azure-sdk-for-go
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 46.3.0+incompatible to 46.4.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v46.3.0...v46.4.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 09:27:43 +00:00
Kubernetes Prow Robot
3aad0f866d
Merge pull request #2336 from kubernetes-sigs/dependabot/go_modules/cloud.google.com/go-0.97.0
build(deps): bump cloud.google.com/go from 0.94.1 to 0.97.0
2021-09-30 01:36:08 -07:00
Kubernetes Prow Robot
94245bf443
Merge pull request #2334 from kubernetes-sigs/dependabot/go_modules/go.uber.org/ratelimit-0.2.0
build(deps): bump go.uber.org/ratelimit from 0.1.0 to 0.2.0
2021-09-30 01:30:08 -07:00
Kubernetes Prow Robot
990b73fec1
Merge pull request #2305 from kubernetes-sigs/dependabot/go_modules/github.com/hooklift/gowsdl-0.5.0
build(deps): bump github.com/hooklift/gowsdl from 0.4.0 to 0.5.0
2021-09-30 01:24:07 -07:00
dependabot[bot]
53c73b1ae4
build(deps): bump cloud.google.com/go from 0.94.1 to 0.97.0
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.94.1 to 0.97.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.94.1...v0.97.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 08:14:20 +00:00
dependabot[bot]
51cfd5d644
build(deps): bump go.uber.org/ratelimit from 0.1.0 to 0.2.0
Bumps [go.uber.org/ratelimit](https://github.com/uber-go/ratelimit) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/uber-go/ratelimit/releases)
- [Changelog](https://github.com/uber-go/ratelimit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uber-go/ratelimit/compare/v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: go.uber.org/ratelimit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 08:12:27 +00:00
Kubernetes Prow Robot
db2557509e
Merge pull request #2329 from kubernetes-sigs/dependabot/go_modules/github.com/Azure/go-autorest/autorest/adal-0.9.16
build(deps): bump github.com/Azure/go-autorest/autorest/adal from 0.9.14 to 0.9.16
2021-09-30 01:02:08 -07:00
Kubernetes Prow Robot
f0344b5328
Merge pull request #2328 from kubernetes-sigs/dependabot/go_modules/github.com/transip/gotransip/v6-6.6.2
build(deps): bump github.com/transip/gotransip/v6 from 6.6.0 to 6.6.2
2021-09-30 00:48:09 -07:00
dependabot[bot]
edcf55c365
build(deps): bump github.com/Azure/go-autorest/autorest/adal
Bumps [github.com/Azure/go-autorest/autorest/adal](https://github.com/Azure/go-autorest) from 0.9.14 to 0.9.16.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/adal/v0.9.14...autorest/adal/v0.9.16)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest/adal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 06:52:04 +00:00
dependabot[bot]
8d90c76f92
build(deps): bump github.com/transip/gotransip/v6 from 6.6.0 to 6.6.2
Bumps [github.com/transip/gotransip/v6](https://github.com/transip/gotransip) from 6.6.0 to 6.6.2.
- [Release notes](https://github.com/transip/gotransip/releases)
- [Commits](https://github.com/transip/gotransip/compare/v6.6.0...v6.6.2)

---
updated-dependencies:
- dependency-name: github.com/transip/gotransip/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 06:51:12 +00:00
dependabot[bot]
229469af70
build(deps): bump github.com/hooklift/gowsdl from 0.4.0 to 0.5.0
Bumps [github.com/hooklift/gowsdl](https://github.com/hooklift/gowsdl) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/hooklift/gowsdl/releases)
- [Commits](https://github.com/hooklift/gowsdl/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/hooklift/gowsdl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 06:49:11 +00:00
Kubernetes Prow Robot
53b7816e3a
Merge pull request #2330 from kubernetes-sigs/dependabot/go_modules/github.com/maxatome/go-testdeep-1.10.1
build(deps): bump github.com/maxatome/go-testdeep from 1.9.2 to 1.10.1
2021-09-29 23:26:08 -07:00
Nick Jüttner
9b51d5b108
Merge branch 'master' into dependabot/go_modules/github.com/maxatome/go-testdeep-1.10.1 2021-09-30 08:04:36 +02:00
Nick Jüttner
38c2cfcfa6
Merge pull request #2331 from kubernetes-sigs/dependabot/go_modules/github.com/linode/linodego-0.32.2
build(deps): bump github.com/linode/linodego from 0.19.0 to 0.32.2
2021-09-30 08:03:49 +02:00
dependabot[bot]
6ca64deb9b
build(deps): bump github.com/maxatome/go-testdeep from 1.9.2 to 1.10.1
Bumps [github.com/maxatome/go-testdeep](https://github.com/maxatome/go-testdeep) from 1.9.2 to 1.10.1.
- [Release notes](https://github.com/maxatome/go-testdeep/releases)
- [Commits](https://github.com/maxatome/go-testdeep/compare/v1.9.2...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/maxatome/go-testdeep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 14:43:02 +00:00
dependabot[bot]
cdab0ff6a1
build(deps): bump github.com/linode/linodego from 0.19.0 to 0.32.2
Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 0.19.0 to 0.32.2.
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](https://github.com/linode/linodego/compare/v0.19.0...v0.32.2)

---
updated-dependencies:
- dependency-name: github.com/linode/linodego
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 14:42:46 +00:00
Kubernetes Prow Robot
6838df9ff2
Merge pull request #2332 from kubernetes-sigs/raffo/bump-deps-sec
Bump dependencies to fix security vulnerabiity
2021-09-29 07:20:49 -07:00
Raffaele Di Fazio
87fa096d66 bump deps to fix security vuln
Signed-off-by: GitHub <noreply@github.com>
2021-09-29 12:13:30 +00:00
Kubernetes Prow Robot
fed5dd26b5
Merge pull request #2327 from kubernetes-sigs/dependabot/go_modules/google.golang.org/api-0.58.0
build(deps): bump google.golang.org/api from 0.54.0 to 0.58.0
2021-09-29 00:04:48 -07:00