Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update pepr to v0.37.1 (#843)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [pepr](https://redirect.github.com/defenseunicorns/pepr) | [`0.36.0` -> `0.37.1`](https://renovatebot.com/diffs/npm/pepr/0.36.0/0.37.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pepr/0.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pepr/0.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pepr/0.36.0/0.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pepr/0.36.0/0.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [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.36.0` -> `v0.37.1` | [![age](https://developer.mend.io/api/mc/badges/age/docker/registry1.dso.mil%2fironbank%2fopensource%2fdefenseunicorns%2fpepr%2fcontroller/v0.37.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.37.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.36.0/v0.37.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.36.0/v0.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | --- ### Release Notes <details> <summary>defenseunicorns/pepr (pepr)</summary> ### [`v0.37.1`](https://redirect.github.com/defenseunicorns/pepr/releases/tag/v0.37.1) [Compare Source](https://redirect.github.com/defenseunicorns/pepr/compare/v0.37.0...v0.37.1) We needed to remove a type dependency from the controller image that was affecting people's CI. #### What's Changed - chore: sync work - add types to cli with prompts and init options by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1196](https://redirect.github.com/defenseunicorns/pepr/pull/1196) - feat(testing): use candidate versions of pepr in E2E tests when testing new functionality by [@​samayer12](https://redirect.github.com/samayer12) in [https://github.com/defenseunicorns/pepr/pull/1157](https://redirect.github.com/defenseunicorns/pepr/pull/1157) **Full Changelog**: defenseunicorns/pepr@v0.37.0...v0.37.1 ### [`v0.37.0`](https://redirect.github.com/defenseunicorns/pepr/releases/tag/v0.37.0) [Compare Source](https://redirect.github.com/defenseunicorns/pepr/compare/v0.36.0...v0.37.0) #### Deprecations⚠️ We identified a circular dependency, which required us to relocate some types. In this release, those types are duplicated, but in the next release, they will be fully moved from `src/lib/k8s.ts` to `src/lib/types.ts`. If your module uses any of these types, please update your imports accordingly to avoid issues in future versions. Affected Types: - [Operation (enum)](https://redirect.github.com/defenseunicorns/pepr/blob/1e42d49cc90cf82ce85a57fb574917319db3c102/src/lib/k8s.ts#L6) - [GroupVersionResource (interface)](https://redirect.github.com/defenseunicorns/pepr/blob/1e42d49cc90cf82ce85a57fb574917319db3c102/src/lib/k8s.ts#L31) - [AdmissionRequest (interface)](https://redirect.github.com/defenseunicorns/pepr/blob/1e42d49cc90cf82ce85a57fb574917319db3c102/src/lib/k8s.ts#L42) Find all of them now in [types.ts](https://redirect.github.com/defenseunicorns/pepr/blob/1e42d49cc90cf82ce85a57fb574917319db3c102/src/lib/types.ts) #### Features 🚀 - feat: redact store values from logs by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1176](https://redirect.github.com/defenseunicorns/pepr/pull/1176) - feat(cli): support input flags for 'npx pepr init' by [@​samayer12](https://redirect.github.com/samayer12) in [https://github.com/defenseunicorns/pepr/pull/1141](https://redirect.github.com/defenseunicorns/pepr/pull/1141) - feat: add Finalize() to Pepr by [@​btlghrants](https://redirect.github.com/btlghrants) in [https://github.com/defenseunicorns/pepr/pull/1102](https://redirect.github.com/defenseunicorns/pepr/pull/1102) - feat: regex filters for namespace and name by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1156](https://redirect.github.com/defenseunicorns/pepr/pull/1156) #### What's Changed 🔧 - chore: add commit lint "ignore" rule by [@​btlghrants](https://redirect.github.com/btlghrants) in [https://github.com/defenseunicorns/pepr/pull/1145](https://redirect.github.com/defenseunicorns/pepr/pull/1145) - chore: dont send unnecessary patch by [@​btlghrants](https://redirect.github.com/btlghrants) in [https://github.com/defenseunicorns/pepr/pull/1144](https://redirect.github.com/defenseunicorns/pepr/pull/1144) - test: add UDS smoke test by [@​btlghrants](https://redirect.github.com/btlghrants) in [https://github.com/defenseunicorns/pepr/pull/1153](https://redirect.github.com/defenseunicorns/pepr/pull/1153) - chore: add filter for name by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1151](https://redirect.github.com/defenseunicorns/pepr/pull/1151) - chore: ignore warning in prod by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1152](https://redirect.github.com/defenseunicorns/pepr/pull/1152) - chore: update husky install due to deprecation by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1167](https://redirect.github.com/defenseunicorns/pepr/pull/1167) - chore: show actual pod list in pepr soak test and counts in the pod map by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1172](https://redirect.github.com/defenseunicorns/pepr/pull/1172) - chore: lint changes on commit with husky by [@​itsarijitray](https://redirect.github.com/itsarijitray) in [https://github.com/defenseunicorns/pepr/pull/1160](https://redirect.github.com/defenseunicorns/pepr/pull/1160) - chore: considers ignored namespaces in filters by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1165](https://redirect.github.com/defenseunicorns/pepr/pull/1165) - feat: add alias prefixing to pino logs by [@​schaeferka](https://redirect.github.com/schaeferka) in [https://github.com/defenseunicorns/pepr/pull/916](https://redirect.github.com/defenseunicorns/pepr/pull/916) - refactor: filterNoMatchReason and shouldSkipRequest by [@​btlghrants](https://redirect.github.com/btlghrants) in [https://github.com/defenseunicorns/pepr/pull/1161](https://redirect.github.com/defenseunicorns/pepr/pull/1161) - refactor: remove filterNoMatchReasonRegex / shouldSkipRequestRegex wrappers by [@​btlghrants](https://redirect.github.com/btlghrants) in [https://github.com/defenseunicorns/pepr/pull/1184](https://redirect.github.com/defenseunicorns/pepr/pull/1184) - chore: dont do patch operation if store is empty by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/defenseunicorns/pepr/pull/1182](https://redirect.github.com/defenseunicorns/pepr/pull/1182) - chore: set default branch for new module to main by [@​schaeferka](https://redirect.github.com/schaeferka) in [https://github.com/defenseunicorns/pepr/pull/1185](https://redirect.github.com/defenseunicorns/pepr/pull/1185) - chore: samayer12 to codeowners by [@​samayer12](https://redirect.github.com/samayer12) in [https://github.com/defenseunicorns/pepr/pull/1189](https://redirect.github.com/defenseunicorns/pepr/pull/1189) #### Dependabot Updates 🤖 - chore: bump chainguard/node from `2a8a01a` to `bd9ec30` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1190](https://redirect.github.com/defenseunicorns/pepr/pull/1190) - chore: bump kubernetes-fluent-client from 3.0.3 to 3.0.4 in the production-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1191](https://redirect.github.com/defenseunicorns/pepr/pull/1191) - chore: bump chainguard/node from `5b59be4` to `31749fc` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1146](https://redirect.github.com/defenseunicorns/pepr/pull/1146) - chore: bump chainguard/node from `31749fc` to `22e112f` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1155](https://redirect.github.com/defenseunicorns/pepr/pull/1155) - chore: bump actions/setup-node from 4.0.3 to 4.0.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1159](https://redirect.github.com/defenseunicorns/pepr/pull/1159) - chore: bump github/codeql-action from 3.26.7 to 3.26.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1158](https://redirect.github.com/defenseunicorns/pepr/pull/1158) - chore: bump chainguard/node from `22e112f` to `7b64927` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1163](https://redirect.github.com/defenseunicorns/pepr/pull/1163) - chore: bump husky from 8.0.3 to 9.1.6 in the development-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1164](https://redirect.github.com/defenseunicorns/pepr/pull/1164) - chore: bump the development-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1174](https://redirect.github.com/defenseunicorns/pepr/pull/1174) - chore: bump chainguard/node from `7b64927` to `92f9a7d` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1169](https://redirect.github.com/defenseunicorns/pepr/pull/1169) - chore: bump [@​types/node](https://redirect.github.com/types/node) from 22.7.2 to 22.7.3 in the development-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1178](https://redirect.github.com/defenseunicorns/pepr/pull/1178) - chore: bump chainguard/node from `92f9a7d` to `2a8a01a` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1177](https://redirect.github.com/defenseunicorns/pepr/pull/1177) - chore: bump [@​types/node](https://redirect.github.com/types/node) from 22.7.3 to 22.7.4 in the development-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1183](https://redirect.github.com/defenseunicorns/pepr/pull/1183) - chore: bump github/codeql-action from 3.26.8 to 3.26.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1170](https://redirect.github.com/defenseunicorns/pepr/pull/1170) - chore: bump actions/checkout from 4.1.7 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1175](https://redirect.github.com/defenseunicorns/pepr/pull/1175) - chore: bump [@​types/node](https://redirect.github.com/types/node) from 22.5.5 to 22.6.1 in the development-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/defenseunicorns/pepr/pull/1168](https://redirect.github.com/defenseunicorns/pepr/pull/1168) #### New Contributors 👏 - [@​itsarijitray](https://redirect.github.com/itsarijitray) made their first contribution in [https://github.com/defenseunicorns/pepr/pull/1160](https://redirect.github.com/defenseunicorns/pepr/pull/1160) **Full Changelog**: defenseunicorns/pepr@v0.36.0...v0.37.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
- Loading branch information