Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest version validation error #16

Closed
Maniarr opened this issue Jun 10, 2020 · 1 comment
Closed

Manifest version validation error #16

Maniarr opened this issue Jun 10, 2020 · 1 comment

Comments

@Maniarr
Copy link

Maniarr commented Jun 10, 2020

Hello,

When i use the manifest version 2020-01-01 present in documentation v1.1.0 like:

---
region: <String>
version: 2020-01-01
...

CodeBuild failed to validate the manifest:

ERROR - validation.invalid
ERROR -  --- All found errors ---
ERROR - ["Enum '2020-01-01' does not exist. Path: '/version'"]
...
Phase complete: BUILD State: SUCCEEDED

The build succeeded, perhaps it should fail ?

In the scripts archive downloaded by the CodeBuild project, we only have the version for v1.0.0 available.

# validation/manifest.schema.yaml:6
  "version":
    type:      date
    required: True
    enum: [2019-12-01]

Can you update the specifications or modify the documentation to remove this error ?

@rakshb
Copy link

rakshb commented Jul 8, 2020

@Maniarr Hello. We have fixed this in our latest release of CFCT (V1.2)

@leavertj leavertj closed this as completed Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants