Skip to content

Commit

Permalink
Release version 0.0.0.dev405
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 7, 2024
1 parent 7f34d8b commit 8d5c3f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev404"
version = "0.0.0.dev405"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
17 changes: 16 additions & 1 deletion src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ properties:
binder:
type: object
additionalProperties: false
required: [ name, env, action, path ]
required: [ name, env, action, path, index ]
default: { }
properties:
name:
Expand Down Expand Up @@ -3554,6 +3554,21 @@ properties:
type: string
test_script:
type: string
index:
type: object
additionalProperties: false
required: [ registry, namespace, name ]
default: { }
properties:
registry:
type: string
default: ghcr.io
namespace:
type: string
default: ${{ repo.owner }}$
name:
type: string
default: ${{ repo.name }}$
publish:
type: object
additionalProperties: false
Expand Down

0 comments on commit 8d5c3f5

Please sign in to comment.