Skip to content

Commit

Permalink
dump version 1.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Jul 11, 2022
1 parent 92daf52 commit f1e9f1a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

#### Enhancements:

- [#43] add no-nginx image

---

## 1.1.0-beta.1 (2022-05-20)

#### Enhancements:
Expand All @@ -12,4 +20,3 @@
- [#32] Update the Nginx version to fix the CVEs
- [#25] Update the Nginx version to fix the CVEs

---
3 changes: 2 additions & 1 deletion Dockerfile.static
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ CMD []
ENV FOLDER /web
ENV PORT 80
# ENV SHOW_LISTING false
# ENV DEBUG true
# Show log
ENV DEBUG true

# Add 2048 stuff into Static server
COPY . /web
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.2
version: 1.1.0-beta.3

# 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.2
appVersion: v1.1.0-beta.3
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=1.1.0-beta.2
export VERSION=v1.1.0-beta.3
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=1.1.0-beta.2
export VERSION=v1.1.0-beta.3
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 f1e9f1a

Please sign in to comment.