You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 0.9.6: Added Validate()
4
+
5
+
This release adds a `Validate()` method to the configuration that allows for check the configuration on loading.
6
+
3
7
## 0.9.5: Security configuration
4
8
5
9
This release adds support for the new [security library](https://github.com/containerssh/security). It also adds a metric for config server requests and updates several libraries to their latest versions.
// Backend defines which backend to use. This option can be changed from the config server.
46
-
Backendstring`json:"backend" yaml:"backend" default:"dockerrun" comment:"Backend module to use"`
47
-
// Docker contains the configuration for the docker backend.
48
-
Docker docker.Config`json:"docker,omitempty" yaml:"docker" comment:"Docker configuration to use when the Docker backend is used."`
49
-
// DockerRun contains the configuration for the deprecated dockerrun backend.
50
-
DockerRun docker.DockerRunConfig`json:"dockerrun,omitempty" yaml:"dockerrun" comment:"Docker configuration to use when the Docker run backend is used."`
51
-
// Kubernetes contains the configuration for the kubernetes backend.
52
-
Kubernetes kubernetes.Config`json:"kubernetes,omitempty" yaml:"kubernetes" comment:"Kubernetes configuration to use when the kubernetes run backend is used."`
53
-
// KubeRun contains the configuration for the deprecated kuberun backend.
54
-
KubeRun kubernetes.KubeRunConfig`json:"kuberun,omitempty" yaml:"kuberun" comment:"Kubernetes configuration to use when the kuberun run backend is used."`
0 commit comments