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 #292 from wwitzel3/changelog-0.7
Browse files Browse the repository at this point in the history
Bump makefile version and added changelogs
  • Loading branch information
wwitzel3 authored Sep 18, 2019
2 parents 9bfcc28 + 7c92c07 commit 632f678
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 20 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
* [Unreleased Changes][0]

## Current release:
* [CHANGELOG-0.6.md][6]
* [CHANGELOG-0.7.md][7]

## Older releases:
* [CHANGELOG-0.6.md][6]
* [CHANGELOG-0.5.md][5]
* [CHANGELOG-0.4.md][4]

[0]: https://github.com/vmware/octant/blob/master/changelogs/unreleased
[4]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.4.md
[5]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.5.md
[6]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.6.md
[7]: https://github.com/vmware/octant/blob/master/changelogs/CHANGELOG-0.7.md
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.6.0
VERSION ?= v0.7.0

ifdef XDG_CONFIG_HOME
OCTANT_PLUGINSTUB_DIR ?= ${XDG_CONFIG_HOME}/octant/plugins
Expand Down
39 changes: 39 additions & 0 deletions changelogs/CHANGELOG-0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- [v0.7.0](#v070)

## v0.7.0
#### 2019-09-18

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

### Highlights
- Replaced event streams with websockets (#239, @bryanl)
- Added support for deleting pods (#227, @bryanl)

### Bug Fixes
* Fixed bug where mounted pods of persistent volume claims were not displayed (#281, @GuessWhoSamFoo)
* Removed informer for custom resources when they no longer exist (#250, @bryanl)
* Changed Deployment printer to use ReplicaSet owner reference to get pods (#245, @GuessWhoSamFoo)
* Fixed bug where tabs generated from plugins would switch back to summary (#240, @GuessWhoSamFoo)
* CI now runs TS linting (#224, @wwitzel3)
* Show pod resource limit/requests (#215, @bryanl)
* Fixed error where capabilites for a plugin are not shown (#212, @bryanl)
* Fixed bug where port forward states were active after pod is deleted (#209, @GuessWhoSamFoo)
* 0.0.0.0 as listener/accepted will allow all hosts (#199, @wwitzel3)
* Namespace drop down not refreshing on context change (#206, @bryanl)
* Log errors when listing CRDs (#195, @wwitzel3)

### Enhancements
* Use dynamic client when informer cache has not synced (#268, @bryanl)
* Use d3-graphviz directly (remove graphdot-lib) (#248, @wwitzel3)
* Convert actions to websockets and allow alerts from actions (#267, @bryanl)
* Changed button label for removing port forward from "Remove" to "Stop port forward" (#226, @theneva)
* Object store Get returns if object is found (#211, @bryanl)
* Store for internal errors (#229, @wwitzel3)
* Consolidated internal printers and tests (#42, @GuessWhoSamFoo)

### Documentation
* Added instructions to generate web assets (#252, @dotNomad)
* Added hacking instructions to HACKING.md (#235, @wwitzel3)
* Updated verbosity documentations (#149, @wwitzel3)
* Added new resource examples (#220, @chelnak)
1 change: 0 additions & 1 deletion changelogs/unreleased/199-wwitzel3

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/209-GuessWhoSamFoo

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/226-theneva

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/240-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/245-GuessWhoSamFoo

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/252-dotNomad

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/281-GuessWhoSamFoo

This file was deleted.

0 comments on commit 632f678

Please sign in to comment.