File tree Expand file tree Collapse file tree 7 files changed +32
-6
lines changed Expand file tree Collapse file tree 7 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 1+ ## v1.8.0
2+
13## Enhancements
24- feat: added the plugin for aws ecr retagging (#6695 )
35- feat: flux cd deployment (#6660 )
1618- chore: added sql file of 4.21 (#6716 )
1719- misc: added support for service extraSpec (#6702 )
1820- chore: when output dir path is /devtroncd in any pipeline stage step then the ci runner is stuck in recursive self-copy situation (#6686 )
21+
22+
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : devtron-operator
3- appVersion : 1.7 .0
3+ appVersion : 1.8 .0
44description : Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55keywords :
66 - Devtron
@@ -11,7 +11,7 @@ keywords:
1111 - argocd
1212 - Hyperion
1313engine : gotpl
14- version : 0.22.95
14+ version : 0.22.96
1515sources :
1616 - https://github.com/devtron-labs/charts
1717dependencies :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ global:
1515 PG_DATABASE : orchestrator
1616extraManifests : []
1717installer :
18- release : " v1.7 .0"
18+ release : " v1.8 .0"
1919 registry : " "
2020 image : " inception"
2121 tag : " 473deaa4-185-21582"
Original file line number Diff line number Diff line change 4242extraManifests : []
4343installer :
4444 repo : " devtron-labs/devtron"
45- release : " v1.7 .0"
45+ release : " v1.8 .0"
4646 registry : " "
4747 image : inception
4848 tag : 473deaa4-185-21582
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ metadata:
44 name : installer-devtron
55 namespace : devtroncd
66spec :
7- url : https://raw.githubusercontent.com/devtron-labs/devtron/v1.7 .0/manifests/installation-script
7+ url : https://raw.githubusercontent.com/devtron-labs/devtron/v1.8 .0/manifests/installation-script
Original file line number Diff line number Diff line change 1- LTAG="v1.7 .0";
1+ LTAG="v1.8 .0";
22REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33shebang = `#!/bin/bash
44`;
Original file line number Diff line number Diff line change 1+ ## v1.8.0
2+
3+ ## Enhancements
4+ - feat: added the plugin for aws ecr retagging (#6695 )
5+ - feat: flux cd deployment (#6660 )
6+ - feat: add app name in labels list api (#6688 )
7+ - feat: Audit ci trigger, precd and post cd trigger so that retrigger can happen from last failed config snapshot (#6659 )
8+ ## Bugs
9+ - fix: argo sync (#6718 )
10+ - fix: cluster delete (#6706 )
11+ - fix: Notifier v1 removed (#6705 )
12+ - fix: app clone panic (#6696 )
13+ - fix: Spdy migration to websocket (#6682 )
14+ - fix: Fix scanning optimisation (#6683 )
15+ - fix: panic in logs api (#6684 )
16+ - fix: Empty migration seq (#6673 )
17+ ## Others
18+ - chore: added sql file of 4.21 (#6716 )
19+ - misc: added support for service extraSpec (#6702 )
20+ - chore: when output dir path is /devtroncd in any pipeline stage step then the ci runner is stuck in recursive self-copy situation (#6686 )
21+
22+
You can’t perform that action at this time.
0 commit comments