Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
2306721c
Commit
2306721c
authored
Jul 10, 2018
by
Miek Gieben
Committed by
corbot[bot]
Jul 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Up release to 1.2.0 (#1958)
Automatically submitted.
parent
3b9da823
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.release
Makefile.release
+2
-2
coremain/version.go
coremain/version.go
+1
-1
No files found.
Makefile.release
View file @
2306721c
...
...
@@ -86,7 +86,7 @@ tar:
.PHONY
:
github-push
upload
:
@
echo
Releasing:
$(VERSION)
$(
eval
RELEASE:
=
$(
shell
curl
-s
-d
'{"tag_name": "v
$(VERSION)
", "name": "v
$(VERSION)
"
}
'
"https://api.github.com/repos/
$(GITHUB)
/
$(NAME)
/releases?access_token=
${GITHUB_ACCESS_TOKEN}
"
|
grep
-m
1
'"id"'
|
tr
-cd
'[[:digit:]]'
)
)
@
$(
eval
RELEASE:
=
$(
shell
curl
-s
-d
'{"tag_name": "v
$(VERSION)
", "name": "v
$(VERSION)
"
}
'
"https://api.github.com/repos/
$(GITHUB)
/
$(NAME)
/releases?access_token=
${GITHUB_ACCESS_TOKEN}
"
|
grep
-m
1
'"id"'
|
tr
-cd
'[[:digit:]]'
)
)
@
echo
ReleaseID:
$(RELEASE)
@
for
asset
in
`
ls
-A
release
`
;
do
\
curl
-o
/dev/null
-X
POST
\
...
...
@@ -111,7 +111,7 @@ docker-build: tar
.PHONY
:
docker-push
docker-push
:
docker
-u
$(DOCKER_LOGIN)
-p
$(DOCKER_PASSWORD)
||
exit
1
@
docker
-u
$(DOCKER_LOGIN)
-p
$(DOCKER_PASSWORD)
||
exit
1
@
echo
Pushing:
$(VERSION)
to
$(DOCKER_IMAGE_NAME)
for
arch
in
$(LINUX_ARCH)
;
do
\
docker push
$(DOCKER_IMAGE_NAME)
:coredns-
$$
arch
;
\
...
...
coremain/version.go
View file @
2306721c
...
...
@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const
(
CoreVersion
=
"1.
1.4
"
CoreVersion
=
"1.
2.0
"
coreName
=
"CoreDNS"
serverType
=
"dns"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment