Diogo Kiss
Diogo Kiss
This PR is a dependency to https://github.com/DataDog/integrations-core/pull/1267. ### What does this PR do? It adds a constant to AgentCheck class called MAINTENANCE. ### Motivation This PR is a dependency to...
**Description** The code for [the Docker image used in the example for setting up an application that needs a TLS client certificate to connect to CRDB running in Kubernetes](https://github.com/cockroachdb/cockroach/blob/master/cloud/kubernetes/example-app-secure.yaml#L28) still...
This PR adds a new configuration option called 'marked'. When set to true, the output of Semantic Release would print Markdown to the terminal, whenever supported, using the 'marked-terminal' library...
When I tried to compile the module, I got the following error message due to a type mistmatch at `spec/classes/defaults_debian_spec.rb`. `error during compilation: Evaluation Error: Error while evaluating a Function...
Currently, the Terraform Rundeck provider connects to Rundeck via a `url` parameter. This parameter supports HTTP and HTTPS. However, if the Rundeck server is behind a reverse proxy that requires...
**Version** CockroachDB Helm chart: 7.0.1 (https://charts.cockroachdb.com/) (I strongly suspect that the same issue hits the latest version too) **CockroachDB Helm chart configuration** ``` cockroachdb: tls: enabled: true certs: selfSigner: enabled:...
This commit introduces a new input named 'write-to-files'. It enables writing the lists of matching files to a corresponding file in addition to the output '_files'. If set, the action...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...