Release/1 0 66 r1 #2538

Merged
mfreeman451 merged 2 commits from refs/pull/2538/head into main 2025-12-10 16:29:18 +00:00
mfreeman451 commented 2025-12-10 16:17:58 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2097
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/2097
Original created: 2025-12-10T16:17:58Z
Original updated: 2025-12-10T16:29:22Z
Original head: carverauto/serviceradar:release/1_0_66-r1
Original base: main
Original merged: 2025-12-10T16:29:18Z by @mfreeman451

User description

IMPORTANT: Please sign the Developer Certificate of Origin

Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:

Signed-off-by: J. Doe <j.doe@domain.com>

Describe your changes

Code checklist before requesting a review

  • I have signed the DCO?
  • The build completes without errors?
  • All tests are passing when running make test?

PR Type

Other


Description

  • Release version 1.0.66 with Rust edge improvements

  • Enhanced mTLS bootstrap and configuration handling

  • Added Bazel RBE platform configuration for RHEL 9

  • Added Podman deployment documentation support

  • Fixed deadlock issues and updated build configurations


Diagram Walkthrough

flowchart LR
  A["v1.0.66 Release"] --> B["Rust Edge Improvements"]
  A --> C["Build & Deployment"]
  B --> D["mTLS Bootstrap<br/>Configuration Handling"]
  C --> E["Bazel RBE<br/>RHEL 9 Support"]
  C --> F["Podman<br/>Documentation"]
  C --> G["Deadlock Fixes<br/>Docker Updates"]

File Walkthrough

Relevant files
Documentation
CHANGELOG
Added v1.0.66 release notes and changelog                               

CHANGELOG

  • Added comprehensive v1.0.66 release notes section
  • Documented Rust edge onboarding library enhancements
  • Listed Bazel build targets and RBE platform configuration additions
  • Noted Podman deployment documentation and deadlock fixes
  • Recorded Docker Compose and CI/CD reliability improvements
+14/-0   
Configuration changes
VERSION
Bump version to 1.0.66                                                                     

VERSION

  • Updated version number from 1.0.65 to 1.0.66
+1/-1     

Imported from GitHub pull request. Original GitHub pull request: #2097 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/pull/2097 Original created: 2025-12-10T16:17:58Z Original updated: 2025-12-10T16:29:22Z Original head: carverauto/serviceradar:release/1_0_66-r1 Original base: main Original merged: 2025-12-10T16:29:18Z by @mfreeman451 --- ### **User description** ## IMPORTANT: Please sign the Developer Certificate of Origin Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include a [DCO sign-off statement]( https://developercertificate.org/) indicating the DCO acceptance in one commit message. Here is an example DCO Signed-off-by line in a commit message: ``` Signed-off-by: J. Doe <j.doe@domain.com> ``` ## Describe your changes ## Issue ticket number and link ## Code checklist before requesting a review - [ ] I have signed the DCO? - [ ] The build completes without errors? - [ ] All tests are passing when running make test? ___ ### **PR Type** Other ___ ### **Description** - Release version 1.0.66 with Rust edge improvements - Enhanced mTLS bootstrap and configuration handling - Added Bazel RBE platform configuration for RHEL 9 - Added Podman deployment documentation support - Fixed deadlock issues and updated build configurations ___ ### Diagram Walkthrough ```mermaid flowchart LR A["v1.0.66 Release"] --> B["Rust Edge Improvements"] A --> C["Build & Deployment"] B --> D["mTLS Bootstrap<br/>Configuration Handling"] C --> E["Bazel RBE<br/>RHEL 9 Support"] C --> F["Podman<br/>Documentation"] C --> G["Deadlock Fixes<br/>Docker Updates"] ``` <details><summary><h3>File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG</strong><dd><code>Added v1.0.66 release notes and changelog</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG <ul><li>Added comprehensive v1.0.66 release notes section<br> <li> Documented Rust edge onboarding library enhancements<br> <li> Listed Bazel build targets and RBE platform configuration additions<br> <li> Noted Podman deployment documentation and deadlock fixes<br> <li> Recorded Docker Compose and CI/CD reliability improvements</ul> </details> </td> <td><a href="https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba">+14/-0</a>&nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>VERSION</strong><dd><code>Bump version to 1.0.66</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> VERSION - Updated version number from 1.0.65 to 1.0.66 </details> </td> <td><a href="https://github.com/carverauto/serviceradar/pull/2097/files#diff-7b60b8e351cbb80c47459ffe2c79f1a26404871f49294780fe47ad0e58c09350">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tbody></table> </details> ___
qodo-code-review[bot] commented 2025-12-10 16:18:26 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2097#issuecomment-3637885898
Original created: 2025-12-10T16:18:26Z

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
No runtime code: The PR only updates documentation and versioning with no new executable code to assess for
audit trail logging of critical actions.

