Skip to content

Commit c282781

Browse files
Update openshift requirements under docs (#106)
* update openshift requirements under docs Signed-off-by: Michael Valdron <mvaldron@redhat.com> * review feedback: add release notes links for openshift and kubernetes Signed-off-by: Michael Valdron <mvaldron@redhat.com> --------- Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 371776a commit c282781

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CLUSTER_SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ systems based on which Operator SDK version the registry operator
55
is using as well as the API overlap between OpenShift and
66
Kubernetes.
77

8-
Operator currently targets Kubernetes 1.29 API and is tested on OpenShift 4.15.
8+
Operator currently targets [Kubernetes 1.29 API](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md) and is tested on [OpenShift 4.18](https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes).
99

1010
## Operator SDK
1111

12-
Current version in use by the Registry Operator is [Operator SDK v1.28.0](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.28.0/), planned to use [Operator SDK v1.36.0](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.36.0/) ([devfile/api#1626](https://github.com/devfile/api/issues/1626)) to be in sync with target Kubernetes 1.29 version.
12+
Current version in use by the Registry Operator is [Operator SDK v1.28.0](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.28.0/), planned to use [Operator SDK v1.39.1](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.39.1/) ([devfile/api#1626](https://github.com/devfile/api/issues/1626)) to be in sync with target OpenShift 4.18 version.
1313

1414
To update the Operator SDK, refer to [Upgrade SDK Version](https://sdk.operatorframework.io/docs/upgrading-sdk-version/)
1515
and change the following

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ This repository utilizes Release Notes to track and display changes, a changelog
3636

3737
Deployment cluster must meet one of the following criteria:
3838

39-
- OpenShift Container Platform (OCP) 4.15.x
40-
- Kubernetes 1.29.x
41-
42-
**Note**: Though full support for OpenShift Container Platform (OCP) 4.16.x is not currently in place, it [includes Kubernetes 1.29.x APIs](https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html#ocp-4-16-admin-ack-updating_release-notes) therefore should work in theory.
39+
- OpenShift Container Platform (OCP) 4.15.x-4.18.x
40+
- Kubernetes 1.29.x-1.31.x
4341

4442
More on the support of container orchestration systems can be
4543
found [here](CLUSTER_SUPPORT.md).
@@ -181,4 +179,4 @@ Please see our [CONTRIBUTING.md](./CONTRIBUTING.md).
181179
- [`make test-integration` times out when running in Minikube](https://github.com/devfile/api/issues/1313)
182180
- [Headless mode field does not update devfile registry state during reconcile](https://github.com/devfile/api/issues/1258)
183181
- [`make bundle` removes `alm-examples` for `DevfileRegistriesList` and `ClusterDevfileRegistriesList` CRDs due to bug with Kustomize](https://github.com/kubernetes-sigs/kustomize/issues/5042)
184-
- [Operator SDK is out of sync, should be upgraded to v1.36.0](https://github.com/devfile/api/issues/1626)
182+
- [Operator SDK is out of sync, should be upgraded to v1.39.1](https://github.com/devfile/api/issues/1626)

0 commit comments

Comments
 (0)