Skip to content

Commit

Permalink
Updated CHANGELOGs (superedge#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwei-C authored Mar 18, 2021
1 parent 85bf082 commit b965436
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 24 deletions.
33 changes: 10 additions & 23 deletions CHANGELOG/CHANGELOG-0.1.0.md → CHANGELOG/CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,19 @@
<!-- BEGIN MUNGE: GENERATED_TOC -->
- [v0.1.0](#v010)
- [Downloads for v0.1.0](#downloads-for-v010)
- [Binaries](#binaries)
- [Changelog](#changelog)
- [Other notable changes](#other-notable-changes)
<!-- END MUNGE: GENERATED_TOC -->
- [v0.1.0](#release-v010-2020-12-19)
- [Features](#features)

<!-- NEW RELEASE NOTES ENTRY -->
## Downloads for v0.1.0
# Release v0.1.0 / 2020-12-19

### Binaries
🎉🎉🎉 First Release!

filename | md5
-------- | -----------
[superedge-linux-amd64.tar.gz](https://github.com/superedge/superedge/releases/download/v0.1.0/edgeadm-linux-amd64-v0.1.0.tgz) | `c65ed328e437360aecb0752cd80421e5`
[superedge-linux-arm.tar.gz](https://github.com/superedge/superedge/releases/download/v0.1.0/edgeadm-linux-arm64-v0.1.0.tgz) | `b3ae69b7cad8fded74f8cb2e9d7fbe25`
This is the first release of SuperEdge, which includes a series of features to transform a Kubernetes cluster to an edge-native container management system for edge computing.

## SuperEdge v0.1.0 Release Notes

### 0.1.0 What's New

This is the first release of SuperEdge, which includes a series of enhancements for transforming Kubernetes cluster to an edge-enabled cluster.
## Features

**Tunnel**

* Proxies requests from master nodes to edge worker nodes, which allows accessing edge nodes with no public IP address.
* It is enabled by default for request from kube-apiserver to Kubelet on the Edge Worker ndoes.
* Supports TCP/HTTP/HTTPS
* It is enabled by default for request from kube-apiserver to Kubelet on the Edge Worker nodes.
* Supports TCP/HTTP/HTTPS.

**ServiceGroup**

Expand All @@ -42,10 +29,10 @@ This is the first release of SuperEdge, which includes a series of enhancements
**EdgeHealth**

* Enhanced monitoring of edge worker nodes.
* Distributed health check on groups of edge ndoes.
* Distributed health check on groups of edge nodes.
* Determines status of the node based on the status checks from nodes within the same health check group.
* Eliminates false alert in case of losing cloud-to-edge network connection.

**EdgeAdm**

* EdgeAdm helps users to deploy SuperEdge to native Kubernetes in 1-click.
* EdgeAdm is a command-line tool to help users to deploy SuperEdge to native Kubernetes in 1-click.
27 changes: 27 additions & 0 deletions CHANGELOG/CHANGELOG-0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- [v0.2.0](#release-v020-2021-03-19)
- [Features and Enhancements](#features-and-enhancements)
- [Bug Fixes](#bug-fixes)
- [Documentation](#documentation)

# Release v0.2.0 / 2021-03-19

## Features and Enhancements

* lite-apiserver now handles certificate rotation automatically. ([#44](https://github.com/superedge/superedge/pull/44), [@Beckham007](https://github.com/Beckham007))
* Added 3 new caching storage options to lite-apiserver, including memory and local KV storage using Badger or Bolt. ([#53](https://github.com/superedge/superedge/pull/53), [@Beckham007](https://github.com/Beckham007))
* Added new StatefulsetGrid ServiceGroup resource for running statefulset workload. Headless service is supported for StatefulsetGrid. ([#37](https://github.com/superedge/superedge/pull/37), [@duyanghao](https://github.com/duyanghao))
* Added canary deployment support for DeploymentGrid and StatefulSetGrid workloads. ([#50](https://github.com/superedge/superedge/pull/50), [@chenkaiyue](https://github.com/chenkaiyue))
* Added reuse policy for lite-apiserver proxy. ([#43](https://github.com/superedge/superedge/pull/43), [@Beckham007](https://github.com/Beckham007))


## Bug Fixes

* Fixed a bug in Tunnel that causes missing request body in HTTP POST forwarding. ([#47](https://github.com/superedge/superedge/pull/47), [@luoyunhe](https://github.com/luoyunhe))
* Fixed TCP proxy forwarding failure. ([#60](https://github.com/superedge/superedge/pull/60), [@00pf00](https://github.com/00pf00))

## Documentation

* Introduction to new StatefulsetGrid resource.
* Introduction to canary deployment for DeploymentGrid and StatefulSetGrid.
* Tunnel configuration guide and sample configs.
* Updated lite-apiserver architecture diagram and added usage example.
3 changes: 2 additions & 1 deletion CHANGELOG/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# CHANGELOGs
- [CHANGELOG-0.1.0.md](./CHANGELOG-0.1.0.md)
- [CHANGELOG-0.1.md](./CHANGELOG-0.1.md)
- [CHANGELOG-0.2.md](./CHANGELOG-0.2.md)

0 comments on commit b965436

Please sign in to comment.