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: add prometheus, loki, and vector e2e testing #939

Merged
merged 45 commits into from
Nov 5, 2024
Merged

Conversation

UnicornChance
Copy link
Contributor

@UnicornChance UnicornChance commented Oct 18, 2024

Description

Add E2E prometheus, loki, and vector testing.

Related Issues

Fixes #824 #823 #822

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@UnicornChance UnicornChance self-assigned this Oct 18, 2024
@UnicornChance UnicornChance marked this pull request as ready for review October 21, 2024 15:46
@UnicornChance UnicornChance requested a review from a team as a code owner October 21, 2024 15:46
noahpb
noahpb previously approved these changes Oct 22, 2024
Copy link
Contributor

@noahpb noahpb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@rjferguson21 rjferguson21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we chat about the approach here. I'd be curious if we'd be better off just building these type of tests into a node script with a test framework.

Might be some trade offs with needing to build another image but I think long term it will make some of these tests easier to author.

@UnicornChance UnicornChance marked this pull request as draft October 22, 2024 22:16
UnicornChance and others added 12 commits October 24, 2024 08:04
## Description
Adding vector e2e tests
...

## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
@rjferguson21 rjferguson21 marked this pull request as ready for review October 28, 2024 19:18
@rjferguson21 rjferguson21 dismissed their stale review October 28, 2024 19:19

Updated to use out of cluster testing

Copy link
Contributor

@mjnagel mjnagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still going through the test contents but 3 higher level comments:

  1. Can we rename this PR and update the description to capture the current contents (prometheus and loki tests, and vector indirectly)?
  2. Let's go forward with renaming/structuring the filepaths here to have a top level test directory and subdirectories for jest and playwright.
  3. @rjferguson21 mentioned this one to me, but it would be good to format all of this code the same way, possibly using the same eslint formatting as we use for the pepr code.

