Skip to content

Commit

Permalink
Update artifacts.md, See d8f810d from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kubean-io committed Aug 16, 2024
1 parent d8f810d commit d522f93
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 132 deletions.
114 changes: 63 additions & 51 deletions charts/kubean/templates/manifest.cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,49 @@
apiVersion: kubean.io/v1alpha1
kind: Manifest
metadata:
name: "manifest-2.25-462e68b"
name: "manifest-2.24-1688e05"
labels:
kubean.io/sprayRelease: "2.25"
kubean.io/sprayRelease: "2.24"
annotations:
kubean.io/sprayTimestamp: "1721023870"
kubean.io/sprayRelease: "2.25"
kubean.io/sprayCommit: "462e68b"
kubean.io/sprayTimestamp: "1722236434"
kubean.io/sprayRelease: "2.24"
kubean.io/sprayCommit: "1688e05"
spec:
kubesprayVersion: "462e68b382b9b5bcd84cb3f1e5bf90c389269bb9"
kubesprayVersion: "1688e05651ed349a7e09826b918993ff547e62b0"
kubeanVersion: ""
docker:
- os: redhat-7
defaultVersion: "26.1"
defaultVersion: "20.10"
versionRange:
- "18.09"
- "19.03"
- "20.10"
- "23.0"
- "24.0"
- "26.0"
- "26.1"
- os: redhat
defaultVersion: "26.1"
defaultVersion: "20.10"
versionRange:
- "18.09"
- "19.03"
- "20.10"
- "23.0"
- "24.0"
- "26.0"
- "26.1"
- os: debian
defaultVersion: "26.1"
defaultVersion: "20.10"
versionRange:
- "18.09"
- "19.03"
- "20.10"
- "23.0"
- "24.0"
- "25.0"
- "26.0"
- "26.1"
- os: ubuntu
defaultVersion: "26.1"
defaultVersion: "20.10"
versionRange:
- "18.09"
- "19.03"
- "20.10"
- "23.0"
- "24.0"
- "26.0"
- "26.1"
- os: kylin
defaultVersion: "26.1"
defaultVersion: "19.03"
versionRange:
- "18.09"
- "19.03"
- "23.0"
- "24.0"
- "26.0"
- "26.1"
components:
- name: cilium
defaultVersion: "v1.15.4"
defaultVersion: "v1.13.4"
versionRange: []
- name: flannel
defaultVersion: "v0.22.0"
Expand All @@ -81,13 +60,14 @@ spec:
- "v1.1.10"
- "v1.1.9"
- "v1.1.8"
- "v1.1.7"
- "v1.1.6"
- "v1.1.5"
- "v1.1.4"
- "v1.1.3"
- name: kube
defaultVersion: "v1.29.5"
defaultVersion: "v1.28.10"
versionRange:
- "v1.29.5"
- "v1.29.4"
- "v1.29.3"
- "v1.29.2"
- "v1.29.1"
- "v1.29.0"
- "v1.28.10"
Expand Down Expand Up @@ -116,23 +96,35 @@ spec:
- "v1.27.2"
- "v1.27.1"
- "v1.27.0"
- "v1.26.15"
- "v1.26.14"
- "v1.26.13"
- "v1.26.12"
- "v1.26.11"
- "v1.26.10"
- "v1.26.9"
- "v1.26.8"
- "v1.26.7"
- "v1.26.6"
- "v1.26.5"
- "v1.26.4"
- "v1.26.3"
- "v1.26.2"
- "v1.26.1"
- "v1.26.0"
- name: cni
defaultVersion: "v1.3.0"
versionRange:
- "v1.4.0"
- "v1.3.0"
- "v1.2.0"
- "v1.1.1"
- "v1.1.0"
- "v1.0.1"
- "v1.0.0"
- "v0.9.1"
- name: calico
defaultVersion: "v3.27.3"
defaultVersion: "v3.26.4"
versionRange:
- "v3.27.3"
- "v3.27.2"
- "v3.27.1"
- "v3.27.0"
- "v3.26.4"
- "v3.26.3"
- "v3.26.2"
Expand All @@ -150,12 +142,16 @@ spec:
- "v3.24.0"
- "v3.23.5"
- "v3.23.4"
- "v3.23.3"
- "v3.23.2"
- "v3.23.1"
- "v3.23.0"
- "v3.22.5"
- "v3.22.4"
- "v3.22.3"
- name: containerd
defaultVersion: "1.7.16"
defaultVersion: "1.7.13"
versionRange:
- "1.7.16"
- "1.7.15"
- "1.7.14"
- "1.7.13"
- "1.7.12"
- "1.7.11"
Expand All @@ -170,9 +166,6 @@ spec:
- "1.7.2"
- "1.7.1"
- "1.7.0"
- "1.6.31"
- "1.6.30"
- "1.6.29"
- "1.6.28"
- "1.6.27"
- "1.6.26"
Expand All @@ -188,3 +181,22 @@ spec:
- "1.6.16"
- "1.6.15"
- "1.6.14"
- "1.6.13"
- "1.6.12"
- "1.6.11"
- "1.6.10"
- "1.6.9"
- "1.6.8"
- "1.6.7"
- "1.6.6"
- "1.6.5"
- "1.6.4"
- "1.6.3"
- "1.6.2"
- "1.6.1"
- "1.6.0"
- "1.5.18"
- "1.5.17"
- "1.5.16"
- "1.5.15"
- "1.5.14"
115 changes: 34 additions & 81 deletions docs/overrides/releases/artifacts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


