Skip to content

Commit c36aa3f

Browse files
committed
Bump release 2.6.0 to 2.6.1
Due to human error, release 2.6.0 is being renamed to 2.6.1. This commit adjusts the version numbers and release notes accordingly. Signed-off-by: Rose Judge <[email protected]>
1 parent 1531c25 commit c36aa3f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ $ python tests/<test file>.py
311311
```
312312

313313
## Project Status<a name="project-status"/>
314-
Release 2.6.0 is out! See the [release notes](docs/releases/v2_6_0.md) for more information.
314+
Release 2.6.1 is out! See the [release notes](docs/releases/v2_6_1.md) for more information.
315315

316316
We try to keep the [project roadmap](./docs/project-roadmap.md) as up to date as possible. We are currently working on Release 2.7.0.
317317

docs/releases/v2_6_0.md renamed to docs/releases/v2_6_1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Release 2.6.0
1+
# Release 2.6.1
22

33
## Summary
44
This release includes the usual mix of features, bug fixes and resolved technical debt. Namely, this release adds the ability to inventory a container at build time. When paired with other container build tools, this feature makes it possible to package and distribute the container SBoM with a container image, which eliminates the need for post-build scanning. Additionally, default reports were reformatted to better organize and display package metadata in a table instead of a list which makes it easier to associate licenses found in the container with the packages they belong to.
55

66
A number of bugs were also resolved in this release. Most importantly, Tern now properly collects and reports on file information from Scancode, drastically improving the accuracy of the reports generated with Tern + Scancode. Tern's run time performance has also improved significantly with the removal of regex based filtering in some files.
77

8+
NOTE: Due to human error, we had to bump the intended 2.6.0 release version to version 2.6.1. This doesn't change the contents of the release.
9+
810
## New Features
911
* [Generate SBoMs at container build time](https://github.com/tern-tools/tern/issues/849): This feature enables Tern to inventory and generate an SBoM against a mounted container filesystem. This feature is meant to work along with other container build tools and scripts.
1012
* [Display layer packages in a table format](https://github.com/tern-tools/tern/issues/930): The default report now represents package metadata in a formatted table instead of a list. This makes the reports cleaner and easier to understand.
@@ -32,6 +34,7 @@ Note: This changelog will not include these release notes
3234
Changelog generated by command: `git log --pretty=format:"%h %s" v2.5.0..main`
3335

3436
```
37+
1531c25 Prepare for Release 2.6.0
3538
6ada44b Record and report scancode file licenses
3639
22ac183 Update README with Cybersecurity EO/SPDX info
3740
63def2d Add 'Understanding the Reports' section to README

0 commit comments

Comments
 (0)