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
e5f92b55
Commit
e5f92b55
authored
Jul 01, 2016
by
Eric Tune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manually improved release notes.
Summarized what I thought were the most interesting changes for all users, and for specific cloud providers. Still need better list of breaking changes.
parent
39423f2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
13 deletions
+53
-13
CHANGELOG.md
CHANGELOG.md
+53
-13
No files found.
CHANGELOG.md
View file @
e5f92b55
...
...
@@ -98,22 +98,62 @@ binary | sha1 hash | md5 hash
------ | --------- | --------
[
kubernetes.tar.gz
](
https://storage.googleapis.com/kubernetes-release/release/v1.3.0/kubernetes.tar.gz
)
|
`88249c443d438666928379aa7fe865b389ed72ea`
|
`9270f001aef8c03ff5db63456ca9eecc`
## Major Themes
*
TBD
## Other notable improvements
*
TBD
## Known Issues
*
TBD
## Highlights
*
Authorization:
*
**Alpha**
RBAC authorization API group
*
Federation
*
federation api group is now
**beta**
*
Services from all federated clusters are now registered in Cloud DNS (AWS and GCP).
*
Stateful Apps:
*
**alpha**
PetSets manage stateful apps
*
**alpha**
Init containers provide one-time setup for stateful containers
*
Updating:
*
Retry Pod/RC updates in kubectl rolling-update.
*
Stop 'kubectl drain' deleting pods with local storage.
*
Add
`kubectl rollout status`
*
Security/Auth
*
L7 LB controller and disk attach controllers run on master, so nodes do not need those privileges.
*
Setting TLS1.2 minimum
*
`kubectl create secret tls`
command
*
Webhook Token Authenticator
*
**beta**
PodSecurityPolicy objects limits use of security-sensitive features by pods.
*
Kubectl
*
Display line number on JSON errors
*
Add flag -t as shorthand for --tty
*
Resources
*
**alpha**
: NVIDIA GPU support (
[
#24836
](
https://github.com/kubernetes/kubernetes/pull/24836
)
,
[
@therc
](
https://github.com/therc
)
)
*
Adding loadBalancer services and nodeports services to quota system
## Known Issues and Important Steps before Upgrading
*
*Instructions coming soon*
## Provider-specific Notes
*
TBD
*
AWS
*
Support for ap-northeast-2 region (Seoul)
*
Allow cross-region image pulling with ECR
*
More reliable kube-up/kube-down
*
Enable ICMP Type 3 Code 4 for ELBs
*
ARP caching fix
*
Use /dev/xvdXX names
*
ELB:
*
ELB proxy protocol support
*
mixed plaintext/encrypted ports support in ELBs
*
SSL support for ELB listeners
*
Allow VPC CIDR to be specified (experimental)
*
Fix problems with >2 security groups
*
GCP:
*
Enable using gcr.io as a Docker registry mirror.
*
Make bigger master root disks in GCE for large clusters.
*
Change default clusterCIDRs from /16 to /14 allowing 1000 Node clusters by default.
*
Allow Debian Jessie on GCE.
*
Node problem detector addon pod detects and reports kernel deadlocks.
*
OpenStack
*
Provider added.
*
VSphere:
*
Provider updated.
### Previous Releases Included in v1.3.0
...
...
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