@highstate/cert-manager 0.9.31 → 0.9.32

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
@@ -1,20 +1,8 @@
1
- # v0.9.24 (Sun Sep 21 2025)
1
+ # v0.9.32 (Mon Oct 06 2025)
2
2
 
3
3
  #### ⚠️ Pushed to `main`
4
4
 
5
- - update pulumi ([@Exeteres](https://github.com/Exeteres))
6
-
7
- #### Authors: 1
8
-
9
- - Fedor Chubukov ([@Exeteres](https://github.com/Exeteres))
10
-
11
- ---
12
-
13
- # v0.9.20 (Sun Sep 21 2025)
14
-
15
- #### ⚠️ Pushed to `main`
16
-
17
- - fixes ([@Exeteres](https://github.com/Exeteres))
5
+ - Как они по-русски любят говорить... 'Ой, я должна была предположить, что кто-то сможет убежать через вентиляцию, используя выброшенные зеркала как ступеньки.' ([@Exeteres](https://github.com/Exeteres))
18
6
 
19
7
  #### Authors: 1
20
8
 
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/cert-manager",
3
- "version": "0.9.30",
3
+ "version": "0.9.31",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/kubernetes": "4.18.0",
19
- "@pulumi/pulumi": "^3.25.0",
19
+ "@pulumi/pulumi": "^3.198.0",
20
20
  "@types/node-fetch": "^2.1.4",
21
21
  "@types/tmp": "^0.0.33",
22
22
  "glob": "^10.3.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/cert-manager",
3
- "version": "0.9.31",
3
+ "version": "0.9.32",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/kubernetes": "4.18.0",
19
- "@pulumi/pulumi": "^3.25.0",
19
+ "@pulumi/pulumi": "^3.198.0",
20
20
  "@types/node-fetch": "^2.1.4",
21
21
  "@types/tmp": "^0.0.33",
22
22
  "glob": "^10.3.10",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "49effdd2cb069da42997c005be031fcdac3ead7d"
42
+ "gitHead": "00a7c1c40e556daeecfa9e5f3f6a1e60d88911ee"
43
43
  }