Skip to content

Commit

Permalink
Merge pull request #86 from yankay/release-1.4
Browse files Browse the repository at this point in the history
release 1.4.0
  • Loading branch information
yankay committed Feb 9, 2023
2 parents d73001f + 385201c commit d45fede
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## 1.4.0 (2023-2-9)

#### Enhancements:
- sw64 support (multi-arch image)

## 1.3.1 (2022-12-20)

#### Fix:
- Hot Fix for the chart version

## 1.3.1 (2022-12-20)
## 1.3.0 (2022-12-20)

#### 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.3.1
version: 1.4.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.3.1
appVersion: v1.4.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.3.1
export VERSION=v1.4.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.3.1
export VERSION=v1.4.0
helm repo add dao-2048 http://daocloud.github.io/dao-2048/
helm install dao-2048 dao-2048/dao-2048 --version $VERSION
```
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
repository: daocloud/dao-2048
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.3.1
tag: v1.4.0

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit d45fede

Please sign in to comment.