You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes/ocp-4-16-release-notes.adoc
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3338,9 +3338,59 @@ This section will continue to be updated over time to provide notes on enhanceme
3338
3338
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.
3339
3339
====
3340
3340
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.
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].
0 commit comments