Skip to content

Commit

Permalink
Chore: Rebase devmain on top of master (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
anrusina authored May 13, 2022
1 parent d9379c3 commit 18bd81d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

## [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)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
``

Expand Down Expand Up @@ -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
```


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -72,4 +72,4 @@
"@babel/preset-react": "~7.16.7",
"@babel/preset-typescript": "~7.16.7"
}
}
}
2 changes: 1 addition & 1 deletion packages/zapp/console/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 18bd81d

Please sign in to comment.