Skip to content

Commit a275748

Browse files
committed
update changelog, add two missing params
1 parent 190fa1e commit a275748

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3-
## v0.1
3+
## v0.2.0
44

5-
Initial release
5+
- Introduces gitkube CLI
6+
- Support applying manifests: k8s yamls or helm charts
67

7-
### v0.1.1
8+
## v0.1.1
89

910
- Support `.dockerconfigjson` secret type
1011
- Registry credentials supports `secretRef`
12+
13+
## v0.1
14+
15+
Initial release
16+

pkg/cmd/remote_generate.go

+2
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ dockerRegistryPrompt:
197197
// use existing username and password
198198
registry = dr.URL
199199
server = dr.Server
200+
username = dr.Username
201+
password = dr.Password
200202
email = fmt.Sprintf("%s@%s", dr.Username, dr.URL)
201203
}
202204
case 1:

0 commit comments

Comments
 (0)