-
Notifications
You must be signed in to change notification settings - Fork 557
feat: Release candidate v0.44.0 #6898
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
Conversation
…tants **Details**: - Introduced `ClusterOverviewConfig` for configurable parameters. - Added `ClusterCacheService` implementing in-memory caching for cluster data. - Enhanced insights with `InsightsService` and queries for pipeline usage. - Added new constants for cloud providers, autoscalers, and node statuses. - Published various supporting services, adapters, and utility functions for modular interactions.
**Details**: - Introduced `FindAllActiveInTimeRange` method in both `EnvironmentRepository` and `TeamRepository` for filtered querying based on time. - Added `FindNamesByIds` in `EnvironmentRepository` for fetching environment names by IDs. - Implemented environment trend aggregation with `GetAggregatedEnvironmentTrendWithParams`. - Updated comments and query logics in repositories for clarity.
chore: rename SQL migration files for consistency
chore: Merge remote-tracking branch 'origin/main' into 'origin/develop'
fix: enhance validation and error handling in cluster update process
…an module **Details**: - Introduced new APIs for fetching vulnerability summary and listing with advanced filtering. - Updated `ImageScanRestHandler` with handlers for the new endpoints. - Enhanced `ImageScanService` to support vulnerability data aggregation, filtering, and pagination. - Added `ScanStatus` filter for advanced scan state queries. - Updated repositories and models for new data structures and query support.
…and improved secret management **Details**: - Added SQL migrations for the cost module, Velero backup/restore, and supporting tables with indices. - Dropped old Velero-related tables and updated index handling for improved management. - Enhanced Kubernetes secret handling with support for binary and string data. - Updated deployment templates to use optional `containerName` values. - Fixed auto-scaling logic in the deployment manifest pipeline with additional checks and validations.
**Details**: - Updated `github.com/devtron-labs/devtron-services/authenticator` to version `v0.0.0-20251208115626-248c2710ef2f`. - Updated `github.com/devtron-labs/devtron-services/common-lib` to version `v0.0.0-20251208115626-248c2710ef2f`.
misc: Overview oss develop sync
chore: infra overview router missing in EA-OSS
chore: Merge branch 'origin/main' into 'release-candidate-v0.44.0'
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 9257608 | Triggered | Base64 AWS keys | 880110d | scripts/devtron-reference-helm-charts/deployment-chart_4-22-0/test-values.json | View secret |
| 2763127 | Triggered | Generic High Entropy Secret | 4b8eb26 | scripts/devtron-reference-helm-charts/reference-chart_5-2-0/secrets-test-values.yaml | View secret |
| 141558 | Triggered | Generic High Entropy Secret | 4b8eb26 | scripts/devtron-reference-helm-charts/reference-chart_5-2-0/env-values.yaml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
Bito Automatic Review Skipped - Large PR |
Description
Fixes https://github.com/devtron-labs/sprint-tasks/issues/2743
Checklist:
Does this PR introduce a user-facing change?