Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/docs/installation/code-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ key.

For all cert-manager versions from `v1.8.0` and later, cert-manager container images are signed and verifiable using [`cosign`](https://docs.sigstore.dev/cosign/overview).

The cert-manager project publishes the following container images on Quay:

- `quay.io/jetstack/cert-manager-controller`
- `quay.io/jetstack/cert-manager-webhook`
- `quay.io/jetstack/cert-manager-cainjector`
- `quay.io/jetstack/cert-manager-acmesolver`
- `quay.io/jetstack/cert-manager-startupapicheck`
- `quay.io/jetstack/cert-manager-ctl` for cert-manager `v1.14` and earlier; from cert-manager `v1.15` onward, `cmctl` is released from the separate [`cert-manager/cmctl`](https://github.com/cert-manager/cmctl) repository instead.

Comment on lines +25 to +29
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we safely can remove all references to the cert-manager-ctl image in the current docs. This only affects unsupported releases of cert-manager.

You can browse the available tags for each image directly on Quay:

- [`cert-manager-controller` tags](https://quay.io/repository/jetstack/cert-manager-controller?tab=tags)
- [`cert-manager-webhook` tags](https://quay.io/repository/jetstack/cert-manager-webhook?tab=tags)
- [`cert-manager-cainjector` tags](https://quay.io/repository/jetstack/cert-manager-cainjector?tab=tags)
- [`cert-manager-acmesolver` tags](https://quay.io/repository/jetstack/cert-manager-acmesolver?tab=tags)
- [`cert-manager-startupapicheck` tags](https://quay.io/repository/jetstack/cert-manager-startupapicheck?tab=tags)
- [`cert-manager-ctl` tags](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags)

```console
IMAGE_TAG=[[VAR::cert_manager_latest_version]] # change as needed
KEY=https://cert-manager.io/public-keys/cert-manager-pubkey-2021-09-20.pem
Expand Down
2 changes: 2 additions & 0 deletions content/docs/reference/cmctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ description: |
>
> ⚠️ cert-manager 1.14 is the last release that will still include a `cert-manager-ctl` container image, go package and GitHub release binary.
>
> The legacy container image is published at [`quay.io/jetstack/cert-manager-ctl`](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags), where you can browse the available tags.
>
> Visit the new [cmctl repository on GitHub to find out more](https://github.com/cert-manager/cmctl).

## Installation
Expand Down
2 changes: 2 additions & 0 deletions content/v1.14-docs/reference/cmctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ description: |
>
> ⚠️ cert-manager 1.14 is the last release that will still include a `cert-manager-ctl` container image, go package and GitHub release binary.
>
> The legacy container image is published at [`quay.io/jetstack/cert-manager-ctl`](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags), where you can browse the available tags.
>
Comment on lines +20 to +21
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we usually update/backport docs to older releases. cert-manager 1.14 is out of support for a long time. Please revert this.

> Visit the new [cmctl repository on GitHub to find out more](https://github.com/cert-manager/cmctl).

## Installation
Expand Down