Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and mdellweg committed Aug 12, 2024
1 parent 3b0d218 commit 8afdd1a
Showing 1 changed file with 98 additions and 2 deletions.
100 changes: 98 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,31 @@

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

## 3.57.0 (2024-08-07) {: #3.57.0 }
## 3.57.1 (2024-08-10) {: #3.57.1 }

### REST API {: #3.57.1-rest-api }

#### Bugfixes {: #3.57.1-rest-api-bugfix }

- Fixed RBAC permissions being incorrectly assigned in tasks that create objects.
https://access.redhat.com/security/cve/cve-2024-7143
[#5683](https://github.com/pulp/pulpcore/issues/5683)

### Plugin API {: #3.57.1-plugin-api }

No significant changes.

### Pulp File {: #3.57.1-pulp-file }

No significant changes.

### Pulp Cert Guard {: #3.57.1-pulp-cert-guard }

No significant changes.

---

# ## 3.57.0 (2024-08-07) {: #3.57.0 }

This comment has been minimized.

Copy link
@pedro-psb

pedro-psb Aug 13, 2024

Member

This is not right (I got here because docs ToC broke on pulpcore changelog page).
I'll open an issue on plugin-template

This comment has been minimized.

Copy link
@mdellweg

mdellweg Aug 14, 2024

Member

Oh, how did that happen?
I take it the breakage did not show as a CI failure?

This comment has been minimized.

Copy link
@pedro-psb

pedro-psb Aug 14, 2024

Member

I didnt. Its a bit tricky, because any non-markdown thing is just text. But maybe there is some rules we can enforce about only having one h1 (#) title for page, for example. That would have catch that and avoided similar issues.

This comment has been minimized.

Copy link
@mdellweg

mdellweg Aug 15, 2024

Member

This kind of does not sound actionable. The fact the markdown basically consumes everything meaning it's syntax basically being .* means we cannot add any reasonable constraints that won't bite us again later.

This comment has been minimized.

Copy link
@pedro-psb

pedro-psb Aug 16, 2024

Member

There is a syntax and enforcing only 1 top header relies on that.
It's an error I've seem more than once. Just to be clear, having two top header means this:

# Top Header

## H2 header

# Another Top Header (forbidden, breaks ToC. Needs to be at least ##)

What is non-actionable is handling the extra ## in # "## 3.57.0", but I didnt mean doing that.


### REST API {: #3.57.0-rest-api }

Expand Down Expand Up @@ -599,7 +623,31 @@ No significant changes.

---

## 3.49.16 (2024-08-06) {: #3.49.16 }
## 3.49.17 (2024-08-10) {: #3.49.17 }

### REST API {: #3.49.17-rest-api }

#### Bugfixes {: #3.49.17-rest-api-bugfix }

- Fixed RBAC permissions being incorrectly assigned in tasks that create objects.
https://access.redhat.com/security/cve/cve-2024-7143
[#5683](https://github.com/pulp/pulpcore/issues/5683)

### Plugin API {: #3.49.17-plugin-api }

No significant changes.

### Pulp File {: #3.49.17-pulp-file }

No significant changes.

### Pulp Cert Guard {: #3.49.17-pulp-cert-guard }

No significant changes.

---

# ## 3.49.16 (2024-08-06) {: #3.49.16 }

### REST API {: #3.49.16-rest-api }

Expand Down Expand Up @@ -1572,6 +1620,22 @@ No significant changes.
- Starting from this release pulp_file will be shipped as part of the pulpcore package.
[#4550](https://github.com/pulp/pulpcore/issues/4550)

## 3.39.20 (2024-08-10) {: #3.39.20 }

### REST API {: #3.39.20-rest-api }

#### Bugfixes {: #3.39.20-rest-api-bugfix }

- Fixed RBAC permissions being incorrectly assigned in tasks that create objects.
https://access.redhat.com/security/cve/cve-2024-7143
[#5683](https://github.com/pulp/pulpcore/issues/5683)

### Plugin API {: #3.39.20-plugin-api }

No significant changes.

---

## 3.39.19 (2024-07-23) {: #3.39.19 }


Expand Down Expand Up @@ -2371,6 +2435,22 @@ No significant changes.

- [#3798](https://github.com/pulp/pulpcore/issues/3798)

## 3.28.32 (2024-08-10) {: #3.28.32 }

### REST API {: #3.28.32-rest-api }

#### Bugfixes {: #3.28.32-rest-api-bugfix }

- Fixed RBAC permissions being incorrectly assigned in tasks that create objects.
https://access.redhat.com/security/cve/cve-2024-7143
[#5683](https://github.com/pulp/pulpcore/issues/5683)

### Plugin API {: #3.28.32-plugin-api }

No significant changes.

---

## 3.28.31 (2024-07-23) {: #3.28.31 }


Expand Down Expand Up @@ -3665,6 +3745,22 @@ No significant changes.
`pulpcore.plugin.util.raise_for_unknown_content_units`.
[#3604](https://github.com/pulp/pulpcore/issues/3604)

## 3.22.30 (2024-08-10) {: #3.22.30 }

### REST API {: #3.22.30-rest-api }

#### Bugfixes {: #3.22.30-rest-api-bugfix }

- Fixed RBAC permissions being incorrectly assigned in tasks that create objects.
https://access.redhat.com/security/cve/cve-2024-7143
[#5683](https://github.com/pulp/pulpcore/issues/5683)

### Plugin API {: #3.22.30-plugin-api }

No significant changes.

---

## 3.22.29 (2024-07-16) {: #3.22.29 }


Expand Down

0 comments on commit 8afdd1a

Please sign in to comment.