Skip to content

Commit

Permalink
Updated the changelog for v1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@ed.ac.uk>
  • Loading branch information
ustiugov committed Feb 18, 2021
1 parent e03551e commit 462a1ca
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,28 @@

### Added


### Changed

### Fixed


## v1.1

### Added

- Created a CI pipeline that runs CRI integration tests inside containers using [kind](https://kind.sigs.k8s.io/).
- Added a developer image that runs a vHive k8s cluster in Docker, simplifying vHive development and debugging.
- Extended the developers guide on the modes of operation, performance analysis and vhive development environment inside containers.
- Created CI pipeline to run CRI tests inside containers using [kind](https://kind.sigs.k8s.io/).
- Added a slide deck of Dmitrii's talk at Amazon.

### Changed

- Using replace pragmas instead of Go modules.
- Bump Go version to 1.15.
- Use replace pragmas instead of Go modules.
- Bump Go version to 1.15 in CI.
- Deprecated Travis CI.

### Fixed

- Fixed the vHive cluster setup issue for clusters with >2 nodes [issue](https://github.com/ease-lab/vhive/issues/94).

0 comments on commit 462a1ca

Please sign in to comment.