@crossdelta/platform-sdk 0.21.28 → 0.21.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to `@crossdelta/platform-sdk` will be documented in this fil
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.21.29] - 2026-08-23
9
+
10
+ ### Changed
11
+ - **Workspace templates pin `@crossdelta/infrastructure@^0.15.2`.** That release makes the generated
12
+ Caddyfile declare port 80 explicitly; without it, a scaffolded workspace deploying behind a
13
+ PROXY-protocol load balancer answers every plain-HTTP request with `400 Bad Request`. Template
14
+ content only, no CLI behaviour change.
15
+
8
16
  ## [0.21.28] - 2026-08-09
9
17
 
10
18
  ### Fixed
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@crossdelta/cloudevents": "^0.8.4",
11
- "@crossdelta/infrastructure": "^0.15.0",
11
+ "@crossdelta/infrastructure": "^0.15.2",
12
12
  "{{scope}}/contracts": "workspace:*",
13
13
  "@pulumi/digitalocean": "^4.55.0",
14
14
  "@pulumi/kubernetes": "^4.21.0",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@crossdelta/cloudevents": "^0.8.4",
23
- "@crossdelta/infrastructure": "^0.15.0",
23
+ "@crossdelta/infrastructure": "^0.15.2",
24
24
  "{{scope}}/types": "workspace:*",
25
25
  "zod": "^4.0.0"
26
26
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.21.28",
3
+ "version": "0.21.29",
4
4
  "description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
5
5
  "keywords": [
6
6
  "cli",
@@ -144,7 +144,7 @@
144
144
  "zod": "^4.0.0"
145
145
  },
146
146
  "peerDependencies": {
147
- "@crossdelta/infrastructure": "^0.15.0",
147
+ "@crossdelta/infrastructure": "^0.15.2",
148
148
  "@nestjs/schematics": "^11.0.5",
149
149
  "turbo": "^2.0.0"
150
150
  },