Skip to content

Commit b2eeb8c

Browse files
authored
Merge pull request #85491 from obrown1205/4-16-24-rn
2 parents ff6affa + 4565569 commit b2eeb8c

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

release_notes/ocp-4-16-release-notes.adoc

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3338,9 +3338,59 @@ This section will continue to be updated over time to provide notes on enhanceme
33383338
For any {product-title} release, always review the instructions on xref:../updating/updating_a_cluster/updating-cluster-web-console.adoc#updating-cluster-web-console[updating your cluster] properly.
33393339
====
33403340

3341+
//4.16.24
3342+
[id="ocp-4-16-24_{context}"]
3343+
=== RHSA-2024:10147 - {product-title} {product-version}.24 bug fix and security update
3344+
3345+
Issued: 26 November 2024
3346+
3347+
{product-title} release {product-version}.24 is now available. The list of bug fixes that are included in the update is documented in the link:https://access.redhat.com/errata/RHSA-2024:10147[RHSA-2024:10147] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2024:10150[RHBA-2024:10150] advisory.
3348+
3349+
Space precluded documenting all of the container images for this release in the advisory.
3350+
3351+
You can view the container images in this release by running the following command:
3352+
3353+
[source,terminal]
3354+
----
3355+
$ oc adm release info 4.16.24 --pullspecs
3356+
----
3357+
3358+
[id="ocp-4-16-24-bug-fixes_{context}"]
3359+
==== Bug fixes
3360+
3361+
* Previously, if Operator Lifecycle Manager (OLM) was unable to access the secret associated with a service account, OLM would rely on the Kubernetes API server to automatically create a bearer token. With Kubernetes versions 1.22 and later, this action is no longer automatic, so with this release OLM uses the `TokenRequest` API to request a new Kubernetes API token. (link:https://issues.redhat.com/browse/OCPBUGS-44351[*OCPBUGS-44351*])
3362+
3363+
* Previously, the approval mechanism for certificate signing requests (CSRs) failed because the node name and internal DNS entry for a CSR did not match in terms of character case differences. With this release, an update to the approval mechanism for CSRs skips case-sensitive checks so that a CSR with a matching node name and internal DNS entry does not fail the check because of character case differences. (link:https://issues.redhat.com/browse/OCPBUGS-44629[*OCPBUGS-44629*])
3364+
3365+
* Previously, HyperShift-based ROKS clusters were unable to authenticate through the `oc login` command. The web browser displayed an error when it attepted to retrieve the the token after selecting *Display Token*. with this release, `cloud.ibm.com` and other cloud-based endpoints are no longer proxied and authentication is successful. (link:https://issues.redhat.com/browse/OCPBUGS-44277[*OCPBUGS-44277*])
3366+
3367+
* {product-title} {product-version} now supports Operator SDK 1.36.1. See xref:../cli_reference/osdk/cli-osdk-install.adoc#cli-osdk-install[Installing the Operator SDK CLI] to install or update to this latest version.
3368+
+
3369+
[NOTE]
3370+
====
3371+
Operator SDK 1.36.1 now supports Kubernetes 1.29 and uses a {op-system-base-full} 9 base image.
3372+
====
3373+
+
3374+
If you have Operator projects that were previously created or maintained with Operator SDK 1.31.0, update your projects to keep compatibility with Operator SDK 1.36.1.
3375+
+
3376+
--
3377+
* xref:../operators/operator_sdk/golang/osdk-golang-updating-projects.adoc#osdk-upgrading-projects_osdk-golang-updating-projects[Updating Go-based Operator projects]
3378+
* xref:../operators/operator_sdk/ansible/osdk-ansible-updating-projects.adoc#osdk-upgrading-projects_osdk-ansible-updating-projects[Updating Ansible-based Operator projects]
3379+
* xref:../operators/operator_sdk/helm/osdk-helm-updating-projects.adoc#osdk-upgrading-projects_osdk-helm-updating-projects[Updating Helm-based Operator projects]
3380+
* xref:../operators/operator_sdk/helm/osdk-hybrid-helm-updating-projects.adoc#osdk-upgrading-projects_osdk-hybrid-helm-updating-projects[Updating Hybrid Helm-based Operator projects]
3381+
* xref:../operators/operator_sdk/java/osdk-java-updating-projects.adoc#osdk-upgrading-projects_osdk-java-updating-projects[Updating Java-based Operator projects]
3382+
--
3383+
+
3384+
(link:https://issues.redhat.com/browse/OCPBUGS-44485[*OCPBUGS-44485*], link:https://issues.redhat.com/browse/OCPBUGS-44486[*OCPBUGS-44486*])
3385+
3386+
[id="ocp-4-16-24-updating_{context}"]
3387+
==== Updating
3388+
3389+
To update an existing {product-title} {product-version} cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster by using the CLI].
3390+
33413391
//4.16.23
33423392
[id="ocp-4-16-23_{context}"]
3343-
=== RHSA-2024:9615 - {product-title} {product-version}.23 bug fix
3393+
=== RHSA-2024:9615 - {product-title} {product-version}.23 bug fix and security update
33443394

33453395
Issued: 20 November 2024
33463396

0 commit comments

Comments
 (0)