Jochen Seeber
Jochen Seeber
When creating tasks that take multiple optional arguments, specifying parameters becomes tedious. When calling the following task ``` task :test, [:database, :table, :column, :host, :port, :user, :password] do # Something...
I would like to localize error messages in `show.cr`, however e.g. `Avram::InvalidOperationError` does not allow me to access which operation failed as it only saves an English error message in...
**Describe the bug** * Binaries for release v0.6.3 are missing. Older releases have them. **Expected behavior** * Binaries are present as in older releases **To Reproduce** * Go to https://github.com/k8snetworkplumbingwg/whereabouts/releases/tag/v0.6.3...
## Description This pull request allows Traefik to bind to service ports (< port number 1024) by setting `cap_net_bind_service` on the Traefik binary. This allows to start Traefik as non-root...
Updated components to newest available versions (see bower.json)
Applying patches does not work correctly because `apply_entity` does not serialize the entity correctly. This patch fixes this.
Sometimes a service that is started by chef-init leaks child processes, creating zombie processes. When the service process ends, these processes are "pushed up" to the chef-init process. This is...
Allows accessing Kadalu installations installed in other namespaces than the default "kadalu" **What this PR does / why we need it**: This is useful for multi-tenant setups where multiple Kadalu...
## Description * By using the Helm chart, Kadalu can be installed in an arbitrary namespace (e.g. setting `namespace: kadalu-system`) * BUT Kadalu expects the namespace to be `kadalu` ##...
Allows accessing Kadalu installations installed in other namespaces than the default "kadalu". The official Helm chart allows installing Kadalu in a custom namespace. However, the cli will not work because...