Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc and stable.txt for v0.8.2 release #623

Merged
merged 2 commits into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.8.2] - 2021-09-10

This patch release fixes a bug in the dict output where a newline was missing.
It also removes long-deprecated `--json`, `--compact` and `--dict` flags (use
the `--output` flag instead) that actually turned out to be broken at this
point. A very visible addition is color support, a change that was backported
from the `master` branch upon popular request.
In addition, the Go version, which is used to create release binaries, is
updated to the latest v1.16.8 and the Cilium dependency is updated to v1.10.4.

**Minor Changes:**
* Backport color output to v0.8 branch (#609, @michi-covalent)

**Bugfixes:**
* v0.8: printer: fix dict outout newline (#617, @rolinh)

**Misc Changes:**
* [v0.8] go.mod, vendor: bump cilium to v1.10.4 (#619, @tklauser)
* v0.8: cmd/observe: remove depreacted formatting flags (json, compact, dict) (#606, @rolinh)
* v0.8: Update Go to 1.16.7 (#605, @tklauser)
* v0.8: update Go to v1.16.8, Alpine base image to 3.14.2 (#621, @rolinh)

## [v0.8.1] - 2021-07-19

This patch release updates gRPC and Cilium dependencies to v1.37.1 and v1.10.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ is maintained.

| Version | Release Date | Maintained | Supported Cilium Version | Artifacts |
|----------------------------------------------------|---------------------|------------|--------------------------|------------------------------------------------------------------------|
| [v0.8](https://github.com/cilium/hubble/tree/v0.8) | 2021-07-19 (v0.8.1) | Yes | Cilium 1.10 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.8.1) |
| [v0.8](https://github.com/cilium/hubble/tree/v0.8) | 2021-09-10 (v0.8.2) | Yes | Cilium 1.10 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.8.2) |
| [v0.7](https://github.com/cilium/hubble/tree/v0.7) | 2020-10-22 (v0.7.1) | No | Cilium 1.9 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.7.1) |
| [v0.6](https://github.com/cilium/hubble/tree/v0.6) | 2020-05-29 (v0.6.1) | No | Cilium 1.8 | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.6.1) |
| [v0.5](https://github.com/cilium/hubble/tree/v0.5) | 2020-07-28 (v0.5.2) | No | Cilium 1.7 | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.5.2) |
Expand Down
13 changes: 4 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ Once the release PR has been merged, the changelog in the master branch needs to
be updated as well. Make sure to copy the generated release notes to the
changelog in the master.

## Update releases table in the readme file
## Update the README.md

The README file contains a section which lists all currently supported releases
in a table. The version in this table needs to be updated to match the new
release.
Update the *Releases* section of the `README.md` to point to the latest GitHub
release. This section lists all currently supported releases in a table. The
version in this table needs to be updated to match the new release.

## Update the GitHub release notes

Expand All @@ -125,11 +125,6 @@ draft release, building artifacts and attaching them to the draft release.
The release notes need to be manually added before manually publishing the
release.

## Update the README.md

Update the *Releases* section of the `README.md` to point to the latest
GitHub release.

## Update the `VERSION` file

After `v$MAJOR.$MINOR.$PATCH` is released, the next commit should restore the
Expand Down
2 changes: 1 addition & 1 deletion stable.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.1
v0.8.2