Skip to content

Commit f1f96e1

Browse files
committed
Updated release-notes files
1 parent dc6f5d1 commit f1f96e1

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

beta-releasenotes.md renamed to CHANGELOG/release-notes-v0.6.14.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.6.14
2+
13
## Bugs
24
- fix: scale workloads for helm app created on Devtron (#3131)
35
- fix: select image not working for external webhook (#3187)
@@ -67,3 +69,5 @@
6769
- task: restricted deployment status updation cron to fetch pipelines deployed within hours (#3104)
6870
- chore: upgrade common-lib dependency (#3052)
6971
- feat - Use cluster-name instead of server url in Argo cd application objects (#2958)
72+
73+

releasenotes.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
## v0.6.14
2+
3+
## Bugs
4+
- fix: scale workloads for helm app created on Devtron (#3131)
5+
- fix: select image not working for external webhook (#3187)
6+
- fix: eks nodegroup label added (#3184)
7+
- fix:http status fix for access to jobs (#3176)
8+
- fix:wire issue fixed (#3179)
9+
- fix:notes.txt throws error when charts require special KubeVersion (#3170)
10+
- fix: Gitops validate and update with empty token (#3168)
11+
- fix:Manifest output throws error when charts require special KubeVersion (#3162)
12+
- fix: onlyDevtronCharts flag changed type from boolean to integer (#3161)
13+
- fix: Optimize app grouping apis (#3125)
14+
- fix: log api panic (#3156)
15+
- fix: kubernetes external secret not accessible (#3143)
16+
- fix: apps in progressing state indefinitely (#3137)
17+
- fix: ci artifacts not coming for linked CI pipeline (#3134)
18+
- fix: Helm repository deleted from argocd-cm when deleted from UI (Github Issue #1399) (#2970)
19+
- fix: pg prom metrics not getting exported when pg query logging is disabled (#3124)
20+
- fix: Send webhook data(source value and source type) in pipeline api response (#3120)
21+
- fix: updated condition for adding kubectl apply synced timeline (#3115)
22+
- fix: json unmarshal panic error temperory fix. (#3095)
23+
- fix: added otel for deployment history info api (#3107)
24+
- fix:showing right image imagetags in multiplecolons in registry url (#3103)
25+
- fix: cd metrics nil ptr fix (#3099)
26+
- fix: getting all environmets for super admin only (#3096)
27+
- fix: logs issue for init containers (#3076)
28+
- fix: pod resources not visible even if user have access on those pods. (#3071)
29+
- fix: unable to create container registry with deleted name (#2963)
30+
- fix: helm app deployment failure (#3060)
31+
- fix: logs file path issue fix and docker file update for non root user (#3024)
32+
- fix: urls pipeline fetching bug fix (#3063)
33+
- fix: app grouping appid appname (#3058)
34+
## Enhancements
35+
- feat:migration files for notes.txt (#3192)
36+
- feat:store notes.txt in db and fetch from db (#3183)
37+
- feat: Add timer telemetry for App List (#3185)
38+
- feat:Sorting applist according to deployed time (#3108)
39+
- feat:git material source type editable (#3015)
40+
- feat: Using server url in application object (#3175)
41+
- feat: Add timer/counter telemetry for GitOps (#3119)
42+
- feat: show notes txt for helmapps deployed by helm (#2966)
43+
- feat: enable auto deployment trigger option after deployment app change (#3110)
44+
- feat: jobs feature (#3074)
45+
- feat: Disabling global secrets for application environment. (#3126)
46+
- feat: Review config changes before deployment (#3077)
47+
- feat: global secrets for pre/post cd (#3073)
48+
- feat: export pg query metrics to prometheus (#3118)
49+
- feat: Add timer/counter telemetry for CI process (#3081)
50+
- feat: Git, GitOps, Container Registries and SSO login token hide from dashboard (#2952)
51+
- feat:show notes for gitops app (#3082)
52+
- feat: autoselect node,error messaging improvement , node group and custom shell support (#2925)
53+
- feat: Option to run post-ci scripts even if build fails (#3065)
54+
- feat: branch name field added in API response for a cd Artifact material (#3064)
55+
- feat: github PR updater plugin added (#3051)
56+
## Documentation
57+
- docs: added jobs section (#3097)
58+
- docs: added K8s client doc (#3028)
59+
- docs: doc for GCP external secret (#3029)
60+
## Others
61+
- chore: ADO sync action changes (#3167)
62+
- chore: Enterprise repo sync (#3146)
63+
- chore: version upgrade of github action (ado-sync) (#3160)
64+
- chore: ado-sync workflow (#3153)
65+
- chore: ado-sync workflow changes (#3151)
66+
- chore: ADO-sync github action changes (#3149)
67+
- chore: Helm lint mechanism and azure ADO sync github action (#3138)
68+
- chore: enterprise-repo-sync.yaml (#3127)
69+
- task: restricted deployment status updation cron to fetch pipelines deployed within hours (#3104)
70+
- chore: upgrade common-lib dependency (#3052)
71+
- feat - Use cluster-name instead of server url in Argo cd application objects (#2958)
72+
73+

0 commit comments

Comments
 (0)