Skip to content

Commit a7f1a45

Browse files
committed
Updated release-notes files
1 parent aebfd21 commit a7f1a45

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.7.0
2+
13
## Bugs
24
- fix: extra labels propagation made env driven (#5274)
35
- fix: App clone config map fix (#5268)
@@ -82,3 +84,5 @@
8284
- chore: resource scan migration (#4977)
8385
- chore: image promotion migration (#4992)
8486
- misc: uniform GitHub action (#5069)
87+
88+

releasenotes.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
## v0.7.0
2+
3+
## Bugs
4+
- fix: extra labels propagation made env driven (#5274)
5+
- fix: App clone config map fix (#5268)
6+
- fix: latest version in default cluster and on UI (#5259)
7+
- fix: update CVE's severity and store multiple same CVE's in multiple packages (#5168)
8+
- fix: fixing force push for gitops (#5152)
9+
- fix: extra labels propagation based on k8s label regex matching (#5216)
10+
- fix: invalid runner status (#5189)
11+
- fix: revert changes from main (#5206)
12+
- fix: apps and jobs permission (#5110)
13+
- fix: added Copyright (#5172)
14+
- fix:removed unused env var (#5174)
15+
- fix: Handling all cases for 5xx (#5100)
16+
- fix: trivy scan step command fix (#5162)
17+
- fix: added extra args in trivy cmds (#5146)
18+
- fix: proxyRouter empty data err panic handling (#5147)
19+
- fix: handling side-effects for displaying external helm apps with same name across diff namespaces and clusters (#4951)
20+
- fix: fatal log removed (#5043)
21+
- fix: added a check for restricting managers to assign superadmin through permission groups (#5025)
22+
- fix: SHOW_DOCKER_BUILD_ARGS variable not working as expected (#5117)
23+
- fix: dependabot version upgrade (#5089)
24+
- fix: containers are missing from app-details page in argocd app (#4973)
25+
- fix:resolved PR review comments also remove check for virtual cluster (#5095)
26+
- fix:handled namespace case if deleted by kubectl (#5081)
27+
- fix: oci chart were getting deployed through gitops (#5088)
28+
- fix: argocd config update fix (#5074)
29+
- fix: handle 5xx in fetch resource tree api and cd-trigger (#5050)
30+
- fix: gitops update updated (#5055)
31+
- fix: App create api validations (#5019)
32+
- fix: git material saved in transaction (#5040)
33+
- fix: panic while pulling images (#5036)
34+
- fix: terminal stuck in connecting state (#4989)
35+
- fix: handle for wrong format of k8s version in semvercompare func in cronjob template charts (#5016)
36+
- fix: Dockerfile ubuntu version (#5022)
37+
- fix: application status changes to HIBERNATING, when hibernation fails due to some reason (#5005)
38+
- fix: deleted api token can be reused if created again with same name (#4978)
39+
- fix: Kubelink Requests getting Failed for gRPC method GetAppDetails (#5012)
40+
- fix: terminate sync if in progress (#4946)
41+
- fix: grpc error handling for TemplateChart req (#4980)
42+
- fix: removed redundant import (#5004)
43+
- fix: image promotion sql script (#4996)
44+
- fix: image-approval-migartion fix (#4994)
45+
- fix: ci-cd count per day in telemetry data (#4931)
46+
## Enhancements
47+
- feat: notifier behind nats (#5185)
48+
- feat: cd pipeline deployment history refactoring (#5200)
49+
- feat: wire nil test in pre ci pipeline (#4858)
50+
- feat: added recovery counter metrics (#5124)
51+
- feat: auto remediation (#5137)
52+
- feat: support for ca cert in trivy (#5064)
53+
- feat: validation for pipeline Type (#4670)
54+
- feat: propagate labels such as envName and projectName (#5063)
55+
- feat: Plugin to trigger Devtron Job (#5053)
56+
- feat: CD Trigger Plugin (#4810)
57+
- feat: Introduction to feasibility in Deployment (#4862)
58+
## Documentation
59+
- doc: Created Resource Watcher Doc (#5193)
60+
- doc: Modified Portforward Section to Kubectl Section (#5236)
61+
- doc: Added enhancements to security doc (#5203)
62+
- docs: update readme to include multi arch flag (#4998)
63+
- docs: config.md updatation for new flag (#5061)
64+
- doc: Fixes in Documentation for May Month (#5150)
65+
- doc: Created Resource Watcher Doc (#5193)
66+
- doc: Modified Portforward Section to Kubectl Section (#5236)
67+
- doc: Added enhancements to security doc (#5203)
68+
- docs: update readme to include multi arch flag (#4998)
69+
- docs: config.md updatation for new flag (#5061)
70+
- doc: Added kubectl port-fwd section in RB (#5139)
71+
- doc: Added Bitbucket Data Center in GitOps doc (#5075)
72+
- doc: Image promotion policy (#4762)
73+
- doc: Revamped Resource Browser Doc (#5035)
74+
- doc: Added Bulk Restart in Application Groups doc (#5080)
75+
- doc: Added new doc in the index (#5029)
76+
- doc: Changes made in the doc according to the newer version (#5024)
77+
- doc: Added Linked CI with Child Info + Runtime Build Parameters (#4991)
78+
## Others
79+
- chore: updated vendor (#5166)
80+
- chore: gitops validation in api (#5082)
81+
- chore: release v2 migration (#5126)
82+
- chore: migration update for remote connection config (#5113)
83+
- chore: added sql for release and release channels (#4898)
84+
- chore: resource scan migration (#4977)
85+
- chore: image promotion migration (#4992)
86+
- misc: uniform GitHub action (#5069)
87+
88+

0 commit comments

Comments
 (0)