forked from fabric8io/kubernetes-client
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (extensions/certmanager) : Update CertManager extension to latest…
… version (fabric8io#4327) + Update CertManager extension generator-v1 module to latest version (`v1.9.0-beta.1.0.20220829113803-8465f1223efb`) + Update CertManager extension generator-v1alpha2, generator-v1alpha3, generator-v1beta1 to v1.6.0 version + Remove manual model classes with field name `class` (i.e. ACMEChallengeSolverHTTP01Ingress) + Force protobuf and yaml.v2 dependencies to not use vulnerable versions Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information
1 parent
8944160
commit 2f67687
Showing
72 changed files
with
9,003 additions
and
2,168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
module github.com/fabric8io/kubernetes-client/extensions/jetstack/generator | ||
|
||
require ( | ||
github.com/cert-manager/cert-manager v1.9.0-beta.1.0.20220829113803-8465f1223efb | ||
github.com/fabric8io/kubernetes-client/generator v0.0.0 | ||
github.com/jetstack/cert-manager v1.1.1 | ||
k8s.io/apiextensions-apiserver v0.19.0 | ||
k8s.io/apimachinery v0.19.0 | ||
k8s.io/apiextensions-apiserver v0.24.2 | ||
k8s.io/apimachinery v0.24.2 | ||
) | ||
|
||
replace github.com/fabric8io/kubernetes-client/generator v0.0.0 => ./../../../generator | ||
replace ( | ||
github.com/fabric8io/kubernetes-client/generator v0.0.0 => ./../../../generator | ||
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 | ||
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
go 1.15 |
Oops, something went wrong.