Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for patched release 2.12.1 #1239

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
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
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
Loading