@certik/skynet 0.9.1 → 0.9.2
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 +5 -1
- package/deploy.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.2
|
|
4
|
+
|
|
5
|
+
- Enhanced security by moving secret files into nomad secrets folder
|
|
6
|
+
|
|
3
7
|
## 0.9.1
|
|
4
8
|
|
|
5
|
-
-
|
|
9
|
+
- Supported using `--schedule` argument to override default schedule when deploying
|
|
6
10
|
|
|
7
11
|
## 0.9.0
|
|
8
12
|
|
package/deploy.js
CHANGED