@UnicornChance UnicornChance changed the title chore: add loki e2e testing chore: add prometheus, loki, and vector e2e testing Nov 5, 2024
e2e/test/prometheus.spec.ts Outdated Show resolved Hide resolved
src/vector/tasks.yaml Outdated Show resolved Hide resolved
tasks/test.yaml Outdated Show resolved Hide resolved
tasks/test.yaml Outdated Show resolved Hide resolved
noahpb and others added 9 commits November 5, 2024 12:32
Co-authored-by: Micah Nagel <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) | [`1.48.1`
->
`1.48.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.48.1/1.48.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.48.1/1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.48.1/1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.7.4` ->
`22.9.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.7.4/22.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.7.4/22.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.7.4/22.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
`v4.2.1` -> `v4.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fcheckout/v4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fcheckout/v4.2.1/v4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v4.2.1/v4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | patch |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
`eef6144` -> `11bd719` | | | | | action | digest |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
`v4.0.4` -> `v4.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fsetup-node/v4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fsetup-node/v4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fsetup-node/v4.0.4/v4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fsetup-node/v4.0.4/v4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | minor |
| aws | `~> 5.72.0` -> `~> 5.74.0` |
[![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.72.1/5.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.72.1/5.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| required_provider | minor |
| [azure/login](https://redirect.github.com/azure/login) | -> `a65d910`
| | | | | action | pinDigest |
|
[defenseunicorns/lula](https://redirect.github.com/defenseunicorns/lula)
| `v0.9.1` -> `v0.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/defenseunicorns%2flula/v0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/defenseunicorns%2flula/v0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/defenseunicorns%2flula/v0.9.1/v0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/defenseunicorns%2flula/v0.9.1/v0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
|
[defenseunicorns/uds-cli](https://redirect.github.com/defenseunicorns/uds-cli)
| `0.17.0` -> `0.18.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/defenseunicorns%2fuds-cli/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/defenseunicorns%2fuds-cli/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/defenseunicorns%2fuds-cli/0.17.0/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/defenseunicorns%2fuds-cli/0.17.0/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
|
[defenseunicorns/uds-cli](https://redirect.github.com/defenseunicorns/uds-cli)
| `v0.17.0` -> `v0.18.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/defenseunicorns%2fuds-cli/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/defenseunicorns%2fuds-cli/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/defenseunicorns%2fuds-cli/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/defenseunicorns%2fuds-cli/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
|
[defenseunicorns/uds-common](https://redirect.github.com/defenseunicorns/uds-common)
| `v1.1.0` -> `v1.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/defenseunicorns%2fuds-common/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/defenseunicorns%2fuds-common/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/defenseunicorns%2fuds-common/v1.1.0/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/defenseunicorns%2fuds-common/v1.1.0/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [docker.io/kong/httpbin](https://redirect.github.com/Kong/httpbin) |
`0.1.0` -> `0.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/docker.io%2fkong%2fhttpbin/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/docker.io%2fkong%2fhttpbin/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/docker.io%2fkong%2fhttpbin/0.1.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/docker.io%2fkong%2fhttpbin/0.1.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
|
[ghcr.io/stefanprodan/podinfo](https://redirect.github.com/stefanprodan/podinfo)
| `6.4.0` -> `6.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.4.0/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/ghcr.io%2fstefanprodan%2fpodinfo/6.4.0/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| ghcr.io/zarf-dev/packages/init | `v0.41.0` -> `v0.42.1` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/ghcr.io%2fzarf-dev%2fpackages%2finit/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/ghcr.io%2fzarf-dev%2fpackages%2finit/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/ghcr.io%2fzarf-dev%2fpackages%2finit/v0.41.0/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/ghcr.io%2fzarf-dev%2fpackages%2finit/v0.41.0/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| `v3.26.12` -> `v3.27.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/github%2fcodeql-action/v3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/github%2fcodeql-action/v3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/github%2fcodeql-action/v3.26.12/v3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/github%2fcodeql-action/v3.26.12/v3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | minor |
|
[https://github.com/stefanprodan/podinfo.git](https://redirect.github.com/stefanprodan/podinfo)
| `6.4.0` -> `6.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/git-tags/https:%2f%2fgithub.com%2fstefanprodan%2fpodinfo.git/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/git-tags/https:%2f%2fgithub.com%2fstefanprodan%2fpodinfo.git/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/git-tags/https:%2f%2fgithub.com%2fstefanprodan%2fpodinfo.git/6.4.0/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/git-tags/https:%2f%2fgithub.com%2fstefanprodan%2fpodinfo.git/6.4.0/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| mcr.microsoft.com/playwright | `v1.48.1-noble` -> `v1.48.2-noble` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/mcr.microsoft.com%2fplaywright/v1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/mcr.microsoft.com%2fplaywright/v1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/mcr.microsoft.com%2fplaywright/v1.48.1/v1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/mcr.microsoft.com%2fplaywright/v1.48.1/v1.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.6.2`
-> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.6.2/5.6.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.6.2/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.6.2/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [weaveworks/eksctl](https://redirect.github.com/weaveworks/eksctl) |
`v0.192.0` -> `v0.194.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/weaveworks%2feksctl/v0.194.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/weaveworks%2feksctl/v0.194.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/weaveworks%2feksctl/v0.192.0/v0.194.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/weaveworks%2feksctl/v0.192.0/v0.194.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [zarf-dev/zarf](https://redirect.github.com/zarf-dev/zarf) | `v0.41.0`
-> `v0.42.1` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/zarf-dev%2fzarf/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/zarf-dev%2fzarf/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/zarf-dev%2fzarf/v0.41.0/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/zarf-dev%2fzarf/v0.41.0/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.48.2`](https://redirect.github.com/microsoft/playwright/compare/v1.48.1...dc80964a3f84dc120b5fed8837ff492a38ddb26e)

[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.48.1...v1.48.2)

</details>

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2)

- `url-helper.ts` now leverages well-known environment variables by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946)

</details>

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

###
[`v4.1.0`](https://redirect.github.com/actions/setup-node/compare/v4.0.4...v4.1.0)

[Compare
Source](https://redirect.github.com/actions/setup-node/compare/v4.0.4...v4.1.0)

</details>

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

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

[Compare
Source](https://redirect.github.com/defenseunicorns/lula/compare/v0.9.1...v0.10.0)

v0.10.0 includes a focus on updates to console and initial integration
of the `Profile` OSCAL model.

Console: Haven't seen console yet? `lula console` is the Terminal User
Interface for interacting with OSCAL files in a more human-friendly
interface (all within the terminal!). Support currently includes the
`component-definition` and `assessment-results` models. You can now get
detailed views of your validations from the console view - as well as
the ability to execute a `validate` from the console and view the
results immediately with color-coded feedback.

Profile: Users of the CLI can now generate a `Profile` model with `lula
generate profile`. This enables authoring profiles from catalogs and
begins integration paths for how Lula can augment existing artifacts
that point to a profile model source artifact. Expect to see
integrations in the near future across models.

##### Features

- **console:** add support for multiple input files
([#&#8203;729](https://redirect.github.com/defenseunicorns/lula/issues/729))
([103ca0d](https://redirect.github.com/defenseunicorns/lula/commit/103ca0deabbb5db7fc90512c82817cb91bdd4c3f))
- **console:** assessment results generation
([#&#8203;744](https://redirect.github.com/defenseunicorns/lula/issues/744))
([6cb5933](https://redirect.github.com/defenseunicorns/lula/commit/6cb5933828f137d2ee024427f76885d12f5ad4bc))
- **console:** lula validation view
([#&#8203;727](https://redirect.github.com/defenseunicorns/lula/issues/727))
([481648f](https://redirect.github.com/defenseunicorns/lula/commit/481648fb366da9abf19441d39b81173935424704))
- **generate:** support for profile model and basic generation
([#&#8203;694](https://redirect.github.com/defenseunicorns/lula/issues/694))
([cb4fc6f](https://redirect.github.com/defenseunicorns/lula/commit/cb4fc6f2282547352c0a3a88ddd135c5a86e58eb))

##### Miscellaneous

- address linter report - swallowed errors and minor test cleanup of nil
checks
([#&#8203;740](https://redirect.github.com/defenseunicorns/lula/issues/740))
([05a7f6e](https://redirect.github.com/defenseunicorns/lula/commit/05a7f6e075adafeb2b3c635803cc12083f12c01d))
- **build:** add golangci-lint to the pipeline as a non-blocking step
([#&#8203;742](https://redirect.github.com/defenseunicorns/lula/issues/742))
([fedb0c9](https://redirect.github.com/defenseunicorns/lula/commit/fedb0c9731656941b24c9d2cf6fb85bdc4604002))
- **deps:** update actions/checkout action to v4.2.2
([#&#8203;756](https://redirect.github.com/defenseunicorns/lula/issues/756))
([7e1a193](https://redirect.github.com/defenseunicorns/lula/commit/7e1a1937bc69b99de67c50185b5c3c3a87cb4395))
- **deps:** update actions/setup-go action to v5.1.0
([#&#8203;761](https://redirect.github.com/defenseunicorns/lula/issues/761))
([e464cd0](https://redirect.github.com/defenseunicorns/lula/commit/e464cd04092ce78b50c750933edcc85c7f4fecdc))
- **deps:** update actions/setup-node action to v4.1.0
([#&#8203;759](https://redirect.github.com/defenseunicorns/lula/issues/759))
([2fd7f86](https://redirect.github.com/defenseunicorns/lula/commit/2fd7f86fc4f4723e34a3818fdd4e6282ee4cfed5))
- **deps:** update anchore/sbom-action action to v0.17.4
([#&#8203;731](https://redirect.github.com/defenseunicorns/lula/issues/731))
([36ef42a](https://redirect.github.com/defenseunicorns/lula/commit/36ef42aefb9fa5d48997a7f4b7d342c6a0d92cd3))
- **deps:** update anchore/sbom-action action to v0.17.5
([#&#8203;753](https://redirect.github.com/defenseunicorns/lula/issues/753))
([521452c](https://redirect.github.com/defenseunicorns/lula/commit/521452cf57370bcc4521020736b52438a5df797d))
- **deps:** update github/codeql-action action to v3.26.13
([#&#8203;737](https://redirect.github.com/defenseunicorns/lula/issues/737))
([86c9376](https://redirect.github.com/defenseunicorns/lula/commit/86c93762fcfc9eb819989dd0e376a798a6add4b2))
- **deps:** update github/codeql-action action to v3.27.0
([#&#8203;745](https://redirect.github.com/defenseunicorns/lula/issues/745))
([c87621e](https://redirect.github.com/defenseunicorns/lula/commit/c87621e40c2203cac8b4273d2291beab8765d8b2))
- **deps:** update kubernetes packages to v0.31.2
([#&#8203;757](https://redirect.github.com/defenseunicorns/lula/issues/757))
([259b180](https://redirect.github.com/defenseunicorns/lula/commit/259b18071651db2efd574cfa791d14b1f81628f3))
- **deps:** update module github.com/charmbracelet/bubbletea to v1.1.2
([#&#8203;763](https://redirect.github.com/defenseunicorns/lula/issues/763))
([83c9c3a](https://redirect.github.com/defenseunicorns/lula/commit/83c9c3aa841534ff785c138a9247b867995dbc98))
- **deps:** update module github.com/charmbracelet/lipgloss to v0.13.1
([#&#8203;755](https://redirect.github.com/defenseunicorns/lula/issues/755))
([821643d](https://redirect.github.com/defenseunicorns/lula/commit/821643d005b8c5480ef6bbb36d8961b8e6d4a352))
- **deps:** update module github.com/open-policy-agent/conftest to
v0.56.0
([#&#8203;743](https://redirect.github.com/defenseunicorns/lula/issues/743))
([c8b2293](https://redirect.github.com/defenseunicorns/lula/commit/c8b2293eaa3594acf6b867252020a2a513d820e3))
- **deps:** update module sigs.k8s.io/e2e-framework to v0.5.0
([#&#8203;754](https://redirect.github.com/defenseunicorns/lula/issues/754))
([1f7f3c7](https://redirect.github.com/defenseunicorns/lula/commit/1f7f3c72d06acd6cb394e565abd69760dffba93d))
- **lint:** appease the linter
([#&#8203;746](https://redirect.github.com/defenseunicorns/lula/issues/746))
([bcb2ab0](https://redirect.github.com/defenseunicorns/lula/commit/bcb2ab0b7d150e2d908fe2a9d674663f3c040489))
- **scan:** integrate KICS scanning into PR pipelines
([#&#8203;751](https://redirect.github.com/defenseunicorns/lula/issues/751))
([0112462](https://redirect.github.com/defenseunicorns/lula/commit/0112462ec52cec8150b559f2745f2974bbd18de6))
- **scanning:** create gosec integration in pipelines
([#&#8203;739](https://redirect.github.com/defenseunicorns/lula/issues/739))
([41bce03](https://redirect.github.com/defenseunicorns/lula/commit/41bce03649ce3cbb578c0bcb2d223884348c86d5))

#### What's Changed

- chore: address linter report - swallowed errors and minor test cleanup
by [@&#8203;mildwonkey](https://redirect.github.com/mildwonkey) in
[https://github.com/defenseunicorns/lula/pull/740](https://redirect.github.com/defenseunicorns/lula/pull/740)
- chore(deps): update anchore/sbom-action action to v0.17.4 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/731](https://redirect.github.com/defenseunicorns/lula/pull/731)
- chore(deps): update github/codeql-action action to v3.26.13 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/737](https://redirect.github.com/defenseunicorns/lula/pull/737)
- feat(console): add support for multiple input files by
[@&#8203;meganwolf0](https://redirect.github.com/meganwolf0) in
[https://github.com/defenseunicorns/lula/pull/729](https://redirect.github.com/defenseunicorns/lula/pull/729)
- chore(scanning): create gosec integration in pipelines by
[@&#8203;brandtkeller](https://redirect.github.com/brandtkeller) in
[https://github.com/defenseunicorns/lula/pull/739](https://redirect.github.com/defenseunicorns/lula/pull/739)
- feat(generate): support for profile model and basic generation by
[@&#8203;brandtkeller](https://redirect.github.com/brandtkeller) in
[https://github.com/defenseunicorns/lula/pull/694](https://redirect.github.com/defenseunicorns/lula/pull/694)
- feat(console): lula validation view by
[@&#8203;meganwolf0](https://redirect.github.com/meganwolf0) in
[https://github.com/defenseunicorns/lula/pull/727](https://redirect.github.com/defenseunicorns/lula/pull/727)
- chore: appease the linter by
[@&#8203;mildwonkey](https://redirect.github.com/mildwonkey) in
[https://github.com/defenseunicorns/lula/pull/746](https://redirect.github.com/defenseunicorns/lula/pull/746)
- chore(build): add golangci-lint to the pipeline as a non-blocking step
by [@&#8203;mildwonkey](https://redirect.github.com/mildwonkey) in
[https://github.com/defenseunicorns/lula/pull/742](https://redirect.github.com/defenseunicorns/lula/pull/742)
- feat(console): assessment results generation by
[@&#8203;meganwolf0](https://redirect.github.com/meganwolf0) in
[https://github.com/defenseunicorns/lula/pull/744](https://redirect.github.com/defenseunicorns/lula/pull/744)
- chore(scan): integrate KICS scanning into PR pipelines by
[@&#8203;brandtkeller](https://redirect.github.com/brandtkeller) in
[https://github.com/defenseunicorns/lula/pull/751](https://redirect.github.com/defenseunicorns/lula/pull/751)
- chore(deps): update actions/setup-node action to v4.1.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/759](https://redirect.github.com/defenseunicorns/lula/pull/759)
- chore(deps): update actions/checkout action to v4.2.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/756](https://redirect.github.com/defenseunicorns/lula/pull/756)
- chore(deps): update actions/setup-go action to v5.1.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/761](https://redirect.github.com/defenseunicorns/lula/pull/761)
- chore(deps): update github/codeql-action action to v3.27.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/745](https://redirect.github.com/defenseunicorns/lula/pull/745)
- chore(deps): update anchore/sbom-action action to v0.17.5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/753](https://redirect.github.com/defenseunicorns/lula/pull/753)
- chore(deps): update module github.com/open-policy-agent/conftest to
v0.56.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/743](https://redirect.github.com/defenseunicorns/lula/pull/743)
- chore(deps): update kubernetes packages to v0.31.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/757](https://redirect.github.com/defenseunicorns/lula/pull/757)
- chore(deps): update module sigs.k8s.io/e2e-framework to v0.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/754](https://redirect.github.com/defenseunicorns/lula/pull/754)
- chore(deps): update module github.com/charmbracelet/lipgloss to
v0.13.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/755](https://redirect.github.com/defenseunicorns/lula/pull/755)
- chore(deps): update module github.com/charmbracelet/bubbletea to
v1.1.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/lula/pull/763](https://redirect.github.com/defenseunicorns/lula/pull/763)
- chore(main): release 0.10.0 by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/defenseunicorns/lula/pull/736](https://redirect.github.com/defenseunicorns/lula/pull/736)

**Full Changelog**:
https://github.com/defenseunicorns/lula/compare/v0.9.1...v0.10.0

</details>

<details>
<summary>defenseunicorns/uds-cli (defenseunicorns/uds-cli)</summary>

###
[`v0.18.0`](https://redirect.github.com/defenseunicorns/uds-cli/releases/tag/v0.18.0)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-cli/compare/v0.17.0...v0.18.0)

#### What's Changed

- fix(deps): update module github.com/defenseunicorns/maru-runner to
v0.4.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/977](https://redirect.github.com/defenseunicorns/uds-cli/pull/977)
- chore: update LICENSE to AGPL 3.0 by
[@&#8203;jalling97](https://redirect.github.com/jalling97) in
[https://github.com/defenseunicorns/uds-cli/pull/970](https://redirect.github.com/defenseunicorns/uds-cli/pull/970)
- chore: refactor uds ui to use vendored runtime by
[@&#8203;TristanHoladay](https://redirect.github.com/TristanHoladay) in
[https://github.com/defenseunicorns/uds-cli/pull/967](https://redirect.github.com/defenseunicorns/uds-cli/pull/967)
- fix: remove scorecard token by
[@&#8203;catsby](https://redirect.github.com/catsby) in
[https://github.com/defenseunicorns/uds-cli/pull/979](https://redirect.github.com/defenseunicorns/uds-cli/pull/979)
- chore(deps): update dependency defenseunicorns/uds-runtime to v0.7.0
by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/defenseunicorns/uds-cli/pull/980](https://redirect.github.com/defenseunicorns/uds-cli/pull/980)
- chore(deps): update to uds-runtime v0.7.0 by
[@&#8203;catsby](https://redirect.github.com/catsby) in
[https://github.com/defenseunicorns/uds-cli/pull/981](https://redirect.github.com/defenseunicorns/uds-cli/pull/981)
- fix: revert "fix: remove unused GitHub Action install-tools" by
[@&#8203;catsby](https://redirect.github.com/catsby) in
[https://github.com/defenseunicorns/uds-cli/pull/982](https://redirect.github.com/defenseunicorns/uds-cli/pull/982)

#### New Contributors

- [@&#8203;jalling97](https://redirect.github.com/jalling97) made their
first contribution in
[https://github.com/defenseunicorns/uds-cli/pull/970](https://redirect.github.com/defenseunicorns/uds-cli/pull/970)

**Full Changelog**:
https://github.com/defenseunicorns/uds-cli/compare/nightly-unstable...v0.18.0

</details>

<details>
<summary>defenseunicorns/uds-common
(defenseunicorns/uds-common)</summary>

###
[`v1.2.2`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.2.2)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.2.1...v1.2.2)

##### Features

- allow alternate paths for the check flavor zarf.yaml
([#&#8203;326](https://redirect.github.com/defenseunicorns/uds-common/issues/326))
([d3ecafd](https://redirect.github.com/defenseunicorns/uds-common/commit/d3ecafdf8a124c8b722b34e41097bf08fe5b8036))

##### Miscellaneous

- **deps:** update uds common support dependencies to v0.30.0
([#&#8203;328](https://redirect.github.com/defenseunicorns/uds-common/issues/328))
([2c8bb0d](https://redirect.github.com/defenseunicorns/uds-common/commit/2c8bb0dfdd86611b32601fc9c4083fba6ea735aa))

###
[`v1.2.1`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.2.1)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.2.0...v1.2.1)

##### Bug Fixes

- pull mv command to use latest version
([#&#8203;324](https://redirect.github.com/defenseunicorns/uds-common/issues/324))
([3512549](https://redirect.github.com/defenseunicorns/uds-common/commit/3512549b418c115f5ff48df5e067c2790bdfd122))

##### Miscellaneous

- **deps:** update uds common support dependencies
([#&#8203;320](https://redirect.github.com/defenseunicorns/uds-common/issues/320))
([7dded2a](https://redirect.github.com/defenseunicorns/uds-common/commit/7dded2aa68a1f1c9b51960d870f698c976d0c1a4))

###
[`v1.2.0`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.2.0)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.1.2...v1.2.0)

##### Features

- support gitlab
([#&#8203;283](https://redirect.github.com/defenseunicorns/uds-common/issues/283))
([9ac2019](https://redirect.github.com/defenseunicorns/uds-common/commit/9ac201912622886aa6c6a25c1d0cd086b23b5567))

##### Bug Fixes

- don't fail if `zarf.yaml` not found in tag
([#&#8203;322](https://redirect.github.com/defenseunicorns/uds-common/issues/322))
([e4ef2ab](https://redirect.github.com/defenseunicorns/uds-common/commit/e4ef2ab9d752acfd0323eb551d84822311708b25))

##### Miscellaneous

- **deps:** update support-deps to v3.27.0
([#&#8203;318](https://redirect.github.com/defenseunicorns/uds-common/issues/318))
([8b6e67e](https://redirect.github.com/defenseunicorns/uds-common/commit/8b6e67e8f0ffa1300a75bc3d8d1df916dbddb2f8))
- update workflow permissions
([#&#8203;321](https://redirect.github.com/defenseunicorns/uds-common/issues/321))
([9f5c844](https://redirect.github.com/defenseunicorns/uds-common/commit/9f5c844238529b92eef7ee97f1b6f5713ec371ca))

###
[`v1.1.2`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.1.2)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.1.1...v1.1.2)

##### Miscellaneous

- **docs:** update CODEOWNERS example
([#&#8203;302](https://redirect.github.com/defenseunicorns/uds-common/issues/302))
([cf9959f](https://redirect.github.com/defenseunicorns/uds-common/commit/cf9959f7121f35b56748d62df5400d4ed3ac273d))
- improve badge verification and dep installs
([#&#8203;316](https://redirect.github.com/defenseunicorns/uds-common/issues/316))
([047cc5b](https://redirect.github.com/defenseunicorns/uds-common/commit/047cc5b52dacfbc77a60b2ea13d507237451c529))

###
[`v1.1.1`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.1.1)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.1.0...v1.1.1)

##### Bug Fixes

- lint:deps producing unwanted file
([#&#8203;297](https://redirect.github.com/defenseunicorns/uds-common/issues/297))
([94db603](https://redirect.github.com/defenseunicorns/uds-common/commit/94db6033619ea5b62d00de52961bd7b5fa969517))
- timeout too short on test workflows - allow adjustment on test/publish
([#&#8203;314](https://redirect.github.com/defenseunicorns/uds-common/issues/314))
([6ac1587](https://redirect.github.com/defenseunicorns/uds-common/commit/6ac1587f0553ed91e1f0a2f662e59dd0839d10a7))

##### Miscellaneous

- add if to only run the clean runner task on ubuntu-latest
([#&#8203;309](https://redirect.github.com/defenseunicorns/uds-common/issues/309))
([10377e8](https://redirect.github.com/defenseunicorns/uds-common/commit/10377e875c105c69b2233cf8f0703c1951b2ebf1))
- adds check for addlicense
([#&#8203;303](https://redirect.github.com/defenseunicorns/uds-common/issues/303))
([4fef014](https://redirect.github.com/defenseunicorns/uds-common/commit/4fef014b93368ac2b2cff8b01a6ab997db12a660))
- **deps:** update uds common support dependencies
([#&#8203;305](https://redirect.github.com/defenseunicorns/uds-common/issues/305))
([429058f](https://redirect.github.com/defenseunicorns/uds-common/commit/429058f7a8a3e670ef59c0d385a4b58f90a31387))
- **deps:** update uds common support dependencies to v0.29.1
([#&#8203;313](https://redirect.github.com/defenseunicorns/uds-common/issues/313))
([bd27cc8](https://redirect.github.com/defenseunicorns/uds-common/commit/bd27cc8f5b08940626276ca338c9bf864bc5f054))
- **docs:** fix overwritten requirement for metadata
([#&#8203;296](https://redirect.github.com/defenseunicorns/uds-common/issues/296))
([07fd1d3](https://redirect.github.com/defenseunicorns/uds-common/commit/07fd1d330374a79f0ff3278d972155ef80d83313))
- improve task checks/linting and allow more options on test/publish
([#&#8203;311](https://redirect.github.com/defenseunicorns/uds-common/issues/311))
([894a2ce](https://redirect.github.com/defenseunicorns/uds-common/commit/894a2ce4d9c26015cc4842644c20eb92a9acd2a3))
- make yamllint easier to run locally
([#&#8203;312](https://redirect.github.com/defenseunicorns/uds-common/issues/312))
([f44b244](https://redirect.github.com/defenseunicorns/uds-common/commit/f44b244c96f948e1193244067307642b6e9953cb))
- update uds-package-requirements.md
([#&#8203;306](https://redirect.github.com/defenseunicorns/uds-common/issues/306))
([b7a6f09](https://redirect.github.com/defenseunicorns/uds-common/commit/b7a6f097014733e03b2f0b763e4654f3d3c89f78))

</details>

<details>
<summary>Kong/httpbin (docker.io/kong/httpbin)</summary>

###
[`v0.2.1`](https://redirect.github.com/Kong/httpbin/releases/tag/0.2.1)

[Compare
Source](https://redirect.github.com/Kong/httpbin/compare/0.2.0...0.2.1)

##### What's Changed

- Issue 60, 62 related fix by
[@&#8203;VBranimir](https://redirect.github.com/VBranimir) in
[https://github.com/Kong/httpbin/pull/63](https://redirect.github.com/Kong/httpbin/pull/63)

##### New Contributors

- [@&#8203;VBranimir](https://redirect.github.com/VBranimir) made their
first contribution in
[https://github.com/Kong/httpbin/pull/63](https://redirect.github.com/Kong/httpbin/pull/63)

**Full Changelog**:
https://github.com/Kong/httpbin/compare/0.2.0...0.2.1

###
[`v0.2.0`](https://redirect.github.com/Kong/httpbin/releases/tag/0.2.0)

[Compare
Source](https://redirect.github.com/Kong/httpbin/compare/0.1.0...0.2.0)

##### What's Changed

- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/6](https://redirect.github.com/Kong/httpbin/pull/6)
- Bump dependabot/fetch-metadata from 1.3.2 to 1.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/7](https://redirect.github.com/Kong/httpbin/pull/7)
- Bump ubuntu from focal-20220531 to focal-20220801 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/8](https://redirect.github.com/Kong/httpbin/pull/8)
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/10](https://redirect.github.com/Kong/httpbin/pull/10)
- Bump ubuntu from focal-20220801 to focal-20220922 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/11](https://redirect.github.com/Kong/httpbin/pull/11)
- Bump ubuntu from focal-20220922 to focal-20221019 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/12](https://redirect.github.com/Kong/httpbin/pull/12)
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/13](https://redirect.github.com/Kong/httpbin/pull/13)
- Bump ubuntu from focal-20221019 to focal-20221130 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/14](https://redirect.github.com/Kong/httpbin/pull/14)
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/15](https://redirect.github.com/Kong/httpbin/pull/15)
- Bump ubuntu from focal-20221130 to focal-20230126 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/16](https://redirect.github.com/Kong/httpbin/pull/16)
- Bump dependabot/fetch-metadata from 1.3.6 to 1.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/28](https://redirect.github.com/Kong/httpbin/pull/28)
- chore(ci): remove precommit workflow by
[@&#8203;pmalek](https://redirect.github.com/pmalek) in
[https://github.com/Kong/httpbin/pull/36](https://redirect.github.com/Kong/httpbin/pull/36)
- Bump docker/setup-buildx-action from 2 to 3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/34](https://redirect.github.com/Kong/httpbin/pull/34)
- chore(ci): fix precommit workflow by
[@&#8203;pmalek](https://redirect.github.com/pmalek) in
[https://github.com/Kong/httpbin/pull/37](https://redirect.github.com/Kong/httpbin/pull/37)
- Bump docker/bake-action from 2 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/32](https://redirect.github.com/Kong/httpbin/pull/32)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/30](https://redirect.github.com/Kong/httpbin/pull/30)
- Bump docker/login-action from 2 to 3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/33](https://redirect.github.com/Kong/httpbin/pull/33)
- Updates for ubuntu:latest, python 3.10, werkzeug 2.3.7, remove
meinheld by
[@&#8203;matt-domsch-sp](https://redirect.github.com/matt-domsch-sp) in
[https://github.com/Kong/httpbin/pull/31](https://redirect.github.com/Kong/httpbin/pull/31)
- Update CODEOWNERS by
[@&#8203;mheap](https://redirect.github.com/mheap) in
[https://github.com/Kong/httpbin/pull/20](https://redirect.github.com/Kong/httpbin/pull/20)
- Bump crazy-max/ghaction-docker-meta from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/39](https://redirect.github.com/Kong/httpbin/pull/39)
- Bump docker/setup-qemu-action from 2 to 3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/38](https://redirect.github.com/Kong/httpbin/pull/38)
- Bump ubuntu from jammy-20230816 to jammy-20230916 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/40](https://redirect.github.com/Kong/httpbin/pull/40)
- Bump ubuntu from jammy-20230916 to jammy-20231004 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/41](https://redirect.github.com/Kong/httpbin/pull/41)
- Bump ubuntu from jammy-20231004 to jammy-20231128 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/43](https://redirect.github.com/Kong/httpbin/pull/43)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/44](https://redirect.github.com/Kong/httpbin/pull/44)
- Bump ubuntu from jammy-20231128 to jammy-20240111 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/45](https://redirect.github.com/Kong/httpbin/pull/45)
- Bump pre-commit/action from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/47](https://redirect.github.com/Kong/httpbin/pull/47)
- Bump ubuntu from jammy-20240111 to jammy-20240212 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/48](https://redirect.github.com/Kong/httpbin/pull/48)
- Bump ubuntu from jammy-20240212 to jammy-20240227 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/49](https://redirect.github.com/Kong/httpbin/pull/49)
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/50](https://redirect.github.com/Kong/httpbin/pull/50)
- Bump ubuntu from jammy-20240227 to jammy-20240405 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/51](https://redirect.github.com/Kong/httpbin/pull/51)
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/52](https://redirect.github.com/Kong/httpbin/pull/52)
- Bump ubuntu from jammy-20240405 to jammy-20240416 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/53](https://redirect.github.com/Kong/httpbin/pull/53)
- Bump ubuntu from jammy-20240416 to jammy-20240427 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/54](https://redirect.github.com/Kong/httpbin/pull/54)
- Bump ubuntu from jammy-20240427 to jammy-20240530 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/55](https://redirect.github.com/Kong/httpbin/pull/55)
- Bump docker/bake-action from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/56](https://redirect.github.com/Kong/httpbin/pull/56)
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/57](https://redirect.github.com/Kong/httpbin/pull/57)
- Bump ubuntu from jammy-20240530 to jammy-20240808 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Kong/httpbin/pull/58](https://redirect.github.com/Kong/httpbin/pull/58)

##### New Contributors

- [@&#8203;pmalek](https://redirect.github.com/pmalek) made their first
contribution in
[https://github.com/Kong/httpbin/pull/36](https://redirect.github.com/Kong/httpbin/pull/36)
- [@&#8203;matt-domsch-sp](https://redirect.github.com/matt-domsch-sp)
made their first contribution in
[https://github.com/Kong/httpbin/pull/31](https://redirect.github.com/Kong/httpbin/pull/31)
- [@&#8203;mheap](https://redirect.github.com/mheap) made their first
contribution in
[https://github.com/Kong/httpbin/pull/20](https://redirect.github.com/Kong/httpbin/pull/20)

**Full Changelog**:
https://github.com/Kong/httpbin/compare/0.1.0...0.2.0

</details>

<details>
<summary>stefanprodan/podinfo (ghcr.io/stefanprodan/podinfo)</summary>

###
[`v6.7.1`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.7.1)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.7.0...6.7.1)

CHANGELOG

- PR
[#&#8203;378](https://redirect.github.com/stefanprodan/podinfo/issues/378)
Release 6.7.1
- PR
[#&#8203;377](https://redirect.github.com/stefanprodan/podinfo/issues/377)
Build with Go 1.23
- PR
[#&#8203;375](https://redirect.github.com/stefanprodan/podinfo/issues/375)
build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1

###
[`v6.7.0`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.7.0)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.6.3...6.7.0)

CHANGELOG

- PR
[#&#8203;374](https://redirect.github.com/stefanprodan/podinfo/issues/374)
Release v6.7.0
- PR
[#&#8203;373](https://redirect.github.com/stefanprodan/podinfo/issues/373)
Update dependencies
- PR
[#&#8203;372](https://redirect.github.com/stefanprodan/podinfo/issues/372)
Set CUE version in Timoni module
- PR
[#&#8203;370](https://redirect.github.com/stefanprodan/podinfo/issues/370)
fix(deploy): add protocol to Redis URL
- PR
[#&#8203;369](https://redirect.github.com/stefanprodan/podinfo/issues/369)
GRPC Apis for Corresponding HTTP APIs

###
[`v6.6.3`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.6.3)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.6.2...6.6.3)

CHANGELOG

- PR
[#&#8203;367](https://redirect.github.com/stefanprodan/podinfo/issues/367)
Release v6.6.3
- PR
[#&#8203;366](https://redirect.github.com/stefanprodan/podinfo/issues/366)
Update opentelemetry dependencies
- PR
[#&#8203;365](https://redirect.github.com/stefanprodan/podinfo/issues/365)
Update Alpine to 3.20
- PR
[#&#8203;364](https://redirect.github.com/stefanprodan/podinfo/issues/364)
fix: panic when the WebSocket endpoint is under load
- PR
[#&#8203;361](https://redirect.github.com/stefanprodan/podinfo/issues/361)
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

###
[`v6.6.2`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.6.2)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.6.1...6.6.2)

CHANGELOG

- PR
[#&#8203;357](https://redirect.github.com/stefanprodan/podinfo/issues/357)
Release v6.6.2

###
[`v6.6.1`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.6.1)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.6.0...6.6.1)

CHANGELOG

- PR
[#&#8203;353](https://redirect.github.com/stefanprodan/podinfo/issues/353)
Release v6.6.1
- PR
[#&#8203;352](https://redirect.github.com/stefanprodan/podinfo/issues/352)
Update dependencies to Go 1.22
- PR
[#&#8203;349](https://redirect.github.com/stefanprodan/podinfo/issues/349)
feature(chart): allow extraEnvs to be parst
- PR
[#&#8203;348](https://redirect.github.com/stefanprodan/podinfo/issues/348)
build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
- PR
[#&#8203;347](https://redirect.github.com/stefanprodan/podinfo/issues/347)
Update README.md
- PR
[#&#8203;344](https://redirect.github.com/stefanprodan/podinfo/issues/344)
feat(chart): allow input config and extraArgs

###
[`v6.6.0`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.6.0)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.5.4...6.6.0)

CHANGELOG

- PR
[#&#8203;343](https://redirect.github.com/stefanprodan/podinfo/issues/343)
Release v6.6.0
- PR
[#&#8203;322](https://redirect.github.com/stefanprodan/podinfo/issues/322)
Implement gRPC for `echo` and `version` APIs
- PR
[#&#8203;341](https://redirect.github.com/stefanprodan/podinfo/issues/341)
feat(notation): sign artifacts using notation
- PR
[#&#8203;334](https://redirect.github.com/stefanprodan/podinfo/issues/334)
Fixes /store endpoint with the kustomize deployment
- PR
[#&#8203;332](https://redirect.github.com/stefanprodan/podinfo/issues/332)
ci: Use `GITHUB_OUTPUT` instead of set-output

###
[`v6.5.4`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.5.4)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.5.3...6.5.4)

CHANGELOG

- PR
[#&#8203;329](https://redirect.github.com/stefanprodan/podinfo/issues/329)
Release 6.5.4
- PR
[#&#8203;328](https://redirect.github.com/stefanprodan/podinfo/issues/328)
Update Timoni CUE schemas
- PR
[#&#8203;327](https://redirect.github.com/stefanprodan/podinfo/issues/327)
Update Go dependencies
- PR
[#&#8203;326](https://redirect.github.com/stefanprodan/podinfo/issues/326)
Update Alpine to 3.19
- PR
[#&#8203;320](https://redirect.github.com/stefanprodan/podinfo/issues/320)
Add comment on sleep during graceful shutdown

###
[`v6.5.3`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.5.3)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.5.2...6.5.3)

CHANGELOG

- PR
[#&#8203;316](https://redirect.github.com/stefanprodan/podinfo/issues/316)
Release 6.5.3
- PR
[#&#8203;315](https://redirect.github.com/stefanprodan/podinfo/issues/315)
timoni: Add connectivity test to module
- PR
[#&#8203;314](https://redirect.github.com/stefanprodan/podinfo/issues/314)
timoni: Add debug values and vet module in CI
- PR
[#&#8203;313](https://redirect.github.com/stefanprodan/podinfo/issues/313)
docs: Verify podinfo release assets with cosign
- PR
[#&#8203;312](https://redirect.github.com/stefanprodan/podinfo/issues/312)
Bump google.golang.org/grpc from 1.58.2 to 1.58.3

###
[`v6.5.2`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.5.2)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.5.1...6.5.2)

CHANGELOG

- PR
[#&#8203;310](https://redirect.github.com/stefanprodan/podinfo/issues/310)
Release 6.5.2
- PR
[#&#8203;309](https://redirect.github.com/stefanprodan/podinfo/issues/309)
Bump golang.org/x/net from 0.15.0 to 0.17.0

###
[`v6.5.1`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.5.1)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.5.0...6.5.1)

CHANGELOG

- PR
[#&#8203;307](https://redirect.github.com/stefanprodan/podinfo/issues/307)
Release 6.5.1
- PR
[#&#8203;306](https://redirect.github.com/stefanprodan/podinfo/issues/306)
Update Go dependencies
- PR
[#&#8203;305](https://redirect.github.com/stefanprodan/podinfo/issues/305)
Update module to Timoni v0.14 APIs

###
[`v6.5.0`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.5.0)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.4.1...6.5.0)

CHANGELOG

- PR
[#&#8203;304](https://redirect.github.com/stefanprodan/podinfo/issues/304)
Release v6.5.0
- PR
[#&#8203;303](https://redirect.github.com/stefanprodan/podinfo/issues/303)
Publish signed Timoni module to GHCR
- PR
[#&#8203;302](https://redirect.github.com/stefanprodan/podinfo/issues/302)
Timoni module improvements
- PR
[#&#8203;301](https://redirect.github.com/stefanprodan/podinfo/issues/301)
Add Timoni module
- PR
[#&#8203;300](https://redirect.github.com/stefanprodan/podinfo/issues/300)
Update dependencies

###
[`v6.4.1`](https://redirect.github.com/stefanprodan/podinfo/releases/tag/6.4.1)

[Compare
Source](https://redirect.github.com/stefanprodan/podinfo/compare/6.4.0...6.4.1)

CHANGELOG

- PR
[#&#8203;290](https://redirect.github.com/stefanprodan/podinfo/issues/290)
Release v6.4.1
- PR
[#&#8203;289](https://redirect.github.com/stefanprodan/podinfo/issues/289)
Build with Go 1.21
- PR
[#&#8203;285](https://redirect.github.com/stefanprodan/podinfo/issues/285)
Update dependencies
- PR
[#&#8203;274](https://redirect.github.com/stefanprodan/podinfo/issues/274)
Update base image to Alpine 3.18

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.27.0`](https://redirect.github.com/github/codeql-action/releases/tag/v3.27.0)

[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.26.13...v3.27.0)

##### CodeQL Action Changelog

See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.

Note that the only difference between `v2` and `v3` of the CodeQL Action
is the node version they support, with `v3` running on node 20 while we
continue to release `v2` to support running on node 16. For example
`3.22.11` was the first `v3` release and is functionally identical to
`2.22.11`. This approach ensures an easy way to track exactly which
features are included in different versions, indicated by the minor and
patch version numbers.

##### 3.27.0 - 22 Oct 2024

- Bump the minimum CodeQL bundle version to 2.14.6.
[#&#8203;2549](https://redirect.github.com/github/codeql-action/pull/2549)
- Fix an issue where the `upload-sarif` Action would fail with
"upload-sarif post-action step failed: Input required and not supplied:
token" when called in a composite Action that had a different set of
inputs to the ones expected by the `upload-sarif` Action.
[#&#8203;2557](https://redirect.github.com/github/codeql-action/pull/2557)
- Update default CodeQL bundle version to 2.19.2.
[#&#8203;2552](https://redirect.github.com/github/codeql-action/pull/2552)

See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.27.0/CHANGELOG.md)
for more information.

###
[`v3.26.13`](https://redirect.github.com/github/codeql-action/compare/v3.26.12...v3.26.13)

[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.26.12...v3.26.13)

</details>

<details>
<summary>microsoft/TypeScript (typescript)</summary>

###
[`v5.6.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...d48a5cf89a62a62d6c6ed53ffa18f070d9458b85)

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

</details>

<details>
<summary>weaveworks/eksctl (weaveworks/eksctl)</summary>

###
[`v0.194.0`](https://redirect.github.com/eksctl-io/eksctl/releases/tag/v0.194.0):
eksctl 0.194.0

[Compare
Source](https://redirect.github.com/weaveworks/eksctl/compare/0.194.0-rc.0...0.194.0-rc.0)

##### Release v0.194.0

##### 🚀 Features

- Support EKS zonal shift config
([#&#8203;8005](https://redirect.github.com/weaveworks/eksctl/issues/8005))

##### 🎯 Improvements

- Fix missing ELB listener attribute actions required for AWS Load
Balancer Controller v2.9.0
([#&#8203;7988](https://redirect.github.com/weaveworks/eksctl/issues/7988))

##### Acknowledgments

The eksctl maintainers would like to sincerely thank
[@&#8203;jonathanfoster](https://redirect.github.com/jonathanfoster).

###
[`v0.194.0`](https://redirect.github.com/eksctl-io/eksctl/releases/tag/v0.194.0):
eksctl 0.194.0

[Compare
Source](https://redirect.github.com/weaveworks/eksctl/compare/0.193.0...0.194.0-rc.0)

### Release v0.194.0

#### 🚀 Features

- Support EKS zonal shift config
([#&#8203;8005](https://redirect.github.com/weaveworks/eksctl/issues/8005))

#### 🎯 Improvements

- Fix missing ELB listener attribute actions required for AWS Load
Balancer Controller v2.9.0
([#&#8203;7988](https://redirect.github.com/weaveworks/eksctl/issues/7988))

#### Acknowledgments

The eksctl maintainers would like to sincerely thank
[@&#8203;jonathanfoster](https://redirect.github.com/jonathanfoster).

###
[`v0.193.0`](https://redirect.github.com/eksctl-io/eksctl/releases/tag/v0.193.0):
eksctl 0.193.0

[Compare
Source](https://redirect.github.com/weaveworks/eksctl/compare/0.193.0...0.193.0)

##### Release v0.193.0

##### 🚀 Features

- Add support for M8g instance types
([#&#8203;8001](https://redirect.github.com/weaveworks/eksctl/issues/8001))

##### 📝 Documentation

- Documentation: correct version drift limits in cluster-upgrade.md
([#&#8203;7994](https://redirect.github.com/weaveworks/eksctl/issues/7994))

##### Acknowledgments

The eksctl maintainers would like to sincerely thank
[@&#8203;larvacea](https://redirect.github.com/larvacea).

###
[`v0.193.0`](https://redirect.github.com/eksctl-io/eksctl/releases/tag/v0.193.0):
eksctl 0.193.0

[Compare
Source](https://redirect.github.com/weaveworks/eksctl/compare/0.192.0...0.193.0)

### Release v0.193.0

#### 🚀 Features

- Add support for M8g instance types
([#&#8203;8001](https://redirect.github.com/weaveworks/eksctl/issues/8001))

#### 📝 Documentation

- Documentation: correct version drift limits in cluster-upgrade.md
([#&#8203;7994](https://redirect.github.com/weaveworks/eksctl/issues/7994))

#### Acknowledgments

The eksctl maintainers would like to sincerely thank
[@&#8203;larvacea](https://redirect.github.com/larvacea).

</details>

<details>
<summary>zarf-dev/zarf (zarf-dev/zarf)</summary>

###
[`v0.42.1`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.42.1)

[Compare
Source](https://redirect.github.com/zarf-dev/zarf/compare/v0.42.0...v0.42.1)

#### What's Changed

- Remove import chaining from import package by
[@&#8203;phillebaba](https://redirect.github.com/phillebaba) in
[https://github.com/zarf-dev/zarf/pull/3115](https://redirect.github.com/zarf-dev/zarf/pull/3115)
-   chore(deps): bump actions/dependency

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@UnicornChance UnicornChance merged commit f271ce2 into main Nov 5, 2024
43 checks passed
@UnicornChance UnicornChance deleted the loki-e2e branch November 5, 2024 20:47
UnicornChance pushed a commit that referenced this pull request Nov 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.31.0](v0.30.0...v0.31.0)
(2024-11-12)


### ⚠ BREAKING CHANGES

* Remove the generated exception block from the remoteCidr generation.
This change means that a cidr containing the META_IP could be set.

### Bug Fixes

* avoids memory leak in istio sidecar termination
([#972](#972))
([bfd415e](bfd415e))
* ensure grafana does not install plugins from the internet
([#993](#993))
([f3def45](f3def45))
* remove remoteCidr exception block
([#987](#987))
([264fbf6](264fbf6))
* renovate config updated to track tests
([#981](#981))
([2494448](2494448))
* sets `fail-fast` to `false` for matrix workflows
([#995](#995))
([3008788](3008788))
* sort auth chains when building the authservice config
([#969](#969))
([15487fb](15487fb))


### Miscellaneous

* add prometheus, loki, and vector e2e testing
([#939](#939))
([f271ce2](f271ce2))
* add the scorecard supply chain security workflow
([#917](#917))
([5626f2f](5626f2f))
* **deps:** update authservice to v1.0.3
([#893](#893))
([5585a3c](5585a3c))
* **deps:** update grafana curl-fips image to v8.11.0
([#994](#994))
([dfc4c8c](dfc4c8c))
* **deps:** update grafana to 11.3.0
([#921](#921))
([7cdd742](7cdd742))
* **deps:** update loki to 3.2.1
([#918](#918))
([5fa6a24](5fa6a24))
* **deps:** update loki to v6.19.0
([#990](#990))
([8bbac53](8bbac53))
* **deps:** update pepr to v0.39.0
([#932](#932))
([27eb1bd](27eb1bd))
* **deps:** update support dependencies to v3.27.2
([#1001](#1001))
([8702952](8702952))
* **deps:** update support dependencies to v3.3.0
([#985](#985))
([4636a38](4636a38))
* **deps:** update support dependencies to v3.3.1
([#1002](#1002))
([8c20b49](8c20b49))
* **deps:** update support-deps
([#928](#928))
([a9cf1f2](a9cf1f2))
* **deps:** update support-deps
([#983](#983))
([dc3084b](dc3084b))
* **deps:** update support-deps
([#989](#989))
([7a1c74e](7a1c74e))
* **deps:** update velero
([#956](#956))
([7746092](7746092))
* regroup renovate support dependencies
([#979](#979))
([6491be9](6491be9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E2E Testing for Prometheus Stack/Monitoring
4 participants