### ▶️ release-2.21
> ⚓ kube_version range: [ v1.23.0 ~ v1.25.6 ]
### ▶️ release-2.22
> ⚓ kube_version range: [ v1.24.0 ~ v1.26.11 ]
<table>
<thead>
Expand All @@ -13,38 +13,23 @@

<tbody>
<tr>
<td rowspan=3> 📅 2024-01-22 16:13:31 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.21-e86c0cf.yml">manifest-2.21-e86c0cf.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.21-e86c0cf</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.21-e86c0cf</code> </td>
</tr>
</tbody>

<tbody>
<tr>
<td rowspan=3> 📅 2024-01-12 07:28:51 </td>
<td rowspan=3> 📅 2024-01-22 16:23:42 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.21-e4ac3ab.yml">manifest-2.21-e4ac3ab.yml</a></code>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.22-d8a8fb0.yml">manifest-2.22-d8a8fb0.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.21-e4ac3ab</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.22-d8a8fb0</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.21-e4ac3ab</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.22-d8a8fb0</code> </td>
</tr>
</tbody>

</table>

### ▶️ release-2.22
> ⚓ kube_version range: [ v1.24.0 ~ v1.26.13 ]
### ▶️ release-2.23
> ⚓ kube_version range: [ v1.25.0 ~ v1.27.10 ]
<table>
<thead>
Expand All @@ -56,53 +41,23 @@

<tbody>
<tr>
<td rowspan=3> 📅 2024-02-07 19:59:36 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.22-71b6fa1.yml">manifest-2.22-71b6fa1.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.22-71b6fa1</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.22-71b6fa1</code> </td>
</tr>
</tbody>

<tbody>
<tr>
<td rowspan=3> 📅 2024-01-22 16:23:42 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.22-d8a8fb0.yml">manifest-2.22-d8a8fb0.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.22-d8a8fb0</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.22-d8a8fb0</code> </td>
</tr>
</tbody>

<tbody>
<tr>
<td rowspan=3> 📅 2024-01-11 13:59:56 </td>
<td rowspan=3> 📅 2024-05-03 09:20:40 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.22-774d824.yml">manifest-2.22-774d824.yml</a></code>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.23-e5fc8a9.yml">manifest-2.23-e5fc8a9.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.22-774d824</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.23-e5fc8a9</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.22-774d824</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.23-e5fc8a9</code> </td>
</tr>
</tbody>

</table>

### ▶️ release-2.23
> ⚓ kube_version range: [ v1.25.0 ~ v1.27.10 ]
### ▶️ release-2.21
> ⚓ kube_version range: [ v1.23.0 ~ v1.25.6 ]
<table>
<thead>
Expand All @@ -114,46 +69,44 @@

<tbody>
<tr>
<td rowspan=3> 📅 2024-05-03 09:20:40 </td>
<td rowspan=3> 📅 2024-01-22 16:13:31 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.23-e5fc8a9.yml">manifest-2.23-e5fc8a9.yml</a></code>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.21-e86c0cf.yml">manifest-2.21-e86c0cf.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.23-e5fc8a9</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.21-e86c0cf</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.23-e5fc8a9</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.21-e86c0cf</code> </td>
</tr>
</tbody>

<tbody>
<tr>
<td rowspan=3> 📅 2024-02-06 14:06:16 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.23-07e19e5.yml">manifest-2.23-07e19e5.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.23-07e19e5</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.23-07e19e5</code> </td>
</tr>
</tbody>
</table>

### ▶️ release-2.25
> ⚓ kube_version range: [ v1.27.0 ~ v1.29.5 ]
<table>
<thead>
<tr>
<th>Commit Date</th>
<th>Artifacts</th>
</tr>
</thead>

<tbody>
<tr>
<td rowspan=3> 📅 2023-12-13 10:30:18 </td>
<td rowspan=3> 📅 2024-07-15 06:11:10 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.23-e4be213.yml">manifest-2.23-e4be213.yml</a></code>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.25-462e68b.yml">manifest-2.25-462e68b.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.23-e4be213</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.25-462e68b</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.23-e4be213</code> </td>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.25-462e68b</code> </td>
</tr>
</tbody>

Expand Down

0 comments on commit d522f93

Please sign in to comment.