@highstate/gateway-api 0.8.0 → 0.9.1
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 +12 -0
- package/bin/package.json +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v0.9.1 (Sat Apr 26 2025)
|
2
|
+
|
3
|
+
#### ⚠️ Pushed to `main`
|
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
|
+
|
1
13
|
# v0.7.3 (Sat Apr 19 2025)
|
2
14
|
|
3
15
|
#### ⚠️ Pushed to `main`
|
package/bin/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@highstate/gateway-api",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.0",
|
4
4
|
"keywords": [
|
5
5
|
"pulumi",
|
6
6
|
"kubernetes",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"@pulumi/kubernetes": "4.18.0",
|
22
|
-
"@pulumi/pulumi": "^3.
|
22
|
+
"@pulumi/pulumi": "^3.165.0",
|
23
23
|
"@types/node-fetch": "^2.1.4",
|
24
24
|
"@types/tmp": "^0.0.33",
|
25
25
|
"glob": "^10.3.10",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@highstate/gateway-api",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.1",
|
4
4
|
"keywords": [
|
5
5
|
"pulumi",
|
6
6
|
"kubernetes",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"@pulumi/kubernetes": "4.18.0",
|
22
|
-
"@pulumi/pulumi": "^3.
|
22
|
+
"@pulumi/pulumi": "^3.165.0",
|
23
23
|
"@types/node-fetch": "^2.1.4",
|
24
24
|
"@types/tmp": "^0.0.33",
|
25
25
|
"glob": "^10.3.10",
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"name": "@highstate/gateway-api",
|
40
40
|
"version": "0.6.1"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "2f9fdd9542fbdd11d4337fb59ac4f5728535fa0c"
|
43
43
|
}
|