-
Notifications
You must be signed in to change notification settings - Fork 2
Test/111 #1715
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
Merged
Merged
Test/111 #1715
Conversation
This file contains hidden or 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
Description Don't try to log audit message if got error during fill event struct. --------- Signed-off-by: Daniil Antoshin <[email protected]>
Signed-off-by: Roman Sysoev <[email protected]>
mitigation cve report-2025-11-17 Signed-off-by: Nikita Korolev <[email protected]>
* chore(ci): add lint and test build for d8v cli --------- Signed-off-by: Nikita Korolev <[email protected]>
…1469) Implemented new naming strategy for BlockDevices underlying resources with d8v- prefix according to ADR. New naming templates (generator.go): - Added d8v- prefix to all resource templates - Changed format from vi-<type>-<name> to d8v-vi-<type>-<name>-<uid> Backward compatibility (fetch.go, fetch_test.go): - Implemented FetchSupplement helper with automatic fallback to legacy names - Added Legacy methods in Generator for old naming format - Resources can be fetched by new names with fallback to old names Updated resource naming: - Importer pod: vi-importer-<name> → d8v-vi-importer-<name>-<uid> - Uploader pod: vi-uploader-<name> → d8v-vi-uploader-<name>-<uid> - Bounder pod: vi-bounder-<name> → d8v-vi-bounder-<name>-<uid> - DVCR auth secret: vi-dvcr-auth-<name> → d8v-vi-dvcr-auth-<name>-<uid> - DVCR auth secret for DV: vi-dvcr-auth-dv-<name> → d8v-vi-dvcr-auth-dv-<name>-<uid> - CA bundle: vi-dvcr-ca-dv-<name> → d8v-vi-dvcr-ca-<name>-<uid> - Uploader service: vi-uploader-svc-<uid> → d8v-vi-<name>-<uid> - Uploader ingress: vi-uploader-ingress-<uid> → d8v-vi-<name>-<uid> - TLS secret: vi-uploader-tls-ing-<name> → d8v-vi-tls-<name>-<uid> - Network policy: vi-uploader-<name> → d8v-vi-<name>-<uid> - Image pull secret: vi-pull-image-<name> → d8v-vi-pull-image-<name>-<uid> - Target PVC: vi-<name>-<uid> → d8v-vi-<name>-<uid> - Target PVC VD: vd-<name>-<uid> → d8v-vd-<uid>-<randx5> - DataVolume: vi-<name>-<uid> → d8v-vi-<name>-<uid> Name truncation handling: - Implemented smart name shortening to respect K8s limits (253 for most, 63 for services) - Names truncated while preserving prefix, UID, and uniqueness Signed-off-by: Daniil Loktev <[email protected]>
* fix(module): user may delete or edit vmclass/generic - Remove helm labels and annotations from vmclass/generic. - Create secret/module-state to track initial creation of vmclass/generic. - Do not react on delete or update of vmclass/generic. Signed-off-by: Pavel Tishkov <[email protected]> Signed-off-by: Ivan Mikheykin <[email protected]> Co-authored-by: Ivan Mikheykin <[email protected]>
…oller from scrapeconfig to servicemonitor (#1651) switched metrics scraping for the virtualization-controller from scrapeconfig to servicemonitor --------- Signed-off-by: Pavel Tishkov <[email protected]>
z9r5
approved these changes
Nov 24, 2025
54d0083
into
fix/vd/wffc-stuck-in-waiting-phase
54 of 60 checks passed
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.
Description
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
Changelog entries