@highstate/k8s 0.9.19 → 0.9.20

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.
@@ -7,7 +7,7 @@
7
7
  "./dist/units/dns01-issuer/index.js": 2212294583,
8
8
  "./dist/units/existing-cluster/index.js": 2212294583,
9
9
  "./dist/units/gateway-api/index.js": 2212294583,
10
- "./dist/impl/gateway-route.js": 2443173124,
11
- "./dist/impl/tls-certificate.js": 3638036317
10
+ "./dist/impl/gateway-route.js": 2187259838,
11
+ "./dist/impl/tls-certificate.js": 3544890910
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/k8s",
3
- "version": "0.9.19",
3
+ "version": "0.9.20",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -62,12 +62,12 @@
62
62
  "generate-crds": "./scripts/generate-crds.sh"
63
63
  },
64
64
  "dependencies": {
65
- "@highstate/cert-manager": "^0.9.19",
66
- "@highstate/common": "^0.9.19",
67
- "@highstate/contract": "^0.9.19",
68
- "@highstate/gateway-api": "^0.9.19",
69
- "@highstate/library": "^0.9.19",
70
- "@highstate/pulumi": "^0.9.19",
65
+ "@highstate/cert-manager": "^0.9.20",
66
+ "@highstate/common": "^0.9.20",
67
+ "@highstate/contract": "^0.9.20",
68
+ "@highstate/gateway-api": "^0.9.20",
69
+ "@highstate/library": "^0.9.20",
70
+ "@highstate/pulumi": "^0.9.20",
71
71
  "@kubernetes/client-node": "^1.1.0",
72
72
  "@pulumi/command": "^1.0.2",
73
73
  "@pulumi/kubernetes": "^4.18.0",
@@ -80,8 +80,8 @@
80
80
  "remeda": "^2.21.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@highstate/cli": "^0.9.19",
83
+ "@highstate/cli": "^0.9.20",
84
84
  "type-fest": "^4.41.0"
85
85
  },
86
- "gitHead": "e77d292335556c6e5b6275acda1a3d1609d786a1"
86
+ "gitHead": "4bf9183450c2c6f51d6a99d77efc379ff5c7b7ef"
87
87
  }