Skip to content

Commit

Permalink
Merge pull request #51 from DaoCloud/dump-version-1.1.0-beta.4
Browse files Browse the repository at this point in the history
dump-version-1.1.0-beta.4
  • Loading branch information
yankay authored Jul 19, 2022
2 parents dc3e08d + a7ea1c0 commit 686d054
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.1.0-beta.4 (2022-07-19)

#### Enhancements:

- [#50] FIX CVE
- [#48] Add loadbalancer
- [#47] fix helm image

---

## 1.1.0-beta.3 (2022-07-12)

#### Enhancements:
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.0-beta.3
version: 1.1.0-beta.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: v1.1.0-beta.3
appVersion: v1.1.0-beta.4
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
open shell and input:

```
export VERSION=v1.1.0-beta.3
export VERSION=v1.1.0-beta.4
docker run -d -p 8080:80 ghcr.io/daocloud/dao-2048:$VERSION
```

Expand All @@ -20,7 +20,7 @@ open browser and view http://<server-ip>:8080 .
## Run in kubernetes

```
export VERSION=v1.1.0-beta.3
export VERSION=v1.1.0-beta.4
helm repo add dao-2048 http://daocloud.github.io/dao-2048/
helm install dao-2048/dao-2048 --generate-name --version $VERSION
```
Expand Down

0 comments on commit 686d054

Please sign in to comment.