Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from vmware/release-0.4
Browse files Browse the repository at this point in the history
Release 0.4
  • Loading branch information
Sam Foo authored Jul 19, 2019
2 parents 259bbed + 533b7ac commit 0b95768
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 99 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
* [Unreleased Changes][0]

## Current release:
* [CHANGELOG-0.3.md][3]
* [CHANGELOG-0.4.md][4]

## Older releases:
* [CHANGELOG-0.2.md][2]
* [CHANGELOG-0.1.md][1]

[3]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.3.md
[2]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.2.md
[1]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.1.md
[0]: https://github.com/vmware/octant/blob/master/changelogs/unreleased
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GOCMD=go
GOBUILD=$(GOCMD) build
GOINSTALL=$(GOCMD) install

VERSION ?= v0.3.0
VERSION ?= v0.4.0

ifdef XDG_CONFIG_HOME
OCTANT_PLUGINSTUB_DIR ?= ${XDG_CONFIG_HOME}/octant/plugins
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
| [Features](#features) | [Usage](#usage) | [Installation](#installationn) | [Getting Started](#getting-started) | [Plugins](#plugins) | [Discussion](#discussion) | [Contributing](#contributing) | [License](#license) |
| [Features](#features) | [Usage](#usage) | [Installation](#installation) | [Getting Started](#getting-started) | [Plugins](#plugins) | [Discussion](#discussion) | [Contributing](#contributing) | [License](#license) |
|---|---|---|---|---|---|---|---|

Octant is a tool for developers to understand how applications run on a Kubernetes cluster. It aims to be part of the developer's toolkit for gaining insight and approaching complexity found in Kubernetes. Octant offers a combination of introspective tooling, cluster navigation, and object management along with a plugin system to further extend its capabilities.
Expand Down
8 changes: 0 additions & 8 deletions changelogs/CHANGELOG-0.1.md

This file was deleted.

33 changes: 0 additions & 33 deletions changelogs/CHANGELOG-0.2.md

This file was deleted.

28 changes: 0 additions & 28 deletions changelogs/CHANGELOG-0.3.md

This file was deleted.

23 changes: 23 additions & 0 deletions changelogs/CHANGELOG-0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- [v0.4.0](#v040)

## v0.4.0
#### 2019-07-19

### Download
- https://github.com/vmware/octant/releases/tag/v0.4.0

### Highlights
- Plugin helper service to provide a method for plugin authors to initialize and implement plugins.
- Resource viewer now uses [Cytoscape.js](http://js.cytoscape.org/)
- Namespaces can be searched in addition the dropdown.
- Plugins can act as modules to server content and provide navigation

### All Changes:

* Created plugin helper service (#17, @bryanl)
* Sorted pods by name when printing in a list (#18, @bryanl)
* Converted resource viewer to cytoscape JS (#7, @bryanl)
* Added support for a card component with actions (#13, @bryanl)
* Increased performacne by creating informer factories on demand (#10, @wwitzel3)
* Add module support to plugins (#9, @bryanl)
* Allow user to search against list of namespaces (#1, @mdaverde)
1 change: 0 additions & 1 deletion changelogs/unreleased/1-mdaverde

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/10-wwitzel3

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/13-bryanl

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/17-bryanl

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/18-bryanl

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/7-bryanl

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/unreleased/9-bryanl

This file was deleted.

0 comments on commit 0b95768

Please sign in to comment.