-
Notifications
You must be signed in to change notification settings - Fork 24
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 #1197
Merged
Merged
chore(deps): update pepr #1197
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
72c4029
to
a3ab138
Compare
|
e07e344
to
5cca0b4
Compare
5cca0b4
to
3d58bd6
Compare
| datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ------- | ------- | | npm | lint-staged | 15.3.0 | 15.4.3 | | npm | pepr | 0.42.3 | 0.44.0 | | docker | registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller | v0.42.3 | v0.44.0 |
3d58bd6
to
7f2c1ef
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
noahpb
approved these changes
Jan 27, 2025
noahpb
pushed a commit
that referenced
this pull request
Jan 28, 2025
🤖 I have created a release *beep* *boop* --- ## [0.35.0](v0.34.1...v0.35.0) (2025-01-27) ### Features * add logic to handle updates to operator config ([#1186](#1186)) ([004e8b4](004e8b4)) * optional istio cni ztunnel component ([#1175](#1175)) ([e003924](e003924)) ### Bug Fixes * add healthz port to neuvector services ([#1223](#1223)) ([ec55729](ec55729)) * checkpoint ci issue ([#1234](#1234)) ([548ff6a](548ff6a)) * denied user permissions policy messaging ([#1227](#1227)) ([1ccf4f7](1ccf4f7)) * istio package no longer assumes pepr deployments exist ([#1232](#1232)) ([ab11592](ab11592)) ### Miscellaneous * **deps:** update authservice to v1.0.4 ([#1211](#1211)) ([da4d043](da4d043)) * **deps:** update pepr ([#1197](#1197)) ([652c925](652c925)) ### Documentation * add documentation on metrics/dashboards for apps ([#1221](#1221)) ([d9062da](d9062da)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
mjnagel
pushed a commit
that referenced
this pull request
Feb 4, 2025
🤖 I have created a release *beep* *boop* --- ## [0.35.0](v0.34.1...v0.35.0) (2025-02-03) ### Features * add logic to handle updates to operator config ([#1186](#1186)) ([004e8b4](004e8b4)) * optional istio cni ztunnel component ([#1175](#1175)) ([e003924](e003924)) ### Bug Fixes * add healthz port to neuvector services ([#1223](#1223)) ([ec55729](ec55729)) * add patch for adding nv enforcer readiness probe ([#1239](#1239)) ([098ef3d](098ef3d)) * address AKS ci flakiness ([#1238](#1238)) ([262ba3e](262ba3e)) * checkpoint ci issue ([#1234](#1234)) ([548ff6a](548ff6a)) * denied user permissions policy messaging ([#1227](#1227)) ([1ccf4f7](1ccf4f7)) * istio package no longer assumes pepr deployments exist ([#1232](#1232)) ([ab11592](ab11592)) ### Miscellaneous * **ci:** disable rds parameter group creation ([#1230](#1230)) ([b4cb499](b4cb499)) * **deps:** update authservice to v1.0.4 ([#1211](#1211)) ([da4d043](da4d043)) * **deps:** update grafana ([#1213](#1213)) ([54ddd23](54ddd23)) * **deps:** update pepr ([#1197](#1197)) ([652c925](652c925)) * **deps:** update prometheus-stack ([#1189](#1189)) ([e02c14c](e02c14c)) * **deps:** update support-deps ([#1204](#1204)) ([d477f6a](d477f6a)) * **deps:** update support-deps ([#1243](#1243)) ([d4179ae](d4179ae)) * **deps:** update support-deps to v1.50.1 ([#1241](#1241)) ([6c14208](6c14208)) * **docs:** cleanup diagrams ([#1246](#1246)) ([f6bffb9](f6bffb9)) * **main:** release 0.35.0 ([#1219](#1219)) ([c31c608](c31c608)) * switch registry1 ztunnel to proper source ([#1249](#1249)) ([defa586](defa586)) * switch unicorn ztunnel to fips image ([#1240](#1240)) ([dd63ac6](dd63ac6)) ### Documentation * add documentation on metrics/dashboards for apps ([#1221](#1221)) ([d9062da](d9062da)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
15.3.0
->15.4.3
0.42.3
->0.44.0
v0.42.3
->v0.44.0
Release Notes
lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.v15.4.1
Compare Source
Patch Changes
#1504
1c7a45e
Thanks @iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9
Thanks @iiroj! - Add missing conditional exports syntax for TypeScript types.v15.4.0
Compare Source
Minor Changes
#1500
a8ec1dd
Thanks @iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:It's also possible to use the
.ts
file extension for the configuration if your Node.js version supports it. The--experimental-strip-types
flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.Patch Changes
9b79364
Thanks @iiroj! - Handle possible failures when logging user shell for debug info.defenseunicorns/pepr (pepr)
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
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.