screwdriver-api 6.0.37 → 6.0.38

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.
@@ -128,7 +128,7 @@ executor:
128
128
  buildTimeout: 90
129
129
  # Default max build timeout (in minutes)
130
130
  maxBuildTimeout: 120
131
- # k8s node selectors for approprate pod scheduling
131
+ # k8s node selectors for appropriate pod scheduling
132
132
  nodeSelectors: {}
133
133
  preferredNodeSelectors: {}
134
134
  # support for kata-containers-as-a-runtimeclass
@@ -182,7 +182,7 @@ executor:
182
182
  buildTimeout: 90
183
183
  # Default max build timeout (in minutes)
184
184
  maxBuildTimeout: 120
185
- # k8s node selectors for approprate pod scheduling
185
+ # k8s node selectors for appropriate pod scheduling
186
186
  nodeSelectors: {}
187
187
  preferredNodeSelectors: {}
188
188
  # Launcher image to use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-api",
3
- "version": "6.0.37",
3
+ "version": "6.0.38",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {