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: CHANGES.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,6 @@ No significant changes.
163
163
164
164
#### Misc {: #2.27.0-misc }
165
165
166
-
-
167
166
168
167
---
169
168
@@ -292,6 +291,8 @@ No significant changes.
292
291
293
292
## 2.26.0 (2025-08-14) {: #2.26.0 }
294
293
294
+
**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.
295
+
295
296
#### Features {: #2.26.0-feature }
296
297
297
298
- Bump pulpcore upperbound to <3.100. pulp_container is now a Python >=3.11 project.
@@ -329,6 +330,8 @@ No significant changes.
329
330
330
331
## 2.25.0 (2025-04-15) {: #2.25.0 }
331
332
333
+
**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.
334
+
332
335
#### Features {: #2.25.0-feature }
333
336
334
337
- Added full support for domains.
@@ -749,6 +752,8 @@ No significant changes.
749
752
750
753
## 2.20.0 (2024-05-06) {: #2.20.0 }
751
754
755
+
**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.
756
+
752
757
### Features
753
758
754
759
- Updated the Manifest model to no longer rely on artifacts, storing all manifest data internally
0 commit comments