chore: update build tool, puppet-initial

- update build tool with github_release_pattern
- update puppet-initial to reduce impact on upgrades
This commit is contained in:
2026-01-17 15:18:26 +11:00
parent 6d379d99b6
commit e09d0c4bc6
6 changed files with 25 additions and 13 deletions
+6 -1
View File
@@ -105,7 +105,7 @@ METADATA_SCHEMA = {
'regex': r'^[a-zA-Z0-9\-_\.:\/]+$'
},
'release': {
'type': 'string',
'type': ['string', 'integer', 'float'],
'required': True,
'empty': False
},
@@ -117,6 +117,11 @@ METADATA_SCHEMA = {
}
}
}
},
'github_release_pattern': {
'type': 'string',
'required': False,
'empty': False
}
}