Skip to content

Commit 9958003

Browse files
author
Luis Davim
committed
Prepare release v3.7.0
1 parent 5f66bc6 commit 9958003

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.6.11
1+
v3.7.0

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.6.11&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master)
1+
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.7.0&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master)
22

33
![helmsman-logo](docs/images/helmsman.png)
44

@@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d
6161

6262
```sh
6363
# on Linux
64-
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.11/helmsman_3.6.10_linux_amd64.tar.gz | tar zx
64+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.6.10_linux_amd64.tar.gz | tar zx
6565
# on MacOS
66-
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.11/helmsman_3.6.10_darwin_amd64.tar.gz | tar zx
66+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.6.10_darwin_amd64.tar.gz | tar zx
6767

6868
mv helmsman /usr/local/bin/helmsman
6969
```

internal/app/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
helmBin = "helm"
1010
kubectlBin = "kubectl"
11-
appVersion = "v3.6.11"
11+
appVersion = "v3.7.0"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# v3.6.11
1+
# v3.7.0
22

3-
## Fixes and improvements
3+
## New features
44

5-
- fix: dont force updates on repo add if the no-update flag is passed
6-
- refactor: cleanup config files
7-
- refactor: use errors instead of bool + string
8-
- fix: the repo name is the fisrt element only
9-
- chore: remove references to deprecated helm repos
10-
- fix: --server-dry-run was deprecated in kubectl 1.18
5+
- Added support for OCI registries (#612)
6+
- more details in [docs/how_to/helm_repos/oci.md](https://github.com/Praqma/helmsman/blob/master/docs/how_to/helm_repos/oci.md)
7+
- Added support for using `kubectl diff` instead of `helm diff` (#609) - Experimental

0 commit comments

Comments
 (0)