Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #184 from resouer/0.3-release
Browse files Browse the repository at this point in the history
Release 0.3 of frakti
  • Loading branch information
feiskyer committed Jun 28, 2017
2 parents 3e5aad0 + c5cd1dd commit 5b91d8a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- TOC -->

- [v0.3](#v03)
- [Features and updates](#features-and-updates)
- [Kubelet Node e2e tests](#kubelet-node-e2e-tests)
- [External Dependency Version Information](#external-dependency-version-information)
- [Known issues](#known-issues)
- [v0.2](#v02)
- [Features and updates](#features-and-updates)
- [Kubelet Node e2e tests](#kubelet-node-e2e-tests)
Expand All @@ -13,6 +18,39 @@

<!-- /TOC -->

# v0.3

This release includes enhances and bug fixes.

## Features and updates

- Have passed full node e2e conformance tests
- Enhanced deployment steps and scripts
- [#144](https://github.com/kubernetes/frakti/pull/144) Fix logpath in container status
- [#145](https://github.com/kubernetes/frakti/pull/145) Fix CodeExitError in streaming exec
- [#147](https://github.com/kubernetes/frakti/pull/147) Set force when removing image
- [#152](https://github.com/kubernetes/frakti/pull/152) Make default cpu and memory configurable

## External Dependency Version Information

Frakti v0.3 has been tested against:

- Kubernetes v1.6.4
- Hyperd v0.8.1
- Docker v1.12.6

## Kubelet Node e2e tests

Frakti has passed 120 of 121 node e2e tests. ALl failed cases are related with upstream hyperd issues.

See [#109](https://github.com/kubernetes/frakti/issues/109) for more details.

## Known issues

- [#161](https://github.com/kubernetes/frakti/issues/161) readonly rootfs is not supported because hyperd (hyperhq/hyperd#638)



# v0.2

This release includes enhances and bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion cmd/frakti/frakti.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
fraktiVersion = "0.2"
fraktiVersion = "0.3"

// use port 22522 for dockershim streaming
alternativeStreamingServerPort = 22522
Expand Down

0 comments on commit 5b91d8a

Please sign in to comment.