@highstate/cert-manager 0.9.37 → 0.10.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
- # v0.9.32 (Mon Oct 06 2025)
1
+ # v0.10.0 (Mon Oct 13 2025)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Fedor Chubukov ([@Exeteres](https://github.com/Exeteres)), for all your work!
2
6
 
3
7
  #### ⚠️ Pushed to `main`
4
8
 
5
- - Как они по-русски любят говорить... 'Ой, я должна была предположить, что кто-то сможет убежать через вентиляцию, используя выброшенные зеркала как ступеньки.' ([@Exeteres](https://github.com/Exeteres))
9
+ - Initial commit ([@Exeteres](https://github.com/Exeteres))
6
10
 
7
11
  #### Authors: 1
8
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/cert-manager",
3
- "version": "0.9.37",
3
+ "version": "0.10.0",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "67c620e16be8f1244181539b4799c9990a2d9449"
42
+ "gitHead": "39727b965ab54c84e730adbca69cd15066fab852"
43
43
  }