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:
Find all of them now in types.ts
Features 🚀
- feat: redact store values from logs by @cmwylie19 in #1176
- feat(cli): support input flags for 'npx pepr init' by @samayer12 in #1141
- feat: add Finalize() to Pepr by @btlghrants in #1102
- feat: regex filters for namespace and name by @cmwylie19 in #1156
What's Changed 🔧
- chore: add commit lint "ignore" rule by @btlghrants in #1145
- chore: dont send unnecessary patch by @btlghrants in #1144
- test: add UDS smoke test by @btlghrants in #1153
- chore: add filter for name by @cmwylie19 in #1151
- chore: ignore warning in prod by @cmwylie19 in #1152
- chore: update husky install due to deprecation by @cmwylie19 in #1167
- chore: show actual pod list in pepr soak test and counts in the pod map by @cmwylie19 in #1172
- chore: lint changes on commit with husky by @itsarijitray in #1160
- chore: considers ignored namespaces in filters by @cmwylie19 in #1165
- feat: add alias prefixing to pino logs by @schaeferka in #916
- refactor: filterNoMatchReason and shouldSkipRequest by @btlghrants in #1161
- refactor: remove filterNoMatchReasonRegex / shouldSkipRequestRegex wrappers by @btlghrants in #1184
- chore: dont do patch operation if store is empty by @cmwylie19 in #1182
- chore: set default branch for new module to main by @schaeferka in #1185
- chore: samayer12 to codeowners by @samayer12 in #1189
Dependabot Updates 🤖
- chore: bump chainguard/node from
2a8a01atobd9ec30by @dependabot in #1190 - chore: bump kubernetes-fluent-client from 3.0.3 to 3.0.4 in the production-dependencies group by @dependabot in #1191
- chore: bump chainguard/node from
5b59be4to31749fcby @dependabot in #1146 - chore: bump chainguard/node from
31749fcto22e112fby @dependabot in #1155 - chore: bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #1159
- chore: bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #1158
- chore: bump chainguard/node from
22e112fto7b64927by @dependabot in #1163 - chore: bump husky from 8.0.3 to 9.1.6 in the development-dependencies group by @dependabot in #1164
- chore: bump the development-dependencies group with 2 updates by @dependabot in #1174
- chore: bump chainguard/node from
7b64927to92f9a7dby @dependabot in #1169 - chore: bump @types/node from 22.7.2 to 22.7.3 in the development-dependencies group by @dependabot in #1178
- chore: bump chainguard/node from
92f9a7dto2a8a01aby @dependabot in #1177 - chore: bump @types/node from 22.7.3 to 22.7.4 in the development-dependencies group by @dependabot in #1183
- chore: bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #1170
- chore: bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #1175
- chore: bump @types/node from 22.5.5 to 22.6.1 in the development-dependencies group by @dependabot in #1168
New Contributors 👏
- @itsarijitray made their first contribution in #1160
Full Changelog: v0.36.0...v0.37.0