jobspec: remove HCL1 support (#23912)

This changeset removes support for parsing jobspecs via the long-deprecated
HCLv1.

Fixes: https://github.com/hashicorp/nomad/issues/20195
Ref: https://hashicorp.atlassian.net/browse/NET-10220
This commit is contained in:
Tim Gross
2024-09-05 09:02:45 -04:00
committed by GitHub
parent 4972b7382d
commit a9beef7edd
108 changed files with 42 additions and 9181 deletions

View File

@@ -443,7 +443,6 @@ copywriteheaders:
cd api && $(CURDIR)/scripts/copywrite-exceptions.sh
cd drivers/shared && $(CURDIR)/scripts/copywrite-exceptions.sh
cd plugins && $(CURDIR)/scripts/copywrite-exceptions.sh
cd jobspec && $(CURDIR)/scripts/copywrite-exceptions.sh
cd jobspec2 && $(CURDIR)/scripts/copywrite-exceptions.sh
cd demo && $(CURDIR)/scripts/copywrite-exceptions.sh