-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep for 1.0.0-beta1 release #83
Prep for 1.0.0-beta1 release #83
Conversation
We had to manually bump the -SNAPSHOT version for each component because we're skipping 0.3.0 |
README.md
Outdated
|-------------------------|----------------|----------------|----------------|----------------| | ||
| java-client 0.1.0 | + | + | ✓ | - | | ||
| java-client 0.2.0 | + | + | ✓ | - | | ||
| java-client 1.0.0-beta1 | + | + | ✓ | - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to update client for 1.8 before the release. It should be straightforward, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh good idea - go for it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just rebase this over the updated client when ready
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I can do it.
24497fd
to
4fb0cfc
Compare
Rebased, ready to release? |
4fb0cfc
to
43665d1
Compare
@@ -1,3 +1,12 @@ | |||
# 1.0.0-beta1 | |||
|
|||
This is the first beta release of this client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it worth mentioning that the client is now supports kubernetes 1.8 clusters. otherwise looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh good call
Just one comment otherwise good to go. ping me on an online channel when it is ready to merge. |
43665d1
to
3e790bc
Compare
#82