Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

[//]: # (towncrier release notes start)

## 2.27.3 (2026-03-18) {: #2.27.3 }

#### Bugfixes {: #2.27.3-bugfix }

- Altered several id-fields and their related sequences.

INTEGER AutoField sequences can "run out" on large/old instances, update to BIGINT.
[#2080](https://github.com/pulp/pulp_container/issues/2080)
- Fixed memory usage when pushing large images with monolithic upload.

---

## 2.27.2 (2026-02-24) {: #2.27.2 }

#### Bugfixes {: #2.27.2-bugfix }
Expand Down Expand Up @@ -54,6 +66,18 @@

---

## 2.26.8 (2026-03-18) {: #2.26.8 }

#### Bugfixes {: #2.26.8-bugfix }

- Altered several id-fields and their related sequences.

INTEGER AutoField sequences can "run out" on large/old instances, update to BIGINT.
[#2080](https://github.com/pulp/pulp_container/issues/2080)
- Fixed memory usage when pushing large images with monolithic upload.

---

## 2.26.7 (2026-02-24) {: #2.26.7 }

#### Bugfixes {: #2.26.7-bugfix }
Expand Down Expand Up @@ -178,6 +202,17 @@ No significant changes.

---

## 2.24.7 (2026-03-18) {: #2.24.7 }

#### Bugfixes {: #2.24.7-bugfix }

- Altered several id-fields and their related sequences.

INTEGER AutoField sequences can "run out" on large/old instances, update to BIGINT.
[#2080](https://github.com/pulp/pulp_container/issues/2080)

---

## 2.24.6 (2026-02-24) {: #2.24.6 }

#### Bugfixes {: #2.24.6-bugfix }
Expand Down Expand Up @@ -263,6 +298,17 @@ No significant changes.

---

## 2.22.6 (2026-03-18) {: #2.22.6 }

#### Bugfixes {: #2.22.6-bugfix }

- Altered several id-fields and their related sequences.

INTEGER AutoField sequences can "run out" on large/old instances, update to BIGINT.
[#2080](https://github.com/pulp/pulp_container/issues/2080)

---

## 2.22.5 (2026-02-24) {: #2.22.5 }

#### Bugfixes {: #2.22.5-bugfix }
Expand Down Expand Up @@ -413,6 +459,17 @@ No significant changes.

---

## 2.20.7 (2026-03-18) {: #2.20.7 }

#### Bugfixes {: #2.20.7-bugfix }

- Altered several id-fields and their related sequences.

INTEGER AutoField sequences can "run out" on large/old instances, update to BIGINT.
[#2080](https://github.com/pulp/pulp_container/issues/2080)

---

## 2.20.6 (2026-02-24) {: #2.20.6 }

#### Bugfixes {: #2.20.6-bugfix }
Expand Down Expand Up @@ -509,6 +566,14 @@ No significant changes.

---

## 2.19.8 (2026-03-18) {: #2.19.8 }

#### Bugfixes {: #2.19.8-bugfix }

- Fixed memory usage when pushing large images with monolithic upload.

---

## 2.19.7 (2026-02-24) {: #2.19.7 }

#### Bugfixes {: #2.19.7-bugfix }
Expand Down
Loading