From bde01da9c80fe3cc9c6bbc1de7843abd90846e5b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 17:44:43 +0000
Subject: [PATCH] chore(deps): update pepr to v0.42.1 (#1116)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [pepr](https://redirect.github.com/defenseunicorns/pepr) | [`0.42.0`
-> `0.42.1`](https://renovatebot.com/diffs/npm/pepr/0.42.0/0.42.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pepr/0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pepr/0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pepr/0.42.0/0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pepr/0.42.0/0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
|
[registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller](https://redirect.github.com/defenseunicorns/pepr)
([source](https://repo1.dso.mil/dsop/opensource/defenseunicorns/pepr/controller))
| `v0.42.0` -> `v0.42.1` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/registry1.dso.mil%2fironbank%2fopensource%2fdefenseunicorns%2fpepr%2fcontroller/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/registry1.dso.mil%2fironbank%2fopensource%2fdefenseunicorns%2fpepr%2fcontroller/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/registry1.dso.mil%2fironbank%2fopensource%2fdefenseunicorns%2fpepr%2fcontroller/v0.42.0/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/registry1.dso.mil%2fironbank%2fopensource%2fdefenseunicorns%2fpepr%2fcontroller/v0.42.0/v0.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
---
### Release Notes
defenseunicorns/pepr (pepr)
###
[`v0.42.1`](https://redirect.github.com/defenseunicorns/pepr/releases/tag/v0.42.1)
[Compare
Source](https://redirect.github.com/defenseunicorns/pepr/compare/v0.42.0...v0.42.1)
#### Note ๐งพ
We realized that when doing a `setItemAndWait()` or
`removeItemAndWait()` with patch values that were the same as the values
already in the Pepr store, an error could occur. This release addresses
that error and enhances store code.
#### What's Changed โป๏ธ
- chore: return types on src/lib/assets/index.ts
src/lib/controller/index.ts src/lib/mutate-request.ts by
[@cmwylie19](https://redirect.github.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/1515](https://redirect.github.com/defenseunicorns/pepr/pull/1515)
- chore: returns on utils,queue,cosign by
[@cmwylie19](https://redirect.github.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/1528](https://redirect.github.com/defenseunicorns/pepr/pull/1528)
- chore(testing): verify pepr can be deployed with zarf by
[@samayer12](https://redirect.github.com/samayer12) in
[https://github.com/defenseunicorns/pepr/pull/1531](https://redirect.github.com/defenseunicorns/pepr/pull/1531)
- refactor: resolve eslint warnings (max-depth, complexity) -
src/lib/validate-processor.ts by
[@btlghrants](https://redirect.github.com/btlghrants) in
[https://github.com/defenseunicorns/pepr/pull/1529](https://redirect.github.com/defenseunicorns/pepr/pull/1529)
- chore(ci): use standard check for helm & zarf installs by
[@samayer12](https://redirect.github.com/samayer12) in
[https://github.com/defenseunicorns/pepr/pull/1541](https://redirect.github.com/defenseunicorns/pepr/pull/1541)
- chore: complexity of monitor by
[@cmwylie19](https://redirect.github.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/1542](https://redirect.github.com/defenseunicorns/pepr/pull/1542)
- chore: return types on store and capability by
[@cmwylie19](https://redirect.github.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/1555](https://redirect.github.com/defenseunicorns/pepr/pull/1555)
- chore: add return types to untyped functions by
[@samayer12](https://redirect.github.com/samayer12) in
[https://github.com/defenseunicorns/pepr/pull/1560](https://redirect.github.com/defenseunicorns/pepr/pull/1560)
- chore: complexity in build by
[@cmwylie19](https://redirect.github.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/1557](https://redirect.github.com/defenseunicorns/pepr/pull/1557)
- chore: add return types to watch-processor.ts by
[@samayer12](https://redirect.github.com/samayer12) in
[https://github.com/defenseunicorns/pepr/pull/1562](https://redirect.github.com/defenseunicorns/pepr/pull/1562)
- chore: different periods between send and receive by
[@cmwylie19](https://redirect.github.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/1563](https://redirect.github.com/defenseunicorns/pepr/pull/1563)
- chore: bump github/codeql-action from 3.27.6 to 3.27.7 by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/1558](https://redirect.github.com/defenseunicorns/pepr/pull/1558)
- chore: bump trufflesecurity/trufflehog from 3.85.0 to 3.86.0 by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/1559](https://redirect.github.com/defenseunicorns/pepr/pull/1559)
- chore: bump
[@types/node](https://redirect.github.com/types/node) from
22.10.1 to 22.10.2 in the development-dependencies group by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/1565](https://redirect.github.com/defenseunicorns/pepr/pull/1565)
- chore: bump trufflesecurity/trufflehog from 3.86.0 to 3.86.1 by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/1564](https://redirect.github.com/defenseunicorns/pepr/pull/1564)
**Full Changelog**:
https://github.com/defenseunicorns/pepr/compare/v0.42.0...v0.42.1
---
### Configuration
๐
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
๐ฆ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
โป **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
๐ **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel
---
package-lock.json | 8 ++++----
package.json | 2 +-
tasks/create.yaml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index ae6b3ebe4..afc654582 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "uds-core",
"version": "0.5.0",
"dependencies": {
- "pepr": "0.42.0"
+ "pepr": "0.42.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
@@ -6354,9 +6354,9 @@
}
},
"node_modules/pepr": {
- "version": "0.42.0",
- "resolved": "https://registry.npmjs.org/pepr/-/pepr-0.42.0.tgz",
- "integrity": "sha512-8SCXAmeTxQUM7Rzkcj46STHvUL7IzuuL9P+zZKP6v7nVYtFGVRnxx8Y7Eftt+N+I6ICjnHCzb190dHvtGm74bw==",
+ "version": "0.42.1",
+ "resolved": "https://registry.npmjs.org/pepr/-/pepr-0.42.1.tgz",
+ "integrity": "sha512-Ti/cXLbIEagSDPYwDi/Oq8jYtkVNArrYn9vwuC0z+KRsgyABdFGYbScKPJ4gq+DOBXUHk/+dtUMnQl9+Y6s1Ew==",
"license": "Apache-2.0",
"dependencies": {
"@types/ramda": "0.30.2",
diff --git a/package.json b/package.json
index 5e6bc9470..7592057a3 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"k3d-setup": "k3d cluster delete pepr-dev && k3d cluster create pepr-dev --k3s-arg '--debug@server:0'"
},
"dependencies": {
- "pepr": "0.42.0"
+ "pepr": "0.42.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
diff --git a/tasks/create.yaml b/tasks/create.yaml
index 6663a507a..0e17ff0a2 100644
--- a/tasks/create.yaml
+++ b/tasks/create.yaml
@@ -11,7 +11,7 @@ variables:
- name: REGISTRY1_PEPR_IMAGE
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller versioning=semver
- default: registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller:v0.42.0
+ default: registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller:v0.42.1
- name: LAYER