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

chore(main): release 0.4.4 #546

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 19, 2024

🤖 I have created a release beep boop

0.4.4 (2024-07-26)

Features

Bug Fixes

  • oscal: deterministic OSCAL model write (#553) (5493df1)

Miscellaneous

  • deps: update github/codeql-action action to v3.25.14 (#557) (5bfd94f)
  • deps: update github/codeql-action action to v3.25.15 (#564) (60e128a)
  • deps: update golang to version 1.22.5 (#562) (97ff760)
  • deps: update module github.com/open-policy-agent/opa to v0.67.0 (#561) (4378242)
  • docs: fix simple demo command for evaluate file (33fb97c)
  • docs: updated broken links (#554) (8dd24b0)
  • docs: updated README for docs badge (#558) (72fd3fc)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot changed the title chore(main): release 0.5.0 chore(main): release 0.4.4 Jul 22, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main branch 8 times, most recently from 27ce2e1 to 1a166c7 Compare July 26, 2024 16:54
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 1a166c7 to 6c0eda3 Compare July 26, 2024 17:03
@brandtkeller brandtkeller added this to the v0.4.4 milestone Jul 26, 2024
@brandtkeller brandtkeller merged commit cf82a1f into main Jul 26, 2024
2 checks passed
@brandtkeller brandtkeller deleted the release-please--branches--main branch July 26, 2024 18:51
Copy link
Contributor Author

🤖 Created releases:

mjnagel added a commit to defenseunicorns/uds-core that referenced this pull request Aug 2, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [defenseunicorns/lula](https://github.com/defenseunicorns/lula) |
patch | `v0.4.3` -> `v0.4.4` |

---

### Release Notes

<details>
<summary>defenseunicorns/lula (defenseunicorns/lula)</summary>

###
[`v0.4.4`](https://github.com/defenseunicorns/lula/releases/tag/v0.4.4)

[Compare
Source](https://github.com/defenseunicorns/lula/compare/v0.4.3...v0.4.4)

This release includes new output during `lula evaluate` through the use
of the `--summary` flag to better highlight areas of improved,
unchanged, or worse compliance-at-a-glance.

OSCAL writes for the current models supported are now written in a
deterministic format. This alleviates long-lived data from being
re-arranged, specifically when stored in version control. Better
highlighting the areas of change as you maintain your OSCAL.

As always - keeping our dependencies - project or pipeline - up to date
is a constant focus of of review.

##### Features

- **evaluate:** add observation summary
([#&#8203;540](https://github.com/defenseunicorns/lula/issues/540))
([8a07833](https://github.com/defenseunicorns/lula/commit/8a07833c5a563d8e857515a083137785cade5eb5))

##### Bug Fixes

- **oscal:** deterministic OSCAL model write
([#&#8203;553](https://github.com/defenseunicorns/lula/issues/553))
([5493df1](https://github.com/defenseunicorns/lula/commit/5493df122b803d11542f29cfe80dfa4d5aaa10a8))

##### Miscellaneous

- **deps:** update github/codeql-action action to v3.25.14
([#&#8203;557](https://github.com/defenseunicorns/lula/issues/557))
([5bfd94f](https://github.com/defenseunicorns/lula/commit/5bfd94febc467e5a455ed32d97ce2e82e20409c2))
- **deps:** update github/codeql-action action to v3.25.15
([#&#8203;564](https://github.com/defenseunicorns/lula/issues/564))
([60e128a](https://github.com/defenseunicorns/lula/commit/60e128a0a34ce8686c67e22ea2aebb61212b97fc))
- **deps:** update golang to version 1.22.5
([#&#8203;562](https://github.com/defenseunicorns/lula/issues/562))
([97ff760](https://github.com/defenseunicorns/lula/commit/97ff7602f30f0709bd2ca16b74e53008607c3a61))
- **deps:** update module github.com/open-policy-agent/opa to v0.67.0
([#&#8203;561](https://github.com/defenseunicorns/lula/issues/561))
([4378242](https://github.com/defenseunicorns/lula/commit/43782420b8b34362d03bcc965e00df2a850715c6))
- **docs:** fix simple demo command for evaluate file
([33fb97c](https://github.com/defenseunicorns/lula/commit/33fb97cccc9d4a589da65c03cc433b4f05c79d5d))
- **docs:** updated broken links
([#&#8203;554](https://github.com/defenseunicorns/lula/issues/554))
([8dd24b0](https://github.com/defenseunicorns/lula/commit/8dd24b083c86b12af8740fe788c4222f4c1c8718))
- **docs:** updated README for docs badge
([#&#8203;558](https://github.com/defenseunicorns/lula/issues/558))
([72fd3fc](https://github.com/defenseunicorns/lula/commit/72fd3fc8137477a4f10507481f8464eb5685b781))

#### What's Changed

- chore(docs): correcting cli command in simple demo by
[@&#8203;ogijaoh](https://github.com/ogijaoh) in
[defenseunicorns/lula#549
- docs: updated broken links by
[@&#8203;meganwolf0](https://github.com/meganwolf0) in
[defenseunicorns/lula#554
- docs: updated README by
[@&#8203;meganwolf0](https://github.com/meganwolf0) in
[defenseunicorns/lula#558
- chore(deps): update github/codeql-action action to v3.25.14 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/lula#557
- chore(deps): update module github.com/open-policy-agent/opa to v0.67.0
by [@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/lula#561
- chore(deps): update golang to version 1.22.5 by
[@&#8203;brandtkeller](https://github.com/brandtkeller) in
[defenseunicorns/lula#562
- feat(evaluate): add observation details by
[@&#8203;meganwolf0](https://github.com/meganwolf0) in
[defenseunicorns/lula#540
- fix(oscal): deterministic OSCAL model write by
[@&#8203;brandtkeller](https://github.com/brandtkeller) in
[defenseunicorns/lula#553
- chore(deps): update github/codeql-action action to v3.25.15 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/lula#564
- chore(main): release 0.4.4 by
[@&#8203;github-actions](https://github.com/github-actions) in
[defenseunicorns/lula#546

#### New Contributors

- [@&#8203;ogijaoh](https://github.com/ogijaoh) made their first
contribution in
[defenseunicorns/lula#549

**Full Changelog**:
defenseunicorns/lula@v0.4.3...v0.4.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
This was referenced Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants