File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 3.5.1
2
+
3
+ - Remove default consul address value from config to avoid error on ` profiler list ` if Consul is not used.
4
+
5
+ # 3.5.0
6
+
7
+ - Add Kubernetes Namespace switch support
8
+ - Rename profilerFolder to profilesFolder and create the folde by default
9
+ - Various fixes and improvements
10
+
11
+ # 3.4.8
12
+
13
+ - Update release go version & README
14
+
15
+ # 3.4.7
16
+
17
+ - Extends list command
18
+
19
+ # 3.4.6
20
+
21
+ - Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0
22
+
23
+ # 3.4.5
24
+
25
+ - Add Go version 1.17 and 1.18 in the test pipeline
26
+ - Bump github.com/aws/aws-sdk-go from 1.25.41 to 1.33.0
27
+ - Linting & typos in README
28
+
29
+ # 3.4.4
30
+
31
+ - Security fix:
32
+
33
+ gopkg.in/yaml.v3 Version< 3.0.0 | Upgrade to~ > 3.0.0
34
+ CVE-2022 -28948 Moderate severity
35
+
1
36
# 3.4.3
2
37
3
38
- Update dependecies
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ func InitConfig() {
88
88
viper .SetDefault ("preserveProfile" , true )
89
89
viper .SetDefault ("ssmRegion" , "us-east-1" )
90
90
viper .SetDefault ("ssmParameterTier" , "Standard" )
91
- viper .SetDefault ("consulAddress" , "127.0.0.1:8500" )
92
91
viper .SetDefault ("consulToken" , "" )
93
92
viper .SetDefault ("consulTokenFile" , "" )
94
93
}
You can’t perform that action at this time.
0 commit comments