Skip to content

Commit 8c3c262

Browse files
authored
Merge pull request #203 from inteon/release_v0.7.0-alpha.2
Preparing release v0.7.0-alpha.2
2 parents b055aa2 + 7f62744 commit 8c3c262

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CONTROLLER_TOOLS_VERSION ?= $(shell grep "sigs.k8s.io/controller-tools" hack/too
3535

3636
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
3737

38-
RELEASE_VERSION ?= v0.7.0-alpha.1
38+
RELEASE_VERSION ?= v0.7.0-alpha.2
3939

4040
BUILDX_BUILDER ?= trust-manager-builder
4141

deploy/charts/trust-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ maintainers:
2424
sources:
2525
- https://github.com/cert-manager/trust-manager
2626

27-
appVersion: v0.7.0-alpha.1
28-
version: v0.7.0-alpha.1
27+
appVersion: v0.7.0-alpha.2
28+
version: v0.7.0-alpha.2
2929

3030
annotations:
3131
artifacthub.io/license: Apache-2.0

deploy/charts/trust-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trust-manager
22

3-
![Version: v0.7.0-alpha.1](https://img.shields.io/badge/Version-v0.7.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0-alpha.1](https://img.shields.io/badge/AppVersion-v0.7.0--alpha.1-informational?style=flat-square)
3+
![Version: v0.7.0-alpha.2](https://img.shields.io/badge/Version-v0.7.0--alpha.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0-alpha.2](https://img.shields.io/badge/AppVersion-v0.7.0--alpha.2-informational?style=flat-square)
44

55
trust-manager is the easiest way to manage TLS trust bundles in Kubernetes and OpenShift clusters
66

0 commit comments

Comments
 (0)