Skip to content

Commit 0c16854

Browse files
Remove operatorhub installation instructions
Signed-off-by: Richard Wall <[email protected]>
1 parent ff6789b commit 0c16854

File tree

11 files changed

+40
-510
lines changed

11 files changed

+40
-510
lines changed

content/docs/installation/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/
2525

2626
📖 **helm**: You can [use helm to install cert-manager](./helm.md) and this also allows you to customize the installation if necessary.
2727

28-
📖 **OperatorHub**: If you have an OpenShift cluster, consider [installing cert-manager via OperatorHub](./operator-lifecycle-manager.md),
29-
which you can do from the OpenShift web console.
30-
3128
🚧 **cmctl**: Try the [experimental `cmctl x install` command](../reference/cmctl.md#install) to quickly install cert-manager.
3229

3330
## Continuous deployment

content/docs/installation/operator-lifecycle-manager.md

Lines changed: 0 additions & 244 deletions
This file was deleted.

content/docs/manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,6 @@
322322
"title": "b. Helm",
323323
"path": "/docs/installation/helm.md"
324324
},
325-
{
326-
"title": "c. OperatorHub (OLM)",
327-
"path": "/docs/installation/operator-lifecycle-manager.md"
328-
},
329325
{
330326
"title": "d. Continuous Deployment",
331327
"path": "/docs/installation/continuous-deployment-and-gitops.md"

content/docs/releases/release-notes/release-notes-1.16.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ ACME issuer and Venafi Issuer.
1616
1. Venafi Issuer may fail to renew Certificates if the issuer has been configured for TPP with username-password authentication.
1717
For more details, refer to the [Venafi Issuer](#venafi-issuer) section below.
1818

19+
### OperatorHub Packages Discontinued
20+
21+
We no longer publish OperatorHub packages for cert-manager.
22+
Why? Because the cert-manager maintainers no longer have the time or resources to maintain and test those packages.
23+
cert-manager `v1.16.5` is the last release on OperatorHub.
24+
25+
> ℹ️ [cert-manager `v1.16.5` for RedHat OpenShift OperatorHub](https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators/cert-manager/1.16.5).
26+
>
27+
> ℹ️ [cert-manager `v1.16.5` for `operatorhub.io`](https://github.com/k8s-operatorhub/community-operators/tree/main/operators/cert-manager/1.16.5).
28+
>
29+
> ℹ️ [Archived `cert-manager-olm` repository](https://github.com/cert-manager/cert-manager-olm).
30+
1931
## Themes
2032

2133
### Helm

content/docs/releases/release-notes/release-notes-1.17.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ cert-manager v1.17 includes:
1212

1313
## Major Themes
1414

15+
### OperatorHub Packages Discontinued
16+
17+
We no longer publish OperatorHub packages for cert-manager.
18+
Why? Because the cert-manager maintainers no longer have the time or resources to maintain and test those packages.
19+
cert-manager `v1.16.5` is the last release on OperatorHub.
20+
21+
> ℹ️ [cert-manager `v1.16.5` for RedHat OpenShift OperatorHub](https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators/cert-manager/1.16.5).
22+
>
23+
> ℹ️ [cert-manager `v1.16.5` for `operatorhub.io`](https://github.com/k8s-operatorhub/community-operators/tree/main/operators/cert-manager/1.16.5).
24+
>
25+
> ℹ️ [Archived `cert-manager-olm` repository](https://github.com/cert-manager/cert-manager-olm).
26+
1527
### RSA Certificate Compliance
1628

1729
The United States Department of Defense published a [memo: Department of Defense Transition to Stronger Public Key Infrastructure Algorithms](https://dl.dod.cyber.mil/wp-content/uploads/pki-pke/pdf/unclass-memo_dodcryptoalgorithms.pdf) in 2022 which introduced some requirements on the kinds of cryptography they require to be supported in software they use.

content/docs/releases/release-notes/release-notes-1.18.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ Be sure to review all new features and changes below, and read the full release
1313

1414
## Major Themes
1515

16+
### OperatorHub Packages Discontinued
17+
18+
We no longer publish OperatorHub packages for cert-manager.
19+
Why? Because the cert-manager maintainers no longer have the time or resources to maintain and test those packages.
20+
cert-manager `v1.16.5` is the last release on OperatorHub.
21+
22+
> ℹ️ [cert-manager `v1.16.5` for RedHat OpenShift OperatorHub](https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators/cert-manager/1.16.5).
23+
>
24+
> ℹ️ [cert-manager `v1.16.5` for `operatorhub.io`](https://github.com/k8s-operatorhub/community-operators/tree/main/operators/cert-manager/1.16.5).
25+
>
26+
> ℹ️ [Archived `cert-manager-olm` repository](https://github.com/cert-manager/cert-manager-olm).
27+
1628
### ACME HTTP01 challenge paths now use `PathType` `Exact` in Ingress routes
1729

1830
> ⚠️ Breaking change

content/docs/releases/release-notes/release-notes-1.4.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ and which is therefore available on
4040
[Community Operators Repository]: https://github.com/operator-framework/community-operators
4141

4242
Please uninstall the existing cert-manager package and re-install
43-
by following the [OLM Installation Documentation][].
44-
45-
[OLM Installation Documentation]: ../../installation/operator-lifecycle-manager.md
43+
by following the OLM Installation Documentation.
4644

4745
### Upgrading cert-manager CRDs and stored versions of cert-manager custom resources
4846

@@ -376,4 +374,4 @@ After a lot of thinking, we have decided that trying to support every custom
376374
resource for every proxy could not be done in-tree due to the Go dependency
377375
weight that each integration adds. Jake Sanders proposed an [out-of-tree
378376
approach](https://github.com/cert-manager/cert-manager/issues/3924) that will be
379-
worked on as part of cert-manager 1.5.
377+
worked on as part of cert-manager 1.5.

content/docs/releases/upgrading/upgrading-1.3-1.4.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ and which is therefore available on
2222
[Community Operators Repository]: https://github.com/operator-framework/community-operators
2323

2424
Please uninstall the existing cert-manager package and re-install
25-
by following the [OLM Installation Documentation][].
26-
27-
[OLM Installation Documentation]: ../../installation/operator-lifecycle-manager.md
25+
by following the OLM Installation Documentation.
2826

2927
## Now Follow the Regular Upgrade Process
3028

31-
From here on you can follow the [regular upgrade process](../../installation/upgrade.md).
29+
From here on you can follow the [regular upgrade process](../../installation/upgrade.md).

content/v1.17-docs/installation/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/
2525

2626
📖 **helm**: You can [use helm to install cert-manager](./helm.md) and this also allows you to customize the installation if necessary.
2727

28-
📖 **OperatorHub**: If you have an OpenShift cluster, consider [installing cert-manager via OperatorHub](./operator-lifecycle-manager.md),
29-
which you can do from the OpenShift web console.
30-
3128
🚧 **cmctl**: Try the [experimental `cmctl x install` command](../reference/cmctl.md#install) to quickly install cert-manager.
3229

3330
## Continuous deployment

0 commit comments

Comments
 (0)