Referred Code
# ServiceRadar v1.0.66

Rust edge onboarding improvements and build/deployment updates.

## Whats New

**1.0.66**
- Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling.
- Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9).
- Added Podman deployment documentation and container support.
- Fixed potential deadlock issues in core services.
- Updated Docker Compose configurations and container registry settings.
- Various Bazel build fixes for improved CI/CD reliability.

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status:
No identifiers added: Only CHANGELOG text and VERSION were modified; no new identifiers or code were introduced
to evaluate naming.

Referred Code
# ServiceRadar v1.0.66

Rust edge onboarding improvements and build/deployment updates.

## Whats New

**1.0.66**
- Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling.
- Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9).
- Added Podman deployment documentation and container support.
- Fixed potential deadlock issues in core services.
- Updated Docker Compose configurations and container registry settings.
- Various Bazel build fixes for improved CI/CD reliability.

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No error paths: The diff contains no executable code or error handling changes to assess robustness or
edge case management.

Referred Code
# ServiceRadar v1.0.66

Rust edge onboarding improvements and build/deployment updates.

## Whats New

**1.0.66**
- Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling.
- Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9).
- Added Podman deployment documentation and container support.
- Fixed potential deadlock issues in core services.
- Updated Docker Compose configurations and container registry settings.
- Various Bazel build fixes for improved CI/CD reliability.

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
No user errors: Only documentation/version updates were added; there are no user-facing error messages to
review for sensitive detail leakage.

Referred Code
# ServiceRadar v1.0.66

Rust edge onboarding improvements and build/deployment updates.

## Whats New

**1.0.66**
- Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling.
- Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9).
- Added Podman deployment documentation and container support.
- Fixed potential deadlock issues in core services.
- Updated Docker Compose configurations and container registry settings.
- Various Bazel build fixes for improved CI/CD reliability.

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status:
No logging code: The PR does not introduce logging statements; only changelog and version updates were
made, so secure logging cannot be assessed.

Referred Code
# ServiceRadar v1.0.66

Rust edge onboarding improvements and build/deployment updates.

## Whats New

**1.0.66**
- Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling.
- Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9).
- Added Podman deployment documentation and container support.
- Fixed potential deadlock issues in core services.
- Updated Docker Compose configurations and container registry settings.
- Various Bazel build fixes for improved CI/CD reliability.

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
No input handling: There are no new input or data handling changes in the diff to evaluate validation,
sanitization, or authorization.

Referred Code
# ServiceRadar v1.0.66

Rust edge onboarding improvements and build/deployment updates.

## Whats New

