Skip to content

Commit

Permalink
Points to VCert new version
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Sep 9, 2022
1 parent e4b0680 commit eb31ef9
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.10.6 (September 9, 2022)
Adds bug fix for Prevent-reissue feature to work on VaaS

# v0.10.5 (August 30, 2022)
Added feature in order to prevent an issuance of the certificate if it is already inside Vault storage

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/Venafi/vcert v3.18.4+incompatible
github.com/Venafi/vcert/v4 v4.22.1-0.20220908212350-161a49f29bfe
github.com/Venafi/vcert/v4 v4.22.1
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/vault/api v1.0.4
github.com/hashicorp/vault/sdk v0.1.13
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Venafi/vcert v3.18.4+incompatible h1:mDXSjd+EpXa8YEkEo9Oad19E270aiPJJMhjoKs63b+8=
github.com/Venafi/vcert v3.18.4+incompatible/go.mod h1:3dpfrCI+31cDZosD+1UX8GFziVFORaegByXtzT1dwNo=
github.com/Venafi/vcert/v4 v4.22.1-0.20220908212350-161a49f29bfe h1:rwsBBrmmbsc2sdcHhBMMRT2ZHpC9Hcdoq2sj+nArkw0=
github.com/Venafi/vcert/v4 v4.22.1-0.20220908212350-161a49f29bfe/go.mod h1:4Nec3twWisOdS1unpDZ93sfau9eVSDS8Ot+Ry/gg0es=
github.com/Venafi/vcert/v4 v4.22.1 h1:31A8mV0DAis5qn1cfUCU9eODjALNmZKKx9I9wDOIXZM=
github.com/Venafi/vcert/v4 v4.22.1/go.mod h1:4Nec3twWisOdS1unpDZ93sfau9eVSDS8Ot+Ry/gg0es=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Venafi/vcert/v4/pkg/endpoint/endpoint.go

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

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

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

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

51 changes: 50 additions & 1 deletion vendor/github.com/Venafi/vcert/v4/pkg/venafi/tpp/connector.go

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

19 changes: 18 additions & 1 deletion vendor/github.com/Venafi/vcert/v4/pkg/venafi/tpp/tpp.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/Venafi/vcert v3.18.4+incompatible
github.com/Venafi/vcert/test
# github.com/Venafi/vcert/v4 v4.22.1-0.20220908212350-161a49f29bfe
# github.com/Venafi/vcert/v4 v4.22.1
github.com/Venafi/vcert/v4
github.com/Venafi/vcert/v4/pkg/certificate
github.com/Venafi/vcert/v4/pkg/endpoint
Expand Down

0 comments on commit eb31ef9

Please sign in to comment.