Skip to content

Commit 72755f0

Browse files
committed
Release 1.5.0 (#80)
1 parent fea22a5 commit 72755f0

File tree

6 files changed

+696
-415
lines changed

6 files changed

+696
-415
lines changed

RELEASING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Releasing the package
22

3-
Create and publish a new release in [GitHub](https://github.com/restatedev/cdk/releases).
3+
- Update `RESTATE_DOCKER_DEFAULT_TAG` / `RESTATE_NPM_DEFAULT_TAG`
4+
- Update version in `package.json`
5+
- Create and publish a new release in [GitHub](https://github.com/restatedev/cdk/releases)

lib/restate-constructs/fargate-restate-deployment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const PUBLIC_ADMIN_PORT = 9070;
2828
const RESTATE_INGRESS_PORT = 8080;
2929
const RESTATE_ADMIN_PORT = 9070;
3030
const RESTATE_IMAGE_DEFAULT = "docker.restate.dev/restatedev/restate";
31-
const RESTATE_DOCKER_DEFAULT_TAG = "1.4";
31+
const RESTATE_DOCKER_DEFAULT_TAG = "1.5";
3232
const ADOT_DOCKER_DEFAULT_TAG = "latest";
3333

3434
export interface RestateFargateProps {

lib/restate-constructs/single-node-restate-deployment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ const RESTATE_TLS_INGRESS_PORT = 443;
146146
const RESTATE_ADMIN_PORT = 9070;
147147
const RESTATE_TLS_ADMIN_PORT = 9073;
148148
const RESTATE_IMAGE_DEFAULT = "docker.restate.dev/restatedev/restate";
149-
const RESTATE_DOCKER_DEFAULT_TAG = "1.4";
150-
const RESTATE_NPM_DEFAULT_TAG = "1.4";
149+
const RESTATE_DOCKER_DEFAULT_TAG = "1.5";
150+
const RESTATE_NPM_DEFAULT_TAG = "1.5";
151151
const ADOT_DOCKER_DEFAULT_TAG = "latest";
152152
const DATA_DEVICE_NAME = "/dev/sdd";
153153

0 commit comments

Comments
 (0)