Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d0e7040b
Commit
d0e7040b
authored
May 18, 2015
by
Victor Marmol
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8367 from thockin/kube2sky
Add docs on making a release
parents
90d6080f
284f8704
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
Changelog
cluster/addons/dns/kube2sky/Changelog
+3
-0
RELEASES.md
cluster/addons/dns/kube2sky/RELEASES.md
+26
-0
No files found.
cluster/addons/dns/kube2sky/Changelog
0 → 100644
View file @
d0e7040b
* Fri May 15 2015 Tim Hockin <thockin@google.com>
- First Changelog entry
- Current version is 1.4
cluster/addons/dns/kube2sky/RELEASES.md
0 → 100644
View file @
d0e7040b
# Cutting a release
Until we have a proper setup for building this automatically with every binary
release, here are the steps for making a release. We make releases when they
are ready, not on every PR.
1.
Build the container for testing:
`make container PREFIX=<your-docker-hub> TAG=rc`
2.
Manually deploy this to your own cluster by updating the replication
controller and deleting the running pod(s).
3.
Verify it works.
4.
Update the TAG version in
`Makefile`
and update the
`Changelog`
. Update the
`*.yaml.in`
to point to the new tag. Send a PR but mark it as "DO NOT MERGE".
5.
Once the PR is approved, build the container for real:
`make container`
.
6.
Push the container:
`make push`
.
7.
Manually deploy this to your own cluster by updating the replication
controller and deleting the running pod(s).
8.
Verify it works.
9.
Allow the PR to be merged.
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