Skip to content

Commit

Permalink
feat: release new beta version with createdAt and modifiedAt dates in…
Browse files Browse the repository at this point in the history
… values GET api

Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Mar 8, 2023
1 parent 98b7d9f commit 5bc6ac8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GitHub releases [HERE](https://github.com/home-anthill/deployer/releases)

Versions:

- 08/03/2023 - 1.0.0-beta.8
- 07/03/2023 - 1.0.0-beta.7
- 06/03/2023 - 1.0.0-beta.6
- 06/03/2023 - 1.0.0-beta.5
Expand Down
4 changes: 2 additions & 2 deletions home-anthill/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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: 0.6.2
version: 0.6.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: "0.4.2"
appVersion: "0.5.0"
6 changes: 3 additions & 3 deletions home-anthill/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ mosquitto:
server: "https://acme-v02.api.letsencrypt.org/directory"

apiDevices:
image: "ks89/api-devices:v1.0.0-beta.3"
image: "ks89/api-devices:v1.0.0-beta.4"
grpc:
libraryLogEnable: false

apiServer:
image: "ks89/api-server:v1.0.0-beta.5"
image: "ks89/api-server:v1.0.0-beta.6"
singleUserLoginEmail: "[email protected]"
jwtPassword: "D%$ZmPh@6WMc$=@!a-pQaa_+?zu4+3iF"
cookieSecret: "@DbTN*jA"
Expand Down Expand Up @@ -61,7 +61,7 @@ rabbitmq:
password: "guest"

register:
image: "ks89/register:v1.0.0-beta.2"
image: "ks89/register:v1.0.0-beta.3"

producer:
image: "ks89/producer:v1.0.0-beta.2"
Expand Down

0 comments on commit 5bc6ac8

Please sign in to comment.