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.
- 13 Aug, 2022 1 commit
-
-
Seth Hoenig authored
-
- 12 Aug, 2022 7 commits
-
-
Phil Renaud authored
-
Seth Hoenig authored
Merge pull request #14052 from hashicorp/dependabot/go_modules/github.com/containernetworking/cni-1.1.2 build(deps): bump github.com/containernetworking/cni from 1.0.1 to 1.1.2
-
Seth Hoenig authored
Fix typo in /tools/autoscaling
-
Seth Hoenig authored
cli: support vault token in plan command
-
Seth Hoenig authored
docker: configuration for disable docker healthcheck
-
Seth Hoenig authored
Co-authored-by:
James Rasell <jrasell@users.noreply.github.com>
-
James Rasell authored
-
- 11 Aug, 2022 5 commits
-
-
Seth Hoenig authored
This PR adds a docker driver task configuration setting for turning off built-in HEALTHCHECK of a container. References) https://docs.docker.com/engine/reference/builder/#healthcheck https://github.com/docker/engine-api/blob/master/types/container/config.go#L16 Closes #5310 Closes #14068
-
Seth Hoenig authored
This PR fixes a regression where the 'job plan' command would not respect a Vault token if set via --vault-token or $VAULT_TOKEN. Basically the same bug/fix as for the validate command in https://github.com/hashicorp/nomad/issues/13062 Fixes https://github.com/hashicorp/nomad/issues/13939
-
Seth Hoenig authored
cli: for systems with cgroups v2, fix alloation resource utilization showing 0 memory used
-
Morantron authored
-
Luiz Aoqui authored
The generated files are created as part of the final build process but should not present in the repository afterwards.
-
- 10 Aug, 2022 5 commits
-
-
Seth Hoenig authored
cli: forward request for job validation to nomad leader
-
Seth Hoenig authored
This PR changes the behavior of 'nomad job validate' to forward the request to the nomad leader, rather than responding from any server. This is because we need the leader when validating Vault tokens, since the leader is the only server with an active vault client.
-
Seth Hoenig authored
template doc typo fix
-
Jai authored
-
dgotlieb authored
docker and podman don't suck
-
- 09 Aug, 2022 6 commits
-
-
Luiz Aoqui authored
* Generate files for 1.3.3 release * Prepare for next release * Merge release 1.3.3 files Co-authored-by:
hc-github-team-nomad-core <github-team-nomad-core@hashicorp.com>
-
Brian Chau authored
-
Brian Chau authored
-
Phil Renaud authored
* Fixes a bug for first-time SecVars users on namespaces * Namespace computed dep * Namespace computed dep
-
Jai authored
-
Phil Renaud authored
* Changelog and lintfix * Changelog removed * Forbidden state on individual variables * CanRead checked on variable path links * Mirage fixture with lesser secure variables access, temporary fix for * namespaces * Read flow acceptance tests * Unit tests for variable.canRead * lintfix * TODO squashed, thanks Jai * explicitly link mirage fixture vars to jobs via namespace * Typofix; delete to read * Linking the original alloc * Percy snapshots uniquely named * Guarantee that the alloc we depend on has tasks within it * Logging variables * Trying to skip delete * Now without create flow either * Dedicated cluster fixture for testing variables * Disambiguate percy calls
-
- 08 Aug, 2022 8 commits
-
-
dependabot[bot] authored
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/containernetworking/cni/releases) - [Commits](https://github.com/containernetworking/cni/compare/v1.0.1...v1.1.2 ) --- updated-dependencies: - dependency-name: github.com/containernetworking/cni dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Seth Hoenig authored
Merge pull request #13798 from hashicorp/dependabot/go_modules/github.com/hashicorp/consul/api-1.13.1 chore(deps): bump github.com/hashicorp/consul/api from 1.13.0 to 1.13.1
-
Seth Hoenig authored
fix minor unreachable code caused by t.Fatal
-
Jai authored
* refact: add conditional logic to variables.index * refact: add conditional logic to variables.path * refact: update query selectors in assertions
-
Abirdcfly authored
Signed-off-by:
Abirdcfly <fp544037857@gmail.com>
-
claire labry authored
Introduces the post publish website event
-
Seth Hoenig authored
core: automatically plumb task name into task-level services and checks
-
Seth Hoenig authored
docs: minor readme tweaks
-
- 05 Aug, 2022 8 commits
-
-
Charlie Voiselle 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>
-
Seth Hoenig authored
-
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
- Remove Circle CI badge (pretty much always misleadingly red) - Add MPL license badge - Remove link to deprecated google groups
-
dependabot[bot] authored
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/consul/compare/api/v1.13.0...api/v1.13.1 ) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-