|
1 | | -## v2.0.0 |
2 | | -Devtron 2.0 focuses on improving Kubernetes operability at scale. It introduces centralized platform visibility, a restructured UI for faster navigation, and foundational security improvements—reducing operational overhead across CI/CD, infrastructure, and access management. |
3 | | - |
4 | | ---- |
| 1 | +## v2.1.0 |
5 | 2 |
|
6 | 3 | ## Enhancements |
7 | | - |
8 | | -### Overview Dashboards |
9 | | -We've introduced centralized overview dashboards to give teams instant visibility across critical dimensions of the system. |
10 | | - |
11 | | -- **Applications Overview** |
12 | | - View application health metrics and CI/CD pipeline activity in one place to quickly assess delivery performance and identify issues early. |
13 | | - |
14 | | -- **Infrastructure Overview** |
15 | | - Gain clear insights into cluster utilization and resource allocation for better visibility into Kubernetes capacity, usage, and optimization opportunities. |
16 | | - |
17 | | -- **Security Overview** |
18 | | - Get an aggregated view of your security posture to identify risks, track vulnerabilities, and monitor overall security status effectively. |
19 | | - |
20 | | ---- |
21 | | - |
22 | | -### Reimagined Platform UI |
23 | | -Devtron's UI has been restructured into logical modules, making the platform more intuitive, discoverable, and easier to navigate. |
24 | | - |
25 | | -- **Application Management** |
26 | | - Deploy and manage applications, access application groups, and apply bulk edits from a unified workspace. |
27 | | - |
28 | | -- **Infrastructure Management** |
29 | | - Manage applications deployed via Helm, Argo CD, and Flux CD, access the chart store, and explore your Kubernetes resources using the resource browser. |
30 | | - |
31 | | -- **Security Centre** |
32 | | - Review vulnerability reports, manage security scans, and enforce security policies from a single control plane. |
33 | | - |
34 | | -- **Automation Enablement** |
35 | | - Configure and schedule job orchestration to power automated workflows and reduce manual operational overhead. |
36 | | - |
37 | | -- **Global Configuration** |
38 | | - Configure SSO, manage clusters and environments, register container registries, and define authorization and access policies centrally. |
39 | | - |
40 | | ---- |
41 | | - |
42 | | -### Command Bar for Faster Navigation |
43 | | -Use the Command Bar (Ctrl + K on Windows/Linux, Cmd + K on macOS) to quickly jump to any screen across the platform and revisit recently accessed items—reducing clicks and speeding up navigation between workflows. |
44 | | - |
45 | | ---- |
46 | | - |
47 | | -### Additional Enhancements |
48 | | -- feat: Rollout 5.2.0 (#6889) |
49 | | -- feat: Added support for tcp in virtual service and changed the apiVersion for externalSecrets (#6892) |
50 | | -- feat: add helm_take_ownership and helm_redeployment_request columns to user_deployment_request table (#6888) |
51 | | -- feat: Added support to override container name (#6880) |
52 | | -- feat: Increase max length for TeamRequest name field (#6876) |
53 | | -- feat: Added namespace support for virtualService and destinationRule (#6868) |
54 | | -- feat: feature flag for encryption (#6856) |
55 | | -- feat: encryption for db credentials (#6852) |
56 | | - |
57 | | ---- |
58 | | - |
| 4 | +- feat: auto assign permission group ( https://github.com/devtron-labs/devtron/issues/6911 ) |
59 | 5 | ## Bugs |
60 | | -- fix: migrate proxy chart dependencies and refactor related functions (#6899) |
61 | | -- fix: enhance validation and error handling in cluster update process (#6887) |
62 | | -- fix: Invalid type casting error for custom charts (#6883) |
63 | | -- fix: validation on team name (#6872) |
64 | | -- fix: sql injection (#6861) |
65 | | -- fix: user manager fix (#6854) |
66 | | - |
67 | | ---- |
68 | | - |
| 6 | +- fix: prevent exposure of internal-only attributes in API responses and requests (#6917) |
| 7 | +- fix: append filtered cluster details to the cluster detail list in capacity handler (#6915) |
| 8 | +- fix: enhance cluster overview response with raw cluster capacity details and caching support (#6914) |
| 9 | +- fix: Handle cluster capacity fetch errors by returning detailed connection failure status (#6912) |
69 | 10 | ## Others |
70 | | -- misc: Add support for migrating plugin metadata to parent metadata (#6902) |
71 | | -- misc: update UserDeploymentRequestWithAdditionalFields struct to include tableName for PostgreSQL compatibility (#6896) |
72 | | -- chore: rename SQL migration files for consistency (#6885) |
73 | | -- misc: Vc empty ns fix (#6871) |
74 | | -- misc: added validation on create environment (#6859) |
75 | | -- misc: migration unique constraint on mpc (#6851) |
76 | | -- misc: helm app details API spec (#6850) |
77 | | -- misc: api Spec Added for draft (#6849) |
78 | | -- misc: api Specs added for lock config (#6847) |
| 11 | +- chore: Adds scarf pixel (#6918) |
| 12 | +- misc: add clientIP in audit log (#6908) |
| 13 | +- misc: Refactor vulnerability query implementation and cleanup unused code (#6907) |
0 commit comments