Skip to content
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 neuvector #750

Merged
merged 2 commits into from
Sep 13, 2024
Merged

chore(deps): update neuvector #750

merged 2 commits into from
Sep 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Update Change
cgr.dev/du-uds-defenseunicorns/neuvector-updater-fips (source) minor 8.9.1-dev -> 8.10.0-dev
core (source) patch 2.7.8 -> 2.7.9
crd patch 2.7.8 -> 2.7.9
monitor patch 2.7.8 -> 2.7.9

Release Notes

neuvector/neuvector-helm (core)

v2.7.9

Compare Source

What's Changed

New Contributors

Full Changelog: neuvector/neuvector-helm@2.7.8...2.7.9


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 10, 2024 17:56
@renovate renovate bot force-pushed the renovate/neuvector branch from 7297a5d to cdee3b8 Compare September 11, 2024 14:58
@renovate renovate bot changed the title chore(deps): update neuvector to v2.7.9 chore(deps): update neuvector Sep 11, 2024
mjnagel added a commit that referenced this pull request Sep 11, 2024
)

## Description

Switches NeuVector to leverage the [match from
uds-common](https://github.com/defenseunicorns/uds-common/blob/main/config/renovate.json5#L93-L102).

Each item can be tested with the regex tester to validate:
https://regex101.com/r/d9t0lt/1

## Related Issue

Fixes some issues with
#750 PR.

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
| datasource | package                                               | from  | to     |
| ---------- | ----------------------------------------------------- | ----- | ------ |
| docker     | cgr.dev/du-uds-defenseunicorns/neuvector-updater-fips | 8.9.1 | 8.10.0 |
| helm       | core                                                  | 2.7.8 | 2.7.9  |
| helm       | crd                                                   | 2.7.8 | 2.7.9  |
| helm       | monitor                                               | 2.7.8 | 2.7.9  |
@renovate renovate bot force-pushed the renovate/neuvector branch from cdee3b8 to 220e6cf Compare September 11, 2024 17:25
@mjnagel mjnagel enabled auto-merge (squash) September 13, 2024 06:19
Copy link
Contributor Author

renovate bot commented Sep 13, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@mjnagel mjnagel merged commit a97b509 into main Sep 13, 2024
14 checks passed
@mjnagel mjnagel deleted the renovate/neuvector branch September 13, 2024 06:42
mjnagel pushed a commit that referenced this pull request Sep 18, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.27.1](v0.27.0...v0.27.1)
(2024-09-18)


### Bug Fixes

* validate packages using full resource name
([#775](#775))
([678ed44](678ed44))


### Miscellaneous

* allow service ports to be overridden in test bundles
([#765](#765))
([5f9a920](5f9a920))
* **deps:** update authservice to v1.0.2
([#738](#738))
([3328b08](3328b08))
* **deps:** update githubactions
([#762](#762))
([c7bab2a](c7bab2a))
* **deps:** update grafana curl image to v8.10.1
([#773](#773))
([0d56ef2](0d56ef2))
* **deps:** update istio to v1.23.1
([#744](#744))
([f222ea3](f222ea3))
* **deps:** update neuvector chart to 2.7.9
([#750](#750))
([a97b509](a97b509))
* **deps:** update neuvector updater image to v8.10.1
([#774](#774))
([2afddfc](2afddfc))
* **deps:** update pepr to 0.36.0
([#696](#696))
([2a1591e](2a1591e))
* **deps:** update prometheus-stack
([#743](#743))
([61f7a60](61f7a60))
* **deps:** update test-infra random provider to v3.6.3
([#753](#753))
([009326d](009326d))
* **deps:** update uds-identity-config version to 0.6.3
([#772](#772))
([a2ad936](a2ad936))
* **deps:** update uds-k3d to v0.9.0 (1.30.4 k3s), k3d to 5.7.4
([#770](#770))
([20656e6](20656e6))
* **deps:** update velero kubectl image to v1.31.1
([#763](#763))
([56b3a21](56b3a21))
* **deps:** update velero kubectl to v1.31.1
([#757](#757))
([c15d77e](c15d77e))
* remove unused neuvector exporter
([#768](#768))
([bd4f5cf](bd4f5cf))
* task for custom pepr
([#766](#766))
([e624d73](e624d73))

---
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant