Skip to content

Commit 1ee0907

Browse files
author
Julien Levasseur
authored
Merge pull request #16 from julienlevasseur/remove_cosul_addr_by_default
feat: Remove default consul address config value
2 parents 9f235c4 + 26ce10f commit 1ee0907

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
# 3.4.3
237

338
- Update dependecies

cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func InitConfig() {
8888
viper.SetDefault("preserveProfile", true)
8989
viper.SetDefault("ssmRegion", "us-east-1")
9090
viper.SetDefault("ssmParameterTier", "Standard")
91-
viper.SetDefault("consulAddress", "127.0.0.1:8500")
9291
viper.SetDefault("consulToken", "")
9392
viper.SetDefault("consulTokenFile", "")
9493
}

0 commit comments

Comments
 (0)