forked from defenseunicorns/uds-core
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update pepr #34
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pepr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b4dbd44
to
0ba276f
Compare
7be0603
to
b35f99a
Compare
4805fb1
to
b14ba60
Compare
e744931
to
44c3ee8
Compare
2fef7ff
to
e385c35
Compare
aa2a877
to
00a1993
Compare
0cd9d76
to
51adc31
Compare
51adc31
to
a6b70ca
Compare
6e39cea
to
b3a8bbd
Compare
f7acf30
to
70269f3
Compare
290f0a8
to
2107501
Compare
cc0e37e
to
49aac4b
Compare
eed0188
to
1928624
Compare
1928624
to
e515633
Compare
8f8b9f5
to
8588337
Compare
b41b2e8
to
8849f36
Compare
8849f36
to
b749a69
Compare
5191f6a
to
4e93683
Compare
a0227cf
to
f028312
Compare
f028312
to
770bb1f
Compare
450490d
to
825b439
Compare
825b439
to
1f5f9fc
Compare
1f5f9fc
to
4193627
Compare
4193627
to
58e51ac
Compare
58e51ac
to
0db32f3
Compare
2a1a11a
to
acbed05
Compare
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | pepr | 0.22.2 | 0.45.0 | | npm | ts-jest | 29.1.1 | 29.2.5 |
acbed05
to
4d18a88
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.2
->0.45.0
29.1.1
->29.2.5
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
defenseunicorns/pepr (pepr)
v0.45.0
Compare Source
Features 🆕
Introducing Nightlies 🌃
Wanna test new CLI or Controller features before they are release? How's how!
> npx pepr@nightly -V 0.44.0-nightly.7
What's Changed ♻️
Dependabot 🤖
Next Release Theme: Testing!
Full Changelog: defenseunicorns/pepr@v0.44.0...v0.45.0
v0.44.0
Compare Source
What's Changed
Full Changelog: defenseunicorns/pepr@v0.43.0...v0.44.0
v0.43.0
Compare Source
Features 🤓
Allows additional ignored namespaces to be set in the helm chart in addition to the namespaces set in
pepr
section ofpackage.json
.Watch Out 🚧
Rebuild required (
npx pepr build
) - The distroless image has a smaller footprint with less CVEs, however, it does not have node in the same path on the container. Therefore, we needed to switch thecommands
on the deployments forargs
. Make sure you do a rebuild and this will be done for you.Note- We always recommend rebuilding when you bring in new versions.
What's Changed ♻️
chore: give best practices around mutations by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1672
chore: add return types to build.ts by @tamirazrab in https://github.com/defenseunicorns/pepr/pull/1687
chore: update soak-interrupts test by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1702
chore: add return types to loader.ts by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1648
chore: remove unused property in assets class by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1647
chore: encourage return types in function definitions by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1364
fix(CI): grant write permission to CI job by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1658
chore: remove unused mocking by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1664
chore: remove circular dependencies in
src/lib/assets/
by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1652test: add cli test to validate multiple manifest generation paths result in comparable output by @btlghrants in https://github.com/defenseunicorns/pepr/pull/1642
chore: remove max-statements warning in
schedule.test.ts
by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1671chore: pass imagePullSecret to helm by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1670
chore: remove write perms image digest workflow by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1677
https://github.com/defenseunicorns/pepr/pull/16801680
chore: removing digestabot update workflow by @btlghrants in https://github.com/defenseunicorns/pepr/pull/1686
chore: watch_failure template for reporting watch failures by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1682
chore: deployments for soak for new image by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1689
chore: validate build arguments that are used together add docs by @cmwylie19 in https://github.com/defenseunicorns/pepr/pull/1678
chore: bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in https://github.com/defenseunicorns/pepr/pull/1690
chore: bump kubernetes-fluent-client from 3.3.7 to 3.3.8 in the production-dependencies group by @dependabot in https://github.com/defenseunicorns/pepr/pull/1685
chore: bump trufflesecurity/trufflehog from 3.88.1 to 3.88.2 by @dependabot in https://github.com/defenseunicorns/pepr/pull/1646
chore: bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in https://github.com/defenseunicorns/pepr/pull/1645
chore: bump undici from 7.2.0 to 7.2.1 in the development-dependencies group by @dependabot in https://github.com/defenseunicorns/pepr/pull/1643
chore: bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in https://github.com/defenseunicorns/pepr/pull/1644
chore: bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in https://github.com/defenseunicorns/pepr/pull/1650
chore: bump the development-dependencies group with 2 updates by @dependabot in
chore: bump @types/node from 22.10.5 to 22.10.6 in the development-dependencies group by @dependabot in https://github.com/defenseunicorns/pepr/pull/1653
chore: bump undici from 7.2.1 to 7.2.2 in the development-dependencies group by @dependabot in https://github.com/defenseunicorns/pepr/pull/1673
chore: bump github/codeql-action from 3.28.1 to 3.28.2 by @dependabot in https://github.com/defenseunicorns/pepr/pull/1703
chore: bump distroless/nodejs22-debian12 from
06298f8
to5e248b9
by @dependabot in https://github.com/defenseunicorns/pepr/pull/1704Full Changelog: defenseunicorns/pepr@v0.42.3...v0.43.0
v0.42.3
Compare Source
What's Changed
Full Changelog: defenseunicorns/pepr@v0.42.2...v0.42.3
v0.42.2
Compare Source
What's Changed
Full Changelog: defenseunicorns/pepr@v0.42.1...v0.42.2
v0.42.1
Compare Source
Note 🧾
We realized that when doing a
setItemAndWait()
orremoveItemAndWait()
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 ♻️
Full Changelog: defenseunicorns/pepr@v0.42.0...v0.42.1
v0.42.0
Compare Source
Note 🧾
This sprint, the Pepr team focused on enhancing our typing system to improve consistency and address edge cases where types were less robust. We also made significant improvements to our network posture through the KFC, which may impact end users who are strongly typing fetch configurations. These changes extend to all interactions with the Kubernetes API server through CRUD operations that Pepr uses to communicate with the kube-apiserver. While this release has been thoroughly tested and soak, we recommend proceeding with caution, as progress sometimes introduces unforeseen challenges. Check the slack announcement to see metrics related to this release.
oversight, accidentally released 0.42.0 and skipped 0.41.0 - next releases will be pair programmed to avoid this.
Breaking Changes⚠️
Pepr's fetch is powered by Undici. If you are using a specific
RequestInit
options on the fetch, you need to migrate to Undici's RequestInit (It is very similar). This probably won't affect you if you are not strongly typing yourRequestInit
example in journey/pepr-dev.ts.Here is an example:
This strengthens Pepr's ability to communicate with the Kubernetes Control Plane and reduces transmit bandwidth.
Feat ⛰️
What's Changed ♻️
src/lib/controller/index.ts
by @btlghrants in https://github.com/defenseunicorns/pepr/pull/1486src/lib/assets/index.ts
by @btlghrants in https://github.com/defenseunicorns/pepr/pull/1497pepr build
generates ahelm install
-able chart by @btlghrants in https://github.com/defenseunicorns/pepr/pull/1520lib/
code related to data collection tolib/telemetry
by @samayer12 in https://github.com/defenseunicorns/pepr/pull/1522Full Changelog: defenseunicorns/pepr@v0.40.1...v0.42.0
v0.40.1
Compare Source
A brand new high-severity CVE around cross-spawn hit during the release. This release mitigates the CVE.
What's Changed
Full Changelog: defenseunicorns/pepr@v0.40.0...v0.40.1
v0.40.0
Compare Source
Features
Performance/Stress Testing 🤓
This release we introduce tooling that is allows us to send thousands of request/sec into Pepr's Reconcile action to add visibility into Pepr behavior under heavy load. We are able to control the amount of time that we are dumping in these objects for more stress style scenarios. More information will be coming out on how to run this test yourself at a future date. For now it runs nightly in CI.
Legacy Watch is removed⚠️
After ongoing testing and consistently seeing major improvements in our Undici Watch, we have removed the legacy watch option to provide a better performance out of the box and to avoid maintaining two separate watches.
What's Changed
New Contributors
Full Changelog: defenseunicorns/pepr@v0.39.1...v0.40.0
v0.39.1
Compare Source
What's Changed
Full Changelog: defenseunicorns/pepr@v0.39.0...v0.39.1
v0.39.0
Compare Source
Features
What's Changed
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.