Skip to content

Commit d45fede

Browse files
authored
Merge pull request #86 from yankay/release-1.4
release 1.4.0
2 parents d73001f + 385201c commit d45fede

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3+
## 1.4.0 (2023-2-9)
4+
5+
#### Enhancements:
6+
- sw64 support (multi-arch image)
7+
38
## 1.3.1 (2022-12-20)
49

510
#### Fix:
611
- Hot Fix for the chart version
712

8-
## 1.3.1 (2022-12-20)
13+
## 1.3.0 (2022-12-20)
914

1015
#### Enhancements:
1116

charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 1.3.1
21+
version: 1.4.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: v1.3.1
27+
appVersion: v1.4.0

charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
open shell and input:
1212

1313
```
14-
export VERSION=v1.3.1
14+
export VERSION=v1.4.0
1515
docker run -d -p 8080:80 ghcr.io/daocloud/dao-2048:$VERSION
1616
```
1717

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

2222
```
23-
export VERSION=v1.3.1
23+
export VERSION=v1.4.0
2424
helm repo add dao-2048 http://daocloud.github.io/dao-2048/
2525
helm install dao-2048 dao-2048/dao-2048 --version $VERSION
2626
```

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: daocloud/dao-2048
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: v1.3.1
12+
tag: v1.4.0
1313

1414
imagePullSecrets: []
1515
nameOverride: ""

0 commit comments

Comments
 (0)