aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/releases/testdata/releases.json
blob: a1124c2c3f9a7778740c8b687d6c181120ff3f16 (plain)
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
{
    "architectures": ["x86_64", "aarch64"],
    "release_branches": [{
        "rel_branch": "edge",
        "arches": ["x86_64", "aarch64"],
        "git_branch": "master",
        "repos": [
            {"name": "main"},
            {"name": "community"},
            {"name": "testing"}
        ]
    },{
        "rel_branch": "v3.13",
        "arches": ["x86_64", "aarch64"],
        "git_branch": "3.13-stable",
        "repos": [
            {"name": "main"},
            {"name": "community", "eol_date": "2022-11-01"}
        ],
        "releases": [{
            "notes": "posts/Alpine-3.13.0-released.md",
            "version": "3.13.0",
            "date": "2021-01-14"
        }],
        "branch_date": "2021-01-14",
        "eol_date": "2022-11-01"
    }]
}