Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitkube
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
hasura
gitkube
Commits
a275748f
Commit
a275748f
authored
May 25, 2018
by
shahidhk
Browse files
Options
Downloads
Patches
Plain Diff
update changelog, add two missing params
parent
190fa1ee
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+9
-3
9 additions, 3 deletions
CHANGELOG.md
pkg/cmd/remote_generate.go
+2
-0
2 additions, 0 deletions
pkg/cmd/remote_generate.go
with
11 additions
and
3 deletions
CHANGELOG.md
+
9
−
3
View file @
a275748f
# 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
This diff is collapsed.
Click to expand it.
pkg/cmd/remote_generate.go
+
2
−
0
View file @
a275748f
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment