Skip to content

Commit

Permalink
US974026: Patch release preparation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-bryson authored Sep 24, 2024
1 parent 9db6e35 commit 70ceec2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.github.cafapi</groupId>
<artifactId>oraclelinux-base-images</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>CAFapi Oracle Linux base images</name>
Expand Down Expand Up @@ -125,8 +125,8 @@
<imageManagement>
<image>
<repository>${dockerHubPublic}/cafapi/opensuse-base</repository>
<tag>4.1.0</tag>
<digest>sha256:225c51ae29ac04bc7fccba6b68b72a7ca11bc72756a772b85ede9b63d0aa842c</digest>
<tag>4.1.2</tag>
<digest>sha256:e9af8f1bf1decac9a35227e33ad9717f3af0955e34da0556b1a342b765c8ce10</digest>
</image>
<image>
<repository>${dockerHubPublic}/library/oraclelinux</repository>
Expand Down
15 changes: 15 additions & 0 deletions release-notes-1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#### Version Number
${version-number}

#### New Features
- None

#### Patch Fixes Included
- Patch updates were made to resolve the following CVE's:
- [CVE-2024-45490](https://linux.oracle.com/cve/CVE-2024-45490.html)
- [CVE-2024-45491](https://linux.oracle.com/cve/CVE-2024-45491.html)
- [CVE-2024-45492](https://linux.oracle.com/cve/CVE-2024-45492.html)
- [CVE-2024-6119](https://linux.oracle.com/cve/CVE-2024-6119.html)

#### Known Issues
- None
8 changes: 0 additions & 8 deletions release-notes-1.1.0.md

This file was deleted.

0 comments on commit 70ceec2

Please sign in to comment.