Skip to content

Commit

Permalink
Dump version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Aug 26, 2022
1 parent 9407ee6 commit e09599a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog

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

#### Enhancements:

- [#54] Bump nginx from 1.23.0-alpine to 1.23.1-alpine
- [#57] remove the apk update
- [#56] add Static file server
- [#60] reduce nginx worker to 1
- [#50] FIX CVE
- [#48] Add loadbalancer
- [#47] fix helm image
- [#43] add no-nginx image
- [#33] Remove base image var in Dockerfile
- [#29] Create dependabot.yml
- [#32] Update the Nginx version to fix the CVEs
- [#25] Update the Nginx version to fix the CVEs

---

## 1.1.0 (2022-07-19)

#### 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.4
version: 1.1.0

# 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.4
appVersion: v1.1.0
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.4
export VERSION=v1.1.0
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.4
export VERSION=v1.1.0
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 e09599a

Please sign in to comment.