Skip to content

Commit

Permalink
Prepare for patched release 2.12.1
Browse files Browse the repository at this point in the history
- Added release notes and freeze file
- Bumped the dependency versions
- Updated the README with the new Release number
- Update project roadmap

Signed-off-by: Rose Judge <rjudge@vmware.com>
  • Loading branch information
rnjudge committed Jul 14, 2023
1 parent d3dd148 commit 2aab4fb
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 13 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,16 +400,15 @@ $ python tests/<test file>.py
```

## Project Status<a name="project-status"/>
Release 2.12.0 is out! See the [release notes](docs/releases/v2_12_0.md) for more information. Please note, v2.12.0 includes an important security update for GitPython to address [CVE-2022-24439](https://nvd.nist.gov/vuln/detail/CVE-2022-24439).

We try to keep the [project roadmap](./docs/project-roadmap.md) as up to date as possible.
Patched release 2.12.1 is out. See the [release notes](docs/releases/v2_12_1.md) for more information. We try to keep the [project roadmap](./docs/project-roadmap.md) as up to date as possible.

## Recent Past Releases
* [v2.11.0](docs/releases/v2_10_1.md)
* [v2.12.0](docs/releases/v2_12_0.md)
* Includes an important security update for GitPython to address [CVE-2022-24439](https://nvd.nist.gov/vuln/detail/CVE-2022-24439)
* [v2.11.0](docs/releases/v2_11_0.md)
* [v2.10.1](docs/releases/v2_10_1.md)
* [v2.9.1](docs/releases/v2_9_1.md)
* [v2.8.0](docs/releases/v2_8_0.md)
* [v2.7.0](docs/releases/v2_7_0.md)

## Documentation
Architecture, function blocks, code descriptions and the project roadmap are located in the docs folder. Contributions to the documentation are welcome! See the [contributing guide](/CONTRIBUTING.md) to find out how to submit changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/project-roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Road Map

Tern is an open source project with limited resources. In 2023 we will primarily focus on bug fixing and step back from active feature development.
Tern is an open source project with limited resources. In 2023 we will primarily focus on bug fixing and step back from active feature development with the exception of adding SPDX generation to Tern using the [spdx-tools](https://pypi.org/project/spdx-tools/) library instead of the in-house SPDX model.

We will continue to support the SPDX format for container images. To that end, we will make changes to update the format of the document as the [spec](https://spdx.github.io/spdx-spec/) evolves.

Expand Down
Loading

0 comments on commit 2aab4fb

Please sign in to comment.