v0.55.0
Breaking Changes
- feat!: update logging to get on pino 9.9.x breaking change by @cmwylie19 in #2599
Pino Changed their logging syntax. How does this affect you?
If you are using the standard Log in Pepr, this means that you must add objects first.
Log.info({object0, object1}, `your string with ${object2} if you want`);- feat!: update logging to get on pino 9.9.x breaking change by @cmwylie19 in #2599
This is not a breaking change, but it changes the default reconcile strategy on the Reconcile() to conform to industry best practices. This changed places objects into a queue based on kind/namespace/name. This means your objects will reconcile faster.
So if you are overriding PEPR_RECONCILE_STRATEGY to kindNsName, you do not need to. It is the default, if you want to go back to the old standard behavior set PEPR_RECONCILE_STRATEGY to kind.
Here are the docs.
Features 🏗️
- feat: update with confirm by @cmwylie19 in #2601
- feat!: update logging to get on pino 9.9.x breaking change by @cmwylie19 in #2599
- feat: change default reconcile strategy by @cmwylie19 in #2613
What's Changed ♻️
- chore: override vulnerable npm libs by @cmwylie19 in #2611
- chore: codecov fix by @cmwylie19 in #2622
- chore: replaced pepr arch svg with png version in docs by @AmberFryar in #2619
- chore: doc site navigation by @AmberFryar in #2626
Dependabot 🤖
- chore: bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #2602
- chore: bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #2606
- chore: bump @types/node from 24.3.0 to 24.3.1 in the development-dependencies group by @dependabot[bot] in #2605
- chore: bump trufflesecurity/trufflehog from 3.90.5 to 3.90.6 by @dependabot[bot] in #2604
- chore: bump actions/setup-node from 4.4.0 to 5.0.0 by @dependabot[bot] in #2603
- chore: bump rfcurated/node from
17c7f50to46e358ain /config by @dependabot[bot] in #2609 - chore: bump pino from 9.9.2 to 9.9.4 in the production-dependencies group by @dependabot[bot] in #2608
- chore: bump github/codeql-action from 3.30.0 to 3.30.1 by @dependabot[bot] in #2607
- chore: bump ts-morph from 26.0.0 to 27.0.0 in the production-dependencies group by @dependabot[bot] in #2610
- chore: bump vite from 6.3.5 to 7.1.5 by @dependabot[bot] in #2617
- chore: bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #2616
- chore: bump github/codeql-action from 3.30.1 to 3.30.2 by @dependabot[bot] in #2614
- chore: bump the development-dependencies group with 2 updates by @dependabot[bot] in #2615
- chore: bump github/codeql-action from 3.30.2 to 3.30.3 by @dependabot[bot] in #2621
- chore: bump the production-dependencies group with 2 updates by @dependabot[bot] in #2620
- chore: bump commander from 14.0.0 to 14.0.1 in the production-dependencies group by @dependabot[bot] in #2624
- chore: bump @types/node from 24.3.1 to 24.3.2 in the development-dependencies group by @dependabot[bot] in #2625
- chore: bump @types/node from 24.3.3 to 24.5.0 in the development-dependencies group by @dependabot[bot] in #2627
- chore: bump rfcurated/node from
46e358ato5308743in /config by @dependabot[bot] in #2629 - chore: bump kubernetes-fluent-client from 3.10.2 to 3.10.3 in the production-dependencies group by @dependabot[bot] in #2628
New Contributors
- @AmberFryar made their first contribution in #2619
Full Changelog: v0.54.0...v0.55.0