v0.1.7
This release removes the ability to create separate CA's for Cluster Mesh and Hubble. Instead, certgen now uses single Cilium CA such that the generated certs are compatible with the Cilium CLI. See cilium/cilium#18278
Docker Manifests
certgen
docker.io/cilium/certgen:v0.1.7@sha256:abe8519df8181446db310a70cf9fe6c13883dd4bc22b1cbeaa2db8e3a8e300f9
quay.io/cilium/certgen:v0.1.7@sha256:abe8519df8181446db310a70cf9fe6c13883dd4bc22b1cbeaa2db8e3a8e300f9
What's Changed
- build(deps): bump github.com/spf13/viper from 1.7.1 to 1.8.1 by @dependabot in #27
- build(deps): bump docker/build-push-action from 2.6.1 to 2.7.0 by @dependabot in #29
- build(deps): bump github.com/cloudflare/cfssl from 1.4.1 to 1.6.0 by @dependabot in #28
- doc: update RELEASE.md to reflect that GitHub action is used to build the images by @kaworu in #31
- build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 by @dependabot in #33
- go: update to Go 1.17.0 by @kaworu in #30
- build(deps): bump docker/setup-buildx-action from 1.5.1 to 1.6.0 by @dependabot in #34
- build(deps): bump k8s.io/client-go from 0.19.2 to 0.22.1 by @dependabot in #32
- build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.2.1 by @dependabot in #35
- vendor: bump k8s.io/* deps to v0.22.2 and viper to v1.9.0 by @rolinh in #37
- Update Go and drop explicit
go vet
check by @tklauser in #38 - build(deps): bump actions/checkout from 2 to 2.3.5 by @dependabot in #39
- build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #40
- build(deps): bump github.com/spf13/viper from 1.9.0 to 1.10.0 by @dependabot in #45
- build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0 by @dependabot in #42
- build(deps): bump actions/download-artifact from 2.0.10 to 2.1.0 by @dependabot in #46
- Generate: Bring certgen inline with cilium-cli by @soggiest in #41
- build(deps): bump actions/upload-artifact from 2.3.0 to 2.3.1 by @dependabot in #47
- build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #49
- version: Prepare for v0.1.7 release by @gandro in #48
New Contributors
- @rolinh made their first contribution in #37
- @tklauser made their first contribution in #38
- @soggiest made their first contribution in #41
Full Changelog: v0.1.6...v0.1.7