**1.0.66**
- Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling.
- Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9).
- Added Podman deployment documentation and container support.
- Fixed potential deadlock issues in core services.
- Updated Docker Compose configurations and container registry settings.
- Various Bazel build fixes for improved CI/CD reliability.

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
- Requires Further Human Verification
🏷️ - Compliance label
Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2097#issuecomment-3637885898 Original created: 2025-12-10T16:18:26Z --- ## PR Compliance Guide 🔍 <!-- https://github.com/carverauto/serviceradar/commit/8bfac58a8ecc93674cee061e2706fd652d807ee5 --> Below is a summary of compliance checks for this PR:<br> <table><tbody><tr><td colspan='2'><strong>Security Compliance</strong></td></tr> <tr><td>🟢</td><td><details><summary><strong>No security concerns identified</strong></summary> No security vulnerabilities detected by AI analysis. Human verification advised for critical code. </details></td></tr> <tr><td colspan='2'><strong>Ticket Compliance</strong></td></tr> <tr><td>⚪</td><td><details><summary>🎫 <strong>No ticket provided </strong></summary> - [ ] Create ticket/issue <!-- /create_ticket --create_ticket=true --> </details></td></tr> <tr><td colspan='2'><strong>Codebase Duplication Compliance</strong></td></tr> <tr><td>⚪</td><td><details><summary><strong>Codebase context is not defined </strong></summary> Follow the <a href='https://qodo-merge-docs.qodo.ai/core-abilities/rag_context_enrichment/'>guide</a> to enable codebase context checks. </details></td></tr> <tr><td colspan='2'><strong>Custom Compliance</strong></td></tr> <tr><td rowspan=6>⚪</td> <td><details> <summary><strong>Generic: Comprehensive Audit Trails</strong></summary><br> **Objective:** To create a detailed and reliable record of critical system actions for security analysis <br>and compliance.<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdbaR1-R14'><strong>No runtime code</strong></a>: The PR only updates documentation and versioning with no new executable code to assess for <br>audit trail logging of critical actions.<br> <details open><summary>Referred Code</summary> ```txt # ServiceRadar v1.0.66 Rust edge onboarding improvements and build/deployment updates. ## Whats New **1.0.66** - Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling. - Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9). - Added Podman deployment documentation and container support. - Fixed potential deadlock issues in core services. - Updated Docker Compose configurations and container registry settings. - Various Bazel build fixes for improved CI/CD reliability. ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Meaningful Naming and Self-Documenting Code</strong></summary><br> **Objective:** Ensure all identifiers clearly express their purpose and intent, making code <br>self-documenting<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdbaR1-R14'><strong>No identifiers added</strong></a>: Only CHANGELOG text and VERSION were modified; no new identifiers or code were introduced <br>to evaluate naming.<br> <details open><summary>Referred Code</summary> ```txt # ServiceRadar v1.0.66 Rust edge onboarding improvements and build/deployment updates. ## Whats New **1.0.66** - Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling. - Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9). - Added Podman deployment documentation and container support. - Fixed potential deadlock issues in core services. - Updated Docker Compose configurations and container registry settings. - Various Bazel build fixes for improved CI/CD reliability. ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Robust Error Handling and Edge Case Management</strong></summary><br> **Objective:** Ensure comprehensive error handling that provides meaningful context and graceful <br>degradation<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdbaR1-R14'><strong>No error paths</strong></a>: The diff contains no executable code or error handling changes to assess robustness or <br>edge case management.<br> <details open><summary>Referred Code</summary> ```txt # ServiceRadar v1.0.66 Rust edge onboarding improvements and build/deployment updates. ## Whats New **1.0.66** - Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling. - Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9). - Added Podman deployment documentation and container support. - Fixed potential deadlock issues in core services. - Updated Docker Compose configurations and container registry settings. - Various Bazel build fixes for improved CI/CD reliability. ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Secure Error Handling</strong></summary><br> **Objective:** To prevent the leakage of sensitive system information through error messages while <br>providing sufficient detail for internal debugging.<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdbaR1-R14'><strong>No user errors</strong></a>: Only documentation/version updates were added; there are no user-facing error messages to <br>review for sensitive detail leakage.<br> <details open><summary>Referred Code</summary> ```txt # ServiceRadar v1.0.66 Rust edge onboarding improvements and build/deployment updates. ## Whats New **1.0.66** - Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling. - Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9). - Added Podman deployment documentation and container support. - Fixed potential deadlock issues in core services. - Updated Docker Compose configurations and container registry settings. - Various Bazel build fixes for improved CI/CD reliability. ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Secure Logging Practices</strong></summary><br> **Objective:** To ensure logs are useful for debugging and auditing without exposing sensitive <br>information like PII, PHI, or cardholder data.<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdbaR1-R14'><strong>No logging code</strong></a>: The PR does not introduce logging statements; only changelog and version updates were <br>made, so secure logging cannot be assessed.<br> <details open><summary>Referred Code</summary> ```txt # ServiceRadar v1.0.66 Rust edge onboarding improvements and build/deployment updates. ## Whats New **1.0.66** - Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling. - Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9). - Added Podman deployment documentation and container support. - Fixed potential deadlock issues in core services. - Updated Docker Compose configurations and container registry settings. - Various Bazel build fixes for improved CI/CD reliability. ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Security-First Input Validation and Data Handling</strong></summary><br> **Objective:** Ensure all data inputs are validated, sanitized, and handled securely to prevent <br>vulnerabilities<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2097/files#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdbaR1-R14'><strong>No input handling</strong></a>: There are no new input or data handling changes in the diff to evaluate validation, <br>sanitization, or authorization.<br> <details open><summary>Referred Code</summary> ```txt # ServiceRadar v1.0.66 Rust edge onboarding improvements and build/deployment updates. ## Whats New **1.0.66** - Enhanced Rust edge onboarding library with improved mTLS bootstrap and configuration handling. - Added Bazel build targets and RBE platform configuration for RHEL 9 (RH9). - Added Podman deployment documentation and container support. - Fixed potential deadlock issues in core services. - Updated Docker Compose configurations and container registry settings. - Various Bazel build fixes for improved CI/CD reliability. ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td align="center" colspan="2"> <!-- placeholder --> <!-- /compliance --update_compliance=true --> </td></tr></tbody></table> <details><summary>Compliance status legend</summary> 🟢 - Fully Compliant<br> 🟡 - Partial Compliant<br> 🔴 - Not Compliant<br> ⚪ - Requires Further Human Verification<br> 🏷️ - Compliance label<br> </details>
qodo-code-review[bot] commented 2025-12-10 16:18:48 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2097#issuecomment-3637887391
Original created: 2025-12-10T16:18:48Z

PR Code Suggestions

No code suggestions found for the PR.

Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2097#issuecomment-3637887391 Original created: 2025-12-10T16:18:48Z --- ## PR Code Suggestions ✨ No code suggestions found for the PR.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2538
No description provided.