Skip to content

Commit

Permalink
update changelog, add two missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed May 25, 2018
1 parent 190fa1e commit a275748
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## v0.1
## v0.2.0

Initial release
- Introduces gitkube CLI
- Support applying manifests: k8s yamls or helm charts

### v0.1.1
## v0.1.1

- Support `.dockerconfigjson` secret type
- Registry credentials supports `secretRef`

## v0.1

Initial release

2 changes: 2 additions & 0 deletions pkg/cmd/remote_generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ dockerRegistryPrompt:
// use existing username and password
registry = dr.URL
server = dr.Server
username = dr.Username
password = dr.Password
email = fmt.Sprintf("%s@%s", dr.Username, dr.URL)
}
case 1:
Expand Down

0 comments on commit a275748

Please sign in to comment.