|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## v3.9.0 (2025-04-30) |
| 4 | + |
| 5 | +### Build |
| 6 | + |
| 7 | +* build(deps): bump cryptography from 43.0.3 to 44.0.2 (#1830) |
| 8 | + |
| 9 | +Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.2. |
| 10 | +- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) |
| 11 | +- [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.2) |
| 12 | + |
| 13 | +--- |
| 14 | +updated-dependencies: |
| 15 | +- dependency-name: cryptography |
| 16 | + dependency-type: direct:production |
| 17 | + update-type: version-update:semver-major |
| 18 | +... |
| 19 | + |
| 20 | +Signed-off-by: dependabot[bot] < [email protected]> |
| 21 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`61c0b95`](https://github.com/oscal-compass/compliance-trestle/commit/61c0b95477fd3e237e7ce4203e2e448a943a4af1)) |
| 22 | + |
| 23 | +* build(deps): bump actions/stale from 9.0.0 to 9.1.0 (#1804) |
| 24 | + |
| 25 | +Bumps [actions/stale](https://github.com/actions/stale) from 9.0.0 to 9.1.0. |
| 26 | +- [Release notes](https://github.com/actions/stale/releases) |
| 27 | +- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) |
| 28 | +- [Commits](https://github.com/actions/stale/compare/28ca1036281a5e5922ead5184a1bbf96e5fc984e...5bef64f19d7facfb25b37b414482c7164d639639) |
| 29 | + |
| 30 | +--- |
| 31 | +updated-dependencies: |
| 32 | +- dependency-name: actions/stale |
| 33 | + dependency-type: direct:production |
| 34 | + update-type: version-update:semver-minor |
| 35 | +... |
| 36 | + |
| 37 | +Signed-off-by: dependabot[bot] < [email protected]> |
| 38 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b7b5656`](https://github.com/oscal-compass/compliance-trestle/commit/b7b5656a6686d7d270e724dd24e0ea237d4d7155)) |
| 39 | + |
| 40 | +### Chore |
| 41 | + |
| 42 | +* chore: Merge back version tags and changelog into develop. ([`c578be8`](https://github.com/oscal-compass/compliance-trestle/commit/c578be815d0e1061eac02af94fa671fb07046899)) |
| 43 | + |
| 44 | +### Ci |
| 45 | + |
| 46 | +* ci: adds actionlint workflow (#1771) |
| 47 | + |
| 48 | +* ci: adds an actionlint workflow |
| 49 | + |
| 50 | +Signed-off-by: Jennifer Power < [email protected]> |
| 51 | + |
| 52 | +* docs: adds steps for testing GH Actions in PR template |
| 53 | + |
| 54 | +The steps are commented and can be uncommeted when changes |
| 55 | +are to GitHub Actions workflows |
| 56 | + |
| 57 | +Signed-off-by: Jennifer Power < [email protected]> |
| 58 | + |
| 59 | +* style: adds newline at the end of new files |
| 60 | + |
| 61 | +Signed-off-by: Jennifer Power < [email protected]> |
| 62 | + |
| 63 | +* chore(deps): updates action image version to latest |
| 64 | + |
| 65 | +Signed-off-by: Jennifer Power < [email protected]> |
| 66 | + |
| 67 | +--------- |
| 68 | + |
| 69 | +Signed-off-by: Jennifer Power < [email protected]> ([`95d5f71`](https://github.com/oscal-compass/compliance-trestle/commit/95d5f71349d3ecafb50b69963faad2ce0a97af5c)) |
| 70 | + |
| 71 | +### Documentation |
| 72 | + |
| 73 | +* docs: updates security insights location and content (#1840) |
| 74 | + |
| 75 | +* docs: updates security insights location and content |
| 76 | + |
| 77 | +Signed-off-by: Jennifer Power < [email protected]> |
| 78 | + |
| 79 | +* docs: fixes license expression of security insights |
| 80 | + |
| 81 | +Signed-off-by: Jennifer Power < [email protected]> |
| 82 | + |
| 83 | +--------- |
| 84 | + |
| 85 | +Signed-off-by: Jennifer Power < [email protected]> ([`87c4f80`](https://github.com/oscal-compass/compliance-trestle/commit/87c4f80e15f2fa0efe705ddd862ea0b1593a32b3)) |
| 86 | + |
| 87 | +### Feature |
| 88 | + |
| 89 | +* feat: move dependencies from setup.cfg to pyproject.toml (#1859) |
| 90 | + |
| 91 | +* feat: add content to pyproject.toml for parity with setup.cfg |
| 92 | + |
| 93 | +Signed-off-by: George Vauter < [email protected]> |
| 94 | + |
| 95 | +* remove project metadata and deps from setup.cfg |
| 96 | + |
| 97 | +Signed-off-by: George Vauter < [email protected]> |
| 98 | + |
| 99 | +* fix: replace deprecated license metadata |
| 100 | + |
| 101 | +Signed-off-by: George Vauter < [email protected]> |
| 102 | + |
| 103 | +* fix: remove experimental distutils section from pyproject |
| 104 | + |
| 105 | +Signed-off-by: George Vauter < [email protected]> |
| 106 | + |
| 107 | +--------- |
| 108 | + |
| 109 | +Signed-off-by: George Vauter < [email protected]> ([`2779edf`](https://github.com/oscal-compass/compliance-trestle/commit/2779edf026347ed45c2c997eff64db320a4aef97)) |
| 110 | + |
| 111 | +### Fix |
| 112 | + |
| 113 | +* fix: add the score card workflow and badge (#1854) |
| 114 | + |
| 115 | +Signed-off-by: thealberto < [email protected]> |
| 116 | +Co-authored-by: Jennifer Power < [email protected]> ([`7ec8006`](https://github.com/oscal-compass/compliance-trestle/commit/7ec80063469e2bafa8bf3e2e865972edeb8300b1)) |
| 117 | + |
| 118 | +* fix: OSCAL Property must have value field (#1839) |
| 119 | + |
| 120 | +Signed-off-by: Lou DeGenaro < [email protected]> ([`b243c4a`](https://github.com/oscal-compass/compliance-trestle/commit/b243c4adcdd3280a35ce3d0c9b22713a9c00b3c9)) |
| 121 | + |
| 122 | +### Unknown |
| 123 | + |
| 124 | +* Merge pull request #1863 from oscal-compass/develop |
| 125 | + |
| 126 | +chore: Trestle Release ([`ae6d100`](https://github.com/oscal-compass/compliance-trestle/commit/ae6d10070981d7987ba8d58cdb2df01bb2ee9086)) |
| 127 | + |
| 128 | +* [StepSecurity] ci: Harden GitHub Actions (#1853) |
| 129 | + |
| 130 | +Signed-off-by: StepSecurity Bot < [email protected]> |
| 131 | +Co-authored-by: StepSecurity Bot < [email protected]> |
| 132 | +Co-authored-by: Jennifer Power < [email protected]> ([`5bdcd51`](https://github.com/oscal-compass/compliance-trestle/commit/5bdcd51efbbec0758edcf08be94195c633663740)) |
| 133 | + |
3 | 134 | ## v3.8.1 (2025-03-25) |
4 | 135 |
|
5 | 136 | ### Build |
|
0 commit comments