Skip to content

Commit

Permalink
Update changelog and fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnt committed Oct 11, 2021
1 parent db07e02 commit 3ff3865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1] - 2021-10-11
### Added
* `kuberlogic-installer` is now built for darwin / linux: [#90](https://github.com/kuberlogic/kuberlogic/pull/90)

### Fixed
* `kuberlogic-installer` now shows monitoring console endpoint: [#91](https://github.com/kuberlogic/kuberlogic/pull/91)

## [1.0.0] - 2021-10-08
### Added
* Web UI
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ installer-build:
VERSION=$(VERSION) \
BUILD_TIME=$(shell date +"%d-%m-%yT%T%z") \
REVISION=$(COMMIT_SHA) \
$(MAKE) build
$(MAKE) release

updater-build:
docker build . \
Expand Down

0 comments on commit 3ff3865

Please sign in to comment.