Delete schema 1.6.0 (#1910)

* Delete 1.6.0

Closes #1909

* Skip schema check for 1.6.0
This commit is contained in:
Patrice Chalin 2021-09-08 22:24:59 -04:00 committed by GitHub
parent 30fed0f050
commit 74479daa4b
2 changed files with 2 additions and 9 deletions

View File

@ -1,6 +0,0 @@
file_format: 1.0.0
schema_url: https://opentelemetry.io/schemas/1.6.0
versions:
1.6.0:
1.5.0:
1.4.0:

View File

@ -6,9 +6,8 @@
set -e
# This is the list of vesions that were released before the schemas were
# introduced and which did not require a schema file.
declare -a skip_versions=("1.0.0" "1.0.1" "1.1.0" "1.2.0" "1.3.0")
# List of vesions that do not require or have a schema.
declare -a skip_versions=("1.0.0" "1.0.1" "1.1.0" "1.2.0" "1.3.0" "1.6.0")
schemas_dir="../schemas"