diff --git a/CHANGELOG.md b/CHANGELOG.md index eebd75d41..c8aec6bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](http://github.com/lyft/flyteconsole/compare/v0.55.1...v1.0.0) (2022-04-26) + + +### chore + +* release 1.0 again BREAKING CHANGE ([#426](http://github.com/lyft/flyteconsole/issues/426)) ([73dff24](http://github.com/lyft/flyteconsole/commit/73dff24557c450eb8f32c91a249067e9ebe5a4fb)) + + +### BREAKING CHANGES + +* BREAKING CHANGE +Signed-off-by: Nastya Rusina + +## [0.55.1](http://github.com/lyft/flyteconsole/compare/v0.55.0...v0.55.1) (2022-04-26) + + +### Performance Improvements + +* Release 1.0 ([#424](http://github.com/lyft/flyteconsole/issues/424)) ([73ec83f](http://github.com/lyft/flyteconsole/commit/73ec83f766e2ff5c28e533bf100ea5b378f4f5fa)) + # [0.55.0](http://github.com/lyft/flyteconsole/compare/v0.54.2...v0.55.0) (2022-04-22) diff --git a/README.md b/README.md index 7deb56ae2..94feea813 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,12 @@ For help with installing dependencies look into ## 🚀 Quick Start 1. Follow [Start a Local flyte backend](https://docs.flyte.org/en/latest/getting_started/index.html), like: ```bash - docker run --rm --privileged -p 30081:30081 -p 30082:30082 -p 30084:30084 cr.flyte.org/flyteorg/flyte-sandbox + docker run --rm --privileged -p 30080:30080 -p 30081:30081 -p 30082:30082 -p 30084:30084 cr.flyte.org/flyteorg/flyte-sandbox ``` 2. Now, export the following env variables: `` - export ADMIN_API_URL=http://localhost:30081 + export ADMIN_API_URL=http://localhost:30080 export DISABLE_AUTH=1 `` @@ -99,9 +99,9 @@ few environment variables in your run command to setup the appliation. `DISABLE_AUTH="1"` (optional) -This example assumes building from ``v0.30.0`` on port ``8080`` +This example assumes building from ``v1.0.0`` on port ``8080`` ```bash -docker run -p 8080:8080 -e BASE_URL="/console" -e CONFIG_DIR="/etc/flyte/config" -e DISABLE_AUTH="1" ghcr.io/flyteorg/flyteconsole:v0.30.0 +docker run -p 8080:8080 -e BASE_URL="/console" -e CONFIG_DIR="/etc/flyte/config" -e DISABLE_AUTH="1" ghcr.io/flyteorg/flyteconsole:v1.0.0 ``` diff --git a/package.json b/package.json index f2cf97c26..694d1008c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.55.0", + "version": "1.1.0-rc1", "private": true, "description": "The web UI for the Flyte platform", "repository": { @@ -72,4 +72,4 @@ "@babel/preset-react": "~7.16.7", "@babel/preset-typescript": "~7.16.7" } -} +} \ No newline at end of file diff --git a/packages/zapp/console/package.json b/packages/zapp/console/package.json index dca08effa..9bad61c8b 100644 --- a/packages/zapp/console/package.json +++ b/packages/zapp/console/package.json @@ -1,6 +1,6 @@ { "name": "@flyteconsole/client-app", - "version": "0.55.0", + "version": "1.1.0-rc1", "description": "The web UI for the Flyte platform", "repository": { "type": "git",