@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 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
- - Support using `--schedule` argument to override default schedule when deploying
9
+ - Supported using `--schedule` argument to override default schedule when deploying
6
10
 
7
11
  ## 0.9.0
8
12
 
package/deploy.js CHANGED
@@ -125,7 +125,7 @@ const genConfig = ({
125
125
 
126
126
  template {
127
127
  change_mode = "restart"
128
- destination = "context.env"
128
+ destination = "secrets/context.env"
129
129
  env = true
130
130
 
131
131
  data = <<EOH
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",