-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
32 lines (32 loc) · 732 Bytes
/
metadata.json
File metadata and controls
32 lines (32 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "cds-workflows",
"version": "2025.3",
"description": "CDS Workflows - CI/CD pipeline definitions",
"environments": {
"development": {
"url": "https://dev.example.com",
"image": "cds-workflows:2025.1"
},
"staging": {
"url": "https://staging.example.com",
"image": "cds-workflows:2025.3"
},
"production": {
"url": "https://production.example.com",
"image": "cds-workflows:2025.1"
}
},
"release": {
"current": "2025.3",
"previous": "2025.2",
"next": "2025.4"
},
"maintainers": [
{
"name": "CDS Team",
"email": "cds-team@puppetlabs.com"
}
],
"created": "2025-01-01T00:00:00Z",
"updated": "2025-09-30T13:48:38Z"
}