dask / dask-gateway

A multi-tenant server for securely deploying and managing Dask clusters.
https://gateway.dask.org/
BSD 3-Clause "New" or "Revised" License
135 stars 87 forks source link

Fix command applying CRDs from bad release in changelog #748

Closed brews closed 9 months ago

brews commented 9 months ago

Hey! Noticed the Breaking Changes section in the changelog for the 2023.9.0 release has people manually update CRDs with kubectl. The problem is the command will force-apply the CRDs from the much older 2022.11.0 release.

This PR updates the commands in the changelog so the command applies resources from the 2023.9.0 release.

consideRatio commented 9 months ago

Thank you @brews !!!