|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.16.0](https://github.com/defenseunicorns/lula/compare/v0.15.0...v0.16.0) (2025-01-31) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **api:** support for non-json Content-Type ([#890](https://github.com/defenseunicorns/lula/issues/890)) ([f028e7c](https://github.com/defenseunicorns/lula/commit/f028e7cfa75b9de32349d4d6764cdf69f79cdb8b)) |
| 9 | +* **oscal:** link remapper method component defn ([#879](https://github.com/defenseunicorns/lula/issues/879)) ([6d448dd](https://github.com/defenseunicorns/lula/commit/6d448dd1b9fd0150e2a9b4a91031d2fab9137e5b)) |
| 10 | +* partial component compose ([#896](https://github.com/defenseunicorns/lula/issues/896)) ([98aabe7](https://github.com/defenseunicorns/lula/commit/98aabe79c75626fc4afde8d54f019cb128468a1c)) |
| 11 | +* updated merge component defn ([#894](https://github.com/defenseunicorns/lula/issues/894)) ([7237fbf](https://github.com/defenseunicorns/lula/commit/7237fbfbf62b35fc8e0654657aef9345653f8ec9)) |
| 12 | + |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +* update to a version instead of main ([#910](https://github.com/defenseunicorns/lula/issues/910)) ([c10fc56](https://github.com/defenseunicorns/lula/commit/c10fc563cadf8486bfdb16a5c69c038bf2ed49da)) |
| 17 | + |
| 18 | + |
| 19 | +### Miscellaneous |
| 20 | + |
| 21 | +* **api domain:** refactor spec processing ([#897](https://github.com/defenseunicorns/lula/issues/897)) ([59a8a9d](https://github.com/defenseunicorns/lula/commit/59a8a9d36267b6d0c2c12a672e5eff0983a68c90)) |
| 22 | +* **deps:** update actions/create-github-app-token action to v1.11.2 ([#908](https://github.com/defenseunicorns/lula/issues/908)) ([06d3506](https://github.com/defenseunicorns/lula/commit/06d3506df323d44f0d8f7a7d2eb83ba0db36730c)) |
| 23 | +* **deps:** update actions/github-script digest to 91a83c0 ([#907](https://github.com/defenseunicorns/lula/issues/907)) ([e4f9cd6](https://github.com/defenseunicorns/lula/commit/e4f9cd65c3495d779cdf7c983b1dc2ab7ab3b9d0)) |
| 24 | +* **deps:** update actions/setup-go action to v5.3.0 ([#891](https://github.com/defenseunicorns/lula/issues/891)) ([b507cd2](https://github.com/defenseunicorns/lula/commit/b507cd27b95f1cf5ca74c9a0e8baf946b5b65cc2)) |
| 25 | +* **deps:** update actions/setup-node action to v4.2.0 ([#903](https://github.com/defenseunicorns/lula/issues/903)) ([ca285da](https://github.com/defenseunicorns/lula/commit/ca285da1fb853de3a21d4a1e972a95e076c663fb)) |
| 26 | +* **deps:** update anchore/sbom-action action to v0.18.0 ([#898](https://github.com/defenseunicorns/lula/issues/898)) ([a644e63](https://github.com/defenseunicorns/lula/commit/a644e6373f948c005fa7d2682bb5000dbd8ccadd)) |
| 27 | +* **deps:** update checkmarx/kics-github-action action to v2.1.4 ([#895](https://github.com/defenseunicorns/lula/issues/895)) ([fdc48ec](https://github.com/defenseunicorns/lula/commit/fdc48ec16ebf2c3e1fdd1fd5dfe7e266440951dc)) |
| 28 | +* **deps:** update github/codeql-action action to v3.28.4 ([#892](https://github.com/defenseunicorns/lula/issues/892)) ([34a29f1](https://github.com/defenseunicorns/lula/commit/34a29f1b28fc537631518427616bbd267a58c387)) |
| 29 | +* **deps:** update github/codeql-action action to v3.28.5 ([#901](https://github.com/defenseunicorns/lula/issues/901)) ([75efe62](https://github.com/defenseunicorns/lula/commit/75efe620486d3a2b957fc524ccfec7db99bd5969)) |
| 30 | +* **deps:** update github/codeql-action action to v3.28.8 ([#904](https://github.com/defenseunicorns/lula/issues/904)) ([290900a](https://github.com/defenseunicorns/lula/commit/290900a58617bf93d00b05ce9f54af6e9b04d4a7)) |
| 31 | +* **docs:** add RELEASES.md file and migrate information ([#906](https://github.com/defenseunicorns/lula/issues/906)) ([e45497a](https://github.com/defenseunicorns/lula/commit/e45497adb0ac9e1d6bc6799dcf154b57d9da8e1b)) |
| 32 | + |
3 | 33 | ## [0.15.0](https://github.com/defenseunicorns/lula/compare/v0.14.0...v0.15.0) (2025-01-17) |
4 | 34 |
|
5 | 35 |
|
|
0 commit comments