Skip to content

Commit 5f2c4d9

Browse files
author
Vaughn Dice
committed
chore(various): remove beta status
Including updating relevant docs and altering VERSION in _scripts/deploy.sh Ref deis/workflow#285
1 parent 4fced10 commit 5f2c4d9

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ Please see below for links and descriptions of each component:
2929
- [workflow-cli](https://github.com/deis/workflow-cli) - Workflow CLI `deis`
3030
- [workflow-e2e](https://github.com/deis/workflow-e2e) - End-to-end tests for the entire platform
3131

32-
## Beta Status
33-
34-
Many Deis components are currently in beta status and we welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].
32+
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].
3533

3634
# Working on Documentation
3735

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
cd "$(dirname "$0")" || exit 1
77

8-
export IMAGE_PREFIX=deisci VERSION=v2-beta
8+
export IMAGE_PREFIX=deisci VERSION=v2.0.0
99
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
1010
DEIS_REGISTRY='' make -C .. docker-build docker-push
1111
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io

src/quickstart/install-cli-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ should move it somewhere in your $PATH:
1515
Check your work by running `deis version`:
1616

1717
$ deis version
18-
2.0.0-betaX
18+
2.0.0
1919

2020
## Helm Classic Installation
2121

0 commit comments

Comments
 (0)