"git@git.gitsec.cn:baidan/helm.git" did not exist on "f3350defec881dc36217f4774703f252d3c895af"
This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Aug, 2022 2 commits
-
-
Phil Renaud authored
-
Phil Renaud authored
-
- 06 Aug, 2022 2 commits
-
-
Phil Renaud authored
-
Phil Renaud authored
-
- 05 Aug, 2022 15 commits
-
-
Phil Renaud authored
''
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Jai authored
* refact: allow namespace glob matching * test: namespace glob matching
-
dependabot[bot] authored
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 ) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
James Rasell authored
* api: use errors.New not fmt.Errorf when error doesn't have format. * semgrep: add rule to catch fmt.Errorf use without formatting.
-
Phil Renaud authored
* Check against all your policies' namespaces' secvars' paths' capabilities to see if you can list vars * Changelog and lintfix * Unit tests for list-vars * Removed unused computed dep * Changelog removed
-
Seth Hoenig authored
deps: update runc to v1.1.3
-
Seth Hoenig authored
nsd: add support for setting request body in http checks
-
- 04 Aug, 2022 8 commits
-
-
Seth Hoenig authored
This PR adds support for settings check.body in checks of services making use of Nomad's service provider.
-
Seth Hoenig authored
-
Luiz Aoqui authored
The QEMU driver can take an optional `graceful_shutdown` configuration which will create a Unix socket to send ACPI shutdown signal to the VM. Unix sockets have a hard length limit and the driver implementation assumed that QEMU versions 2.10.1 were able to handle longer paths. This is not correct, the linked QEMU fix only changed the behaviour from silently truncating longer socket paths to throwing an error. By validating the socket path before starting the QEMU machine we can provide users a more actionable and meaningful error message, and by using a shorter socket file name we leave a bit more room for user-defined values in the path, such as the task name. The maximum length allowed is also platform-dependant, so validation needs to be different for each OS.
-
Charles Z authored
-
Luiz Aoqui authored
UID/GID 0 is usually reserved for the root user/group. While Nomad clients are expected to run as root it may not always be the case. Setting these values as -1 if not defined will fallback to the pervious behaviour of not attempting to set file ownership and use whatever UID/GID the Nomad agent is running as. It will also keep backwards compatibility, which is specially important for platforms where this feature is not supported, like Windows.
-
Luiz Aoqui authored
When a QEMU task is recovered the monitor socket path was not being restored into the task handler, so the `graceful_shutdown` configuration was effectively ignored if the client restarted.
-
Luiz Aoqui authored
The `timestamp` HCL2 function was never part of the set of supported functions.
-
Seth Hoenig authored
nsd: add support for setting headers on nomad service http checks
-
- 03 Aug, 2022 12 commits
-
-
Derek Strickland authored
* add Nomad RetryConfig to agent template config
-
Phil Renaud authored
New variable creation adds the first namespace in your available list at variable creation time (#13991) * New variable creation adds the first namespace in your available list at variable creation time * Changelog
-
Seth Hoenig authored
ui: fix zero memory utilization bug on systems using cgroups v2
-
Seth Hoenig authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Jai authored
-
Phil Renaud authored
-
Seth Hoenig authored
This PR enables setting of the headers block on services registered into Nomad's service provider. Works just like the existing support in Consul checks.
-
Seth Hoenig authored
nsd: add support for specifying check.method in nomad service checks
-
- 02 Aug, 2022 1 commit
-
-
Seth Hoenig authored
This PR fixes a bug where allocation memory usage is always zero on Linux systems where the kernel is configured to use cgroups v2.
-