pulumi-portainer 1.26.0 → 1.26.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/bin/package.json +5 -5
- package/bin/utilities.js +2 -2
- package/package.json +5 -5
package/bin/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pulumi-portainer",
|
|
3
3
|
"description": "A Pulumi provider for managing Portainer container management platform resources, dynamically bridged from the Terraform Portainer provider with support for environments, stacks, users, teams, registries, and container orchestration.",
|
|
4
|
-
"version": "1.26.
|
|
4
|
+
"version": "1.26.1",
|
|
5
5
|
"homepage": "https://pulumi.khanh.id/docs/providers/portainer",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"async-mutex": "0.5.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@pulumi/pulumi": "3.
|
|
25
|
-
"@types/node": "24.
|
|
24
|
+
"@pulumi/pulumi": "3.245.0",
|
|
25
|
+
"@types/node": "24.13.1",
|
|
26
26
|
"typescript": "5.9.3"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"version": "1.1.3",
|
|
58
58
|
"parameterization": {
|
|
59
59
|
"name": "portainer",
|
|
60
|
-
"version": "1.31.
|
|
61
|
-
"value": "
|
|
60
|
+
"version": "1.31.1",
|
|
61
|
+
"value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL3BvcnRhaW5lci9wb3J0YWluZXIiLCJ2ZXJzaW9uIjoiMS4zMS4xIn19"
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|
package/bin/utilities.js
CHANGED
|
@@ -127,8 +127,8 @@ async function getPackage() {
|
|
|
127
127
|
baseProviderVersion: "1.1.3",
|
|
128
128
|
baseProviderDownloadUrl: "",
|
|
129
129
|
packageName: "portainer",
|
|
130
|
-
packageVersion: "1.31.
|
|
131
|
-
base64Parameter: "
|
|
130
|
+
packageVersion: "1.31.1",
|
|
131
|
+
base64Parameter: "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL3BvcnRhaW5lci9wb3J0YWluZXIiLCJ2ZXJzaW9uIjoiMS4zMS4xIn19",
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
134
|
//# sourceMappingURL=utilities.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pulumi-portainer",
|
|
3
3
|
"description": "A Pulumi provider for managing Portainer container management platform resources, dynamically bridged from the Terraform Portainer provider with support for environments, stacks, users, teams, registries, and container orchestration.",
|
|
4
|
-
"version": "1.26.
|
|
4
|
+
"version": "1.26.1",
|
|
5
5
|
"homepage": "https://pulumi.khanh.id/docs/providers/portainer",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"async-mutex": "0.5.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@pulumi/pulumi": "3.
|
|
25
|
-
"@types/node": "24.
|
|
24
|
+
"@pulumi/pulumi": "3.245.0",
|
|
25
|
+
"@types/node": "24.13.1",
|
|
26
26
|
"typescript": "5.9.3"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"version": "1.1.3",
|
|
58
58
|
"parameterization": {
|
|
59
59
|
"name": "portainer",
|
|
60
|
-
"version": "1.31.
|
|
61
|
-
"value": "
|
|
60
|
+
"version": "1.31.1",
|
|
61
|
+
"value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL3BvcnRhaW5lci9wb3J0YWluZXIiLCJ2ZXJzaW9uIjoiMS4zMS4xIn19"
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|