Skip to content

Tags: defenseunicorns/pepr

Tags

v0.42.1

Toggle v0.42.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: different periods between send and receive (#1563)

## Description

We lowered the debounce period (to one second) in which our Store
Subscribers **receive** updates from the Watch on the `PeprStore`
resource, meaning they can react to changes faster.

The same debounce period was responsible for **sending** JSON patches to
the `PeprStore` resource. The cache that holds these updates is updated
and the items that were sent are deleted after the JSON patch succeeds.
This meant that if we are sending events every second, and the
kube-apiserver does not process the patch in a second, then the same
events will be sent over multiple intervals. It is unclear if this would
make the data incorrect as it is idempotent but it certainly introduces
pressure on the network which could create a fallout of other network
created problems.

This PR:
- Creates two different debounce periods, one for send and one for
receive
- Sends a reason for the reject in `SetItemAndWait/RemoveItemAndWait`
- Cleans up the timeouts in `SetItemAndWait/RemoveItemAndWait`
- Adds an array item to the JSON patch to the Store to ensure a watch
event occurs to resolve promises in Set/RemoveItemAndWait


e2e: defenseunicorns/pepr-excellent-examples#204
## Related Issue

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

## Type of change

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

## Checklist before merging
- [x] Unit,
[Journey](https://github.com/defenseunicorns/pepr/tree/main/journey),
[E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples),
[docs](https://github.com/defenseunicorns/pepr/tree/main/docs),
[adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or
updated as needed
- [x] [Contributor Guide
Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request)
followed

---------

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>

v0.42.0

Toggle v0.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump express from 4.21.1 to 4.21.2 in the production-dependenc…

…ies group (#1525)

Bumps the production-dependencies group with 1 update:
[express](https://github.com/expressjs/express).

Updates `express` from 4.21.1 to 4.21.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/express/releases">express's
releases</a>.</em></p>
<blockquote>
<h2>4.21.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add funding field (v4) by <a
href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/6065">expressjs/express#6065</a></li>
<li>deps: path-to-regexp@0.1.11 by <a
href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in
<a
href="https://redirect.github.com/expressjs/express/pull/5956">expressjs/express#5956</a></li>
<li>deps: bump path-to-regexp@0.1.12 by <a
href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a
href="https://redirect.github.com/expressjs/express/pull/6209">expressjs/express#6209</a></li>
<li>Release: 4.21.2 by <a
href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
in <a
href="https://redirect.github.com/expressjs/express/pull/6094">expressjs/express#6094</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/expressjs/express/compare/4.21.1...4.21.2">https://github.com/expressjs/express/compare/4.21.1...4.21.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/express/blob/4.21.2/History.md">express's
changelog</a>.</em></p>
<blockquote>
<h1>4.21.2 / 2024-11-06</h1>
<ul>
<li>deps: path-to-regexp@0.1.12
<ul>
<li>Fix backtracking protection</li>
</ul>
</li>
<li>deps: path-to-regexp@0.1.11
<ul>
<li>Throws an error on invalid path values</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/expressjs/express/commit/1faf228935aa0a13111f92c28ee795be64ce3f0f"><code>1faf228</code></a>
4.21.2</li>
<li><a
href="https://github.com/expressjs/express/commit/2e0fb646d03184dd9a5285813460210c0e7ae654"><code>2e0fb64</code></a>
deps: bump path-to-regexp@0.1.12 (<a
href="https://redirect.github.com/expressjs/express/issues/6209">#6209</a>)</li>
<li><a
href="https://github.com/expressjs/express/commit/59fc27028ec5d212be653d35d7e3f73a2c3ac3c0"><code>59fc270</code></a>
deps: path-to-regexp@0.1.11 (<a
href="https://redirect.github.com/expressjs/express/issues/5956">#5956</a>)</li>
<li><a
href="https://github.com/expressjs/express/commit/51fc39ccf834eec44547b0f4fed8027e7c05a009"><code>51fc39c</code></a>
docs: add funding (<a
href="https://redirect.github.com/expressjs/express/issues/6065">#6065</a>)</li>
<li>See full diff in <a
href="https://github.com/expressjs/express/compare/4.21.1...4.21.2">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~jonchurch">jonchurch</a>, a new releaser
for express since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.21.1&new-version=4.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.40.1

Toggle v0.40.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump kubernetes-fluent-client from 3.3.3 to 3.3.4 in the produ…

…ction-dependencies group (#1450)

Bumps the production-dependencies group with 1 update:
[kubernetes-fluent-client](https://github.com/defenseunicorns/kubernetes-fluent-client).

Updates `kubernetes-fluent-client` from 3.3.3 to 3.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/releases">kubernetes-fluent-client's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.4</h2>
<h2><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.3.3...v3.3.4">3.3.4</a>
(2024-11-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>bump cross-spawn from 7.0.3 to 7.0.5 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/478">#478</a>)
(<a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/f41fd884f476009cb2028dc1ec9e9c9d7aa8c104">f41fd88</a>),
closes <a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/160">#160</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/160">#160</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/156">#156</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/142">#142</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/f41fd884f476009cb2028dc1ec9e9c9d7aa8c104"><code>f41fd88</code></a>
fix: bump cross-spawn from 7.0.3 to 7.0.5 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/478">#478</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/61ac7cf3b2e2cba02aae575c89c2a8b2c2869f7f"><code>61ac7cf</code></a>
chore: squash security alert by setting string (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/475">#475</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/d521832c3440db90911b4ffc675f0115ccac5253"><code>d521832</code></a>
chore(deps-dev): bump the development-dependencies group with 2 updates
(<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/476">#476</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/df462eac5c244a26dc7e9c7716b0aec2f68b9bc7"><code>df462ea</code></a>
chore(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/472">#472</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/3ec4a8549255843cd32af3969e4938d6073939f0"><code>3ec4a85</code></a>
chore(deps-dev): bump the development-dependencies group with 3 updates
(<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/473">#473</a>)</li>
<li>See full diff in <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.3.3...v3.3.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kubernetes-fluent-client&package-manager=npm_and_yarn&previous-version=3.3.3&new-version=3.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: test cleanup of unneeded folders (#1449)

## Description

When running `npm test` the `pepr-test-module` is created with journey
tests are run on module. This is a common place to test new features in
the controller. However, there was legacy folders being left in the
`dist` folder after the test ended. This PR cleans up the legacy folders
that are no longer needed after the test ends and not relevant for
controller testing.

End to End Test:  <!-- if applicable -->  
(See [Pepr Excellent
Examples](https://github.com/defenseunicorns/pepr-excellent-examples))

## Related Issue

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

## Type of change

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

## Checklist before merging
- [x] Unit,
[Journey](https://github.com/defenseunicorns/pepr/tree/main/journey),
[E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples),
[docs](https://github.com/defenseunicorns/pepr/tree/main/docs),
[adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or
updated as needed
- [x] [Contributor Guide
Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request)
followed

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>

v0.39.1

Toggle v0.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump kubernetes-fluent-client from 3.3.0 to 3.3.1 in the produ…

…ction-dependencies group (#1420)

Bumps the production-dependencies group with 1 update:
[kubernetes-fluent-client](https://github.com/defenseunicorns/kubernetes-fluent-client).

Updates `kubernetes-fluent-client` from 3.3.0 to 3.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/releases">kubernetes-fluent-client's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.1</h2>
<h2><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.3.0...v3.3.1">3.3.1</a>
(2024-11-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>bump github/codeql-action and release to patch cve (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/460">#460</a>)
(<a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/de3d462d8fd2f86bce12f300f1c24db7b69712b7">de3d462</a>),
closes <a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2590">#2590</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2590">#2590</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2573">#2573</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2576">#2576</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2549">#2549</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2557">#2557</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2552">#2552</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2520">#2520</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2519">#2519</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2502">#2502</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2594">#2594</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2590">#2590</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2592">#2592</a>
<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/2591">#2591</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/de3d462d8fd2f86bce12f300f1c24db7b69712b7"><code>de3d462</code></a>
fix: bump github/codeql-action and release to patch cve (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/460">#460</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/5c6a5c6e2ab0fd7f8e9fa9a791e32b2dc2676c90"><code>5c6a5c6</code></a>
chore(deps-dev): bump the development-dependencies group with 2 updates
(<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/456">#456</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/4f4d5d6515127832ea4bec83ada6d64dafed69a9"><code>4f4d5d6</code></a>
chore(deps): bump jsonpath-plus from 10.0.0 to 10.1.0 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/458">#458</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/030852b61127d7c2e464265db693dcd60f112dc4"><code>030852b</code></a>
chore(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/454">#454</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/5f379c864599da85dc3dd7ff553820f55ff83ac5"><code>5f379c8</code></a>
chore(deps-dev): bump nock from 13.5.5 to 13.5.6 in the
development-dependenc...</li>
<li>See full diff in <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.3.0...v3.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kubernetes-fluent-client&package-manager=npm_and_yarn&previous-version=3.3.0&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.39.0

Toggle v0.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump trufflesecurity/trufflehog from 944d5dcdc2ba2aa70c2227d8e…

…432d19eceda10be to 9095845958d9cabdc354ddf372123b5399a5d334 (#1400)

Bumps
[trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)
from 944d5dcdc2ba2aa70c2227d8e432d19eceda10be to
9095845958d9cabdc354ddf372123b5399a5d334.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml">trufflesecurity/trufflehog's
changelog</a>.</em></p>
<blockquote>
<p>version: 2
builds:</p>
<ul>
<li>binary: trufflehog
ldflags:
<ul>
<li>-s -w -X
'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{
.Version }}'
env: [CGO_ENABLED=0]
goos:</li>
<li>linux</li>
<li>windows</li>
<li>darwin
goarch:</li>
<li>amd64</li>
<li>arm64
dockers:</li>
</ul>
</li>
<li>image_templates: [&quot;trufflesecurity/{{ .ProjectName }}:{{
.Version }}-amd64&quot;]
dockerfile: Dockerfile.goreleaser
extra_files:
<ul>
<li>entrypoint.sh
use: buildx
build_flag_templates:</li>
<li>--platform=linux/amd64</li>
<li>--label=org.opencontainers.image.title={{ .ProjectName }}</li>
<li>--label=org.opencontainers.image.description={{ .ProjectName }}</li>
<li>--label=org.opencontainers.image.url=<a
href="https://github.com/trufflesecurity/%7B%7B">https://github.com/trufflesecurity/{{</a>
.ProjectName }}</li>
<li>--label=org.opencontainers.image.source=<a
href="https://github.com/trufflesecurity/%7B%7B">https://github.com/trufflesecurity/{{</a>
.ProjectName }}</li>
<li>--label=org.opencontainers.image.version={{ .Version }}</li>
<li>--label=org.opencontainers.image.revision={{ .FullCommit }}</li>
<li>--label=org.opencontainers.image.licenses=AGPL-3.0</li>
</ul>
</li>
<li>image_templates: [&quot;trufflesecurity/{{ .ProjectName }}:{{
.Version }}-arm64v8&quot;]
goarch: arm64
dockerfile: Dockerfile.goreleaser
extra_files:
<ul>
<li>entrypoint.sh
use: buildx
build_flag_templates:</li>
<li>--platform=linux/arm64/v8</li>
<li>--label=org.opencontainers.image.title={{ .ProjectName }}</li>
<li>--label=org.opencontainers.image.description={{ .ProjectName }}</li>
<li>--label=org.opencontainers.image.url=<a
href="https://github.com/trufflesecurity/%7B%7B">https://github.com/trufflesecurity/{{</a>
.ProjectName }}</li>
<li>--label=org.opencontainers.image.source=<a
href="https://github.com/trufflesecurity/%7B%7B">https://github.com/trufflesecurity/{{</a>
.ProjectName }}</li>
<li>--label=org.opencontainers.image.version={{ .Version }}</li>
<li>--label=org.opencontainers.image.revision={{ .FullCommit }}</li>
<li>--label=org.opencontainers.image.licenses=AGPL-3.0</li>
</ul>
</li>
<li>image_templates: [&quot;ghcr.io/trufflesecurity/{{ .ProjectName
}}:{{ .Version }}-amd64&quot;]
dockerfile: Dockerfile.goreleaser
extra_files:
<ul>
<li>entrypoint.sh
use: buildx
build_flag_templates:</li>
<li>--platform=linux/amd64</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/9095845958d9cabdc354ddf372123b5399a5d334"><code>9095845</code></a>
added pattern test cases for detectors starting with b (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/3559">#3559</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/8897ed2a66fa9cb205487fb1c7b0fe4d0fc0eeff"><code>8897ed2</code></a>
added pattern test cases for all detectors starting with Alphabet
<code>a</code> (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/3539">#3539</a>)</li>
<li><a
href="https://github.com/trufflesecurity/trufflehog/commit/d073ad69caa00beecef4f19fadcd47fd2fddf2b0"><code>d073ad6</code></a>
validate if twitter services are more than one before accessing it. (<a
href="https://redirect.github.com/trufflesecurity/trufflehog/issues/3565">#3565</a>)</li>
<li>See full diff in <a
href="https://github.com/trufflesecurity/trufflehog/compare/944d5dcdc2ba2aa70c2227d8e432d19eceda10be...9095845958d9cabdc354ddf372123b5399a5d334">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.38.3

Toggle v0.38.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump kubernetes-fluent-client from 3.2.0 to 3.2.1 in the produ…

…ction-dependencies group (#1330)

Bumps the production-dependencies group with 1 update:
[kubernetes-fluent-client](https://github.com/defenseunicorns/kubernetes-fluent-client).

Updates `kubernetes-fluent-client` from 3.2.0 to 3.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/releases">kubernetes-fluent-client's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.1</h2>
<h2><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.2.0...v3.2.1">3.2.1</a>
(2024-10-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>errorHandler - should only schedulereconnect if using http2 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/441">#441</a>)
(<a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/c4940caf70a1a9a7fb34d28397ea47ff565e8dad">c4940ca</a>),
closes <a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/440">#440</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/c4940caf70a1a9a7fb34d28397ea47ff565e8dad"><code>c4940ca</code></a>
fix: errorHandler - should only schedulereconnect if using http2 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/441">#441</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/7268d3699f03e4d190c3b78770a496390dcbd50b"><code>7268d36</code></a>
chore: remove policyrule from upstream types (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/442">#442</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/4dddfdca50848f82f8ed4afbe912ecbcc9f72da9"><code>4dddfdc</code></a>
build(deps-dev): bump <code>@​types/readable-stream</code> from 4.0.15
to 4.0.16 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/436">#436</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/ad6dd4be0cce11677432c34b01b54777d7b38427"><code>ad6dd4b</code></a>
build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/437">#437</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/0061020c9eff067b78d06b918efe3d203e2ce451"><code>0061020</code></a>
build(deps-dev): bump the development-dependencies group with 2 updates
(<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/434">#434</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/3f5c09981031da82899647c58f178c1123583a48"><code>3f5c099</code></a>
build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5
(<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/435">#435</a>)</li>
<li>See full diff in <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.2.0...v3.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kubernetes-fluent-client&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.38.2

Toggle v0.38.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump kubernetes-fluent-client from 3.1.2 to 3.1.3 in the produ…

…ction-dependencies group (#1300)

Bumps the production-dependencies group with 1 update:
[kubernetes-fluent-client](https://github.com/defenseunicorns/kubernetes-fluent-client).

Updates `kubernetes-fluent-client` from 3.1.2 to 3.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/releases">kubernetes-fluent-client's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.3</h2>
<h2><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.1.2...v3.1.3">3.1.3</a>
(2024-10-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>checkresync function (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/428">#428</a>)
(<a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/b63b12e52ec0b67f93c672a147b8beba584441a9">b63b12e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/b63b12e52ec0b67f93c672a147b8beba584441a9"><code>b63b12e</code></a>
fix: checkresync function (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/428">#428</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/44e1197eaf5d36bfdec375cda64dd8e977cb76c1"><code>44e1197</code></a>
chore: lint hook (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/430">#430</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/c1d4ca8817d714c24f9653581519aa98acaf0184"><code>c1d4ca8</code></a>
build(deps-dev): bump the development-dependencies group with 3 updates
(<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/427">#427</a>)</li>
<li><a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/commit/03804686db84ea6fa81e502997856c7878ee7243"><code>0380468</code></a>
chore: reduce package size - exclude tests from package (<a
href="https://redirect.github.com/defenseunicorns/kubernetes-fluent-client/issues/426">#426</a>)</li>
<li>See full diff in <a
href="https://github.com/defenseunicorns/kubernetes-fluent-client/compare/v3.1.2...v3.1.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kubernetes-fluent-client&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.38.1

Toggle v0.38.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump chainguard/node from `b0b04bb` to `96260af` (#1289)

Bumps [chainguard/node](https://github.com/chainguard-images/images)
from `b0b04bb` to `96260af`.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/chainguard-images/images/commits">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| chainguard/node | [>= 19.a, < 20] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard/node&package-manager=docker&previous-version=latest-dev&new-version=latest-dev)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Case Wylie <cmwylie19@defenseunicorns.com>

v0.38.0

Toggle v0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump the production-dependencies group across 1 directory with…

… 2 updates (#1270)

Bumps the production-dependencies group with 2 updates in the /
directory: [pino](https://github.com/pinojs/pino) and
[pino-pretty](https://github.com/pinojs/pino-pretty).

Updates `pino` from 9.4.0 to 9.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pinojs/pino/releases">pino's
releases</a>.</em></p>
<blockquote>
<h2>v9.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps-dev): bump <code>@​yao-pkg/pkg</code> from 5.12.1 to
5.13.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2042">pinojs/pino#2042</a></li>
<li>build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2043">pinojs/pino#2043</a></li>
<li>Update transports.md by <a
href="https://github.com/Jhon-Mosk"><code>@​Jhon-Mosk</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2041">pinojs/pino#2041</a></li>
<li>doc: Add Transport <code>@​macfja/pino-fingers-crossed</code> by <a
href="https://github.com/MacFJA"><code>@​MacFJA</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2047">pinojs/pino#2047</a></li>
<li>build(deps-dev): bump <code>@​yao-pkg/pkg</code> from 5.13.0 to
5.15.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2050">pinojs/pino#2050</a></li>
<li>docs-&gt;added pino-hana transport by <a
href="https://github.com/HiImGiovi"><code>@​HiImGiovi</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2059">pinojs/pino#2059</a></li>
<li>docs -&gt; <a
href="https://redirect.github.com/pinojs/pino/issues/2061">#2061</a>
Alphabetize transport list and reorder sections in documentation by <a
href="https://github.com/superherobtf1985"><code>@​superherobtf1985</code></a>
in <a
href="https://redirect.github.com/pinojs/pino/pull/2062">pinojs/pino#2062</a></li>
<li>feature: allow sync flag to be passed to ThreadStream for
synchronous… by <a
href="https://github.com/karankraina"><code>@​karankraina</code></a> in
<a
href="https://redirect.github.com/pinojs/pino/pull/2063">pinojs/pino#2063</a></li>
<li>fix: Ensure silent log level is respected with browser.transmit
option by <a
href="https://github.com/SrsDanny"><code>@​SrsDanny</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2052">pinojs/pino#2052</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/MacFJA"><code>@​MacFJA</code></a> made
their first contribution in <a
href="https://redirect.github.com/pinojs/pino/pull/2047">pinojs/pino#2047</a></li>
<li><a href="https://github.com/HiImGiovi"><code>@​HiImGiovi</code></a>
made their first contribution in <a
href="https://redirect.github.com/pinojs/pino/pull/2059">pinojs/pino#2059</a></li>
<li><a
href="https://github.com/superherobtf1985"><code>@​superherobtf1985</code></a>
made their first contribution in <a
href="https://redirect.github.com/pinojs/pino/pull/2062">pinojs/pino#2062</a></li>
<li><a
href="https://github.com/karankraina"><code>@​karankraina</code></a>
made their first contribution in <a
href="https://redirect.github.com/pinojs/pino/pull/2063">pinojs/pino#2063</a></li>
<li><a href="https://github.com/SrsDanny"><code>@​SrsDanny</code></a>
made their first contribution in <a
href="https://redirect.github.com/pinojs/pino/pull/2052">pinojs/pino#2052</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0">https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pinojs/pino/commit/bb68e01ebc78a7dbd6992061fd0967c665c8afb3"><code>bb68e01</code></a>
Bumped v9.5.0</li>
<li><a
href="https://github.com/pinojs/pino/commit/84bbd3513feb4aab47d5db2cbe7262bcfaff0eda"><code>84bbd35</code></a>
fix: Ensure silent log level is respected with browser.transmit option
(<a
href="https://redirect.github.com/pinojs/pino/issues/2052">#2052</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/5bc0a92b42981a57f2312e022a11d15ef738ed49"><code>5bc0a92</code></a>
feature: allow sync flag to be passed to ThreadStream for synchronous…
(<a
href="https://redirect.github.com/pinojs/pino/issues/2063">#2063</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/f220965c3e3885b8479c37ec880e43315e1a2373"><code>f220965</code></a>
docs -&gt; <a
href="https://redirect.github.com/pinojs/pino/issues/2061">#2061</a>
Alphabetize transport list and reorder sections in documentatio...</li>
<li><a
href="https://github.com/pinojs/pino/commit/d32fd55231e1bed2fcace8fc31ac721eb1a6943e"><code>d32fd55</code></a>
docs-&gt;added pino-hana transport (<a
href="https://redirect.github.com/pinojs/pino/issues/2059">#2059</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/7cff45a1d6e90697db330121e5b3fb689e8623e3"><code>7cff45a</code></a>
build(deps-dev): bump <code>@​yao-pkg/pkg</code> from 5.13.0 to 5.15.0
(<a
href="https://redirect.github.com/pinojs/pino/issues/2050">#2050</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/cd09737e6231afd78a0f513ffa312bd7e74c98c2"><code>cd09737</code></a>
doc: Add Transport <code>@​macfja/pino-fingers-crossed</code> (<a
href="https://redirect.github.com/pinojs/pino/issues/2047">#2047</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/0ab1bdd258acd00f82103206f385e4525010a8ff"><code>0ab1bdd</code></a>
Update transports.md (<a
href="https://redirect.github.com/pinojs/pino/issues/2041">#2041</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/de5a697ef2ed1b21028aa07b7d67b36f74c7c03f"><code>de5a697</code></a>
build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 (<a
href="https://redirect.github.com/pinojs/pino/issues/2043">#2043</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/eef2f878739e6a8709caee03370622048f8051cb"><code>eef2f87</code></a>
build(deps-dev): bump <code>@​yao-pkg/pkg</code> from 5.12.1 to 5.13.0
(<a
href="https://redirect.github.com/pinojs/pino/issues/2042">#2042</a>)</li>
<li>See full diff in <a
href="https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `pino-pretty` from 11.2.2 to 11.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pinojs/pino-pretty/releases">pino-pretty's
releases</a>.</em></p>
<blockquote>
<h2>v11.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@​types/node</code> from 20.14.13 to 22.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/523">pinojs/pino-pretty#523</a></li>
<li>fix: ndjson incorrect url by <a
href="https://github.com/Livour"><code>@​Livour</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/528">pinojs/pino-pretty#528</a></li>
<li>Bump pino-abstract-transport from 1.2.0 to 2.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/531">pinojs/pino-pretty#531</a></li>
<li>Bump <code>@​arethetypeswrong/cli</code> from 0.15.4 to 0.16.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/530">pinojs/pino-pretty#530</a></li>
<li>Wait for destination to close by <a
href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/533">pinojs/pino-pretty#533</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Livour"><code>@​Livour</code></a> made
their first contribution in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/528">pinojs/pino-pretty#528</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino-pretty/compare/v11.2.2...v11.3.0">https://github.com/pinojs/pino-pretty/compare/v11.2.2...v11.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/80e16f77699c9db7c3dc771c078a6e16898ce479"><code>80e16f7</code></a>
Bumped v11.3.0</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/70ade7105067f0c12d0a97ded514409d780f54ee"><code>70ade71</code></a>
Wait for destination to close (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/533">#533</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/ba1e8448f1364f7d14e7d88c9a97af48de7128dd"><code>ba1e844</code></a>
Bump <code>@​arethetypeswrong/cli</code> from 0.15.4 to 0.16.1 (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/530">#530</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/10ef772a8d77a40db9e2816f3cdb5bfd5c11e990"><code>10ef772</code></a>
Bump pino-abstract-transport from 1.2.0 to 2.0.0 (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/531">#531</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/fc408ee1b4cc81f62adb361eeada32b09810414f"><code>fc408ee</code></a>
fix: ndjson incorrect url (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/528">#528</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/7830286b10c6549789fbe5a2afaa74a517870f60"><code>7830286</code></a>
Bump <code>@​types/node</code> from 20.14.13 to 22.0.0 (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/523">#523</a>)</li>
<li>See full diff in <a
href="https://github.com/pinojs/pino-pretty/compare/v11.2.2...v11.3.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Case Wylie <cmwylie19@defenseunicorns.com>