Skip to content

Commit 9d40f0c

Browse files
committed
Warn about the container-handle-image-data command in the changelog
1 parent 62316d2 commit 9d40f0c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ No significant changes.
163163

164164
#### Misc {: #2.27.0-misc }
165165

166-
-
167166

168167
---
169168

@@ -300,6 +299,8 @@ No significant changes.
300299

301300
## 2.26.0 (2025-08-14) {: #2.26.0 }
302301

302+
**WARNING:** If your installation pre-dates pulp_container 2.20, make sure that you run `pulpcore-manager container-handle-image-data` before upgrading to (or past) this release. If your installation began after pulp_container 2.20, or if you have already run this command at some point, this is not necessary.
303+
303304
#### Features {: #2.26.0-feature }
304305

305306
- Bump pulpcore upperbound to <3.100. pulp_container is now a Python >=3.11 project.
@@ -337,6 +338,8 @@ No significant changes.
337338

338339
## 2.25.0 (2025-04-15) {: #2.25.0 }
339340

341+
**WARNING:** If your installation pre-dates pulp_container 2.20, make sure that you run `pulpcore-manager container-handle-image-data` before upgrading to (or past) this release. If your installation began after pulp_container 2.20, or if you have already run this command at some point, this is not necessary.
342+
340343
#### Features {: #2.25.0-feature }
341344

342345
- Added full support for domains.
@@ -757,6 +760,8 @@ No significant changes.
757760

758761
## 2.20.0 (2024-05-06) {: #2.20.0 }
759762

763+
**NOTICE:** If you are upgrading from a previous version of pulp_container, make sure that you run `pulpcore-manager container-handle-image-data` at some point before or shortly after upgrading. This is required in order to complete the transition away from storing Manifest data as artifacts. This must be done to avoid the potential for issues with later releases of pulp_container.
764+
760765
### Features
761766

762767
- Updated the Manifest model to no longer rely on artifacts, storing all manifest data internally
@@ -785,7 +790,7 @@ No significant changes.
785790

786791
### Misc
787792

788-
-
793+
-
789794

790795
---
791796

0 commit comments

Comments
 (0)