@bluedynamics/cdk8s-plone 0.1.44 → 0.1.45

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/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "dependencies": {
10
- "cdk8s": "^2.70.79",
10
+ "cdk8s": "^2.70.82",
11
11
  "cdk8s-plus-30": "^2.4.10",
12
12
  "constructs": "^10.4.2"
13
13
  },
@@ -3119,6 +3119,6 @@
3119
3119
  "symbolId": "src/vinylcache:VinylCacheToleration"
3120
3120
  }
3121
3121
  },
3122
- "version": "0.1.44",
3123
- "fingerprint": "QFuHlZXUAQGOpmC9iN0ztIRYlopePl9+zJEkD/wgLho="
3122
+ "version": "0.1.45",
3123
+ "fingerprint": "mBEQ2jnl2myvLvZ/h7T7aPtv4ozEnU3u4Xp37uWCh0U="
3124
3124
  }
package/lib/httpcache.js CHANGED
@@ -56,7 +56,7 @@ const constructs_1 = require("constructs");
56
56
  * });
57
57
  */
58
58
  class PloneHttpcache extends constructs_1.Construct {
59
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@bluedynamics/cdk8s-plone.PloneHttpcache", version: "0.1.44" };
59
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@bluedynamics/cdk8s-plone.PloneHttpcache", version: "0.1.45" };
60
60
  /**
61
61
  * Name of the Varnish service created by the Helm chart.
62
62
  * Use this to reference the cache service from ingress or other constructs.
package/lib/plone.js CHANGED
@@ -91,7 +91,7 @@ var PloneVariant;
91
91
  * });
92
92
  */
93
93
  class Plone extends constructs_1.Construct {
94
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@bluedynamics/cdk8s-plone.Plone", version: "0.1.44" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@bluedynamics/cdk8s-plone.Plone", version: "0.1.45" };
95
95
  /**
96
96
  * Name of the backend Kubernetes service.
97
97
  * Use this to reference the backend service from other constructs.
package/lib/vinylcache.js CHANGED
@@ -58,7 +58,7 @@ const vinyl_bluedynamics_eu_1 = require("./imports/vinyl.bluedynamics.eu");
58
58
  * // Use cache.vinylCacheServiceName for IngressRoute
59
59
  */
60
60
  class PloneVinylCache extends constructs_1.Construct {
61
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@bluedynamics/cdk8s-plone.PloneVinylCache", version: "0.1.44" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@bluedynamics/cdk8s-plone.PloneVinylCache", version: "0.1.45" };
62
62
  /**
63
63
  * Name of the VinylCache service created by the operator.
64
64
  * Use this to reference the cache service from ingress or other constructs.
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "@types/node": "^18",
44
44
  "@typescript-eslint/eslint-plugin": "^8",
45
45
  "@typescript-eslint/parser": "^8",
46
- "cdk8s-cli": "^2.207.27",
46
+ "cdk8s-cli": "^2.207.36",
47
47
  "cdk8s-plus-30": "^2.4.10",
48
48
  "commit-and-tag-version": "^12",
49
49
  "constructs": "10.4.2",
@@ -53,11 +53,11 @@
53
53
  "jest": "^29.7.0",
54
54
  "jest-junit": "^17",
55
55
  "jsii": "~5.9.11",
56
- "jsii-diff": "^1.137.0",
56
+ "jsii-diff": "^1.138.0",
57
57
  "jsii-docgen": "^10.5.0",
58
- "jsii-pacmak": "^1.137.0",
58
+ "jsii-pacmak": "^1.138.0",
59
59
  "jsii-rosetta": "~5.9.11",
60
- "projen": "^0.100.4",
60
+ "projen": "^0.101.4",
61
61
  "ts-jest": "^29.4.11",
62
62
  "ts-node": "^10.9.2",
63
63
  "typescript": "^5.9.3",
@@ -68,7 +68,7 @@
68
68
  "constructs": "^10.4.2"
69
69
  },
70
70
  "dependencies": {
71
- "cdk8s": "^2.70.79",
71
+ "cdk8s": "^2.70.82",
72
72
  "cdk8s-plus-30": "^2.4.10",
73
73
  "constructs": "^10.4.2"
74
74
  },
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "0.1.44",
81
+ "version": "0.1.45",
82
82
  "jest": {
83
83
  "coverageProvider": "v8",
84
84
  "testMatch": [