Skip to content

Commit

Permalink
Update artifacts.md, See f39efe7 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kubean-io committed Apr 2, 2024
1 parent f39efe7 commit d5f918a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 25 deletions.
45 changes: 20 additions & 25 deletions charts/kubean/templates/manifest.cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
apiVersion: kubean.io/v1alpha1
kind: Manifest
metadata:
name: "manifest-2.23-07e19e5"
name: "manifest-2.24-bc6bd21"
labels:
kubean.io/sprayRelease: "2.23"
kubean.io/sprayRelease: "2.24"
annotations:
kubean.io/sprayTimestamp: "1707228376"
kubean.io/sprayRelease: "2.23"
kubean.io/sprayCommit: "07e19e5"
kubean.io/sprayTimestamp: "1709827149"
kubean.io/sprayRelease: "2.24"
kubean.io/sprayCommit: "bc6bd21"
spec:
kubesprayVersion: "07e19e546b834fb4fba48125c36b959c030b365f"
kubesprayVersion: "bc6bd21ab399ddc86d60ca440cae4f0b6ec9e636"
kubeanVersion: ""
docker:
- os: redhat-7
Expand Down Expand Up @@ -66,8 +66,17 @@ spec:
- "v1.1.4"
- "v1.1.3"
- name: kube
defaultVersion: "v1.27.10"
defaultVersion: "v1.28.6"
versionRange:
- "v1.29.1"
- "v1.29.0"
- "v1.28.6"
- "v1.28.5"
- "v1.28.4"
- "v1.28.3"
- "v1.28.2"
- "v1.28.1"
- "v1.28.0"
- "v1.27.10"
- "v1.27.9"
- "v1.27.8"
Expand All @@ -93,23 +102,6 @@ spec:
- "v1.26.2"
- "v1.26.1"
- "v1.26.0"
- "v1.25.16"
- "v1.25.15"
- "v1.25.14"
- "v1.25.13"
- "v1.25.12"
- "v1.25.11"
- "v1.25.10"
- "v1.25.9"
- "v1.25.8"
- "v1.25.7"
- "v1.25.6"
- "v1.25.5"
- "v1.25.4"
- "v1.25.3"
- "v1.25.2"
- "v1.25.1"
- "v1.25.0"
- name: cni
defaultVersion: "v1.3.0"
versionRange:
Expand All @@ -121,8 +113,11 @@ spec:
- "v1.0.0"
- "v0.9.1"
- name: calico
defaultVersion: "v3.25.2"
defaultVersion: "v3.26.4"
versionRange:
- "v3.26.4"
- "v3.26.3"
- "v3.26.2"
- "v3.26.1"
- "v3.26.0"
- "v3.25.2"
Expand Down
28 changes: 28 additions & 0 deletions docs/overrides/releases/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,31 @@
</tbody>

</table>

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

<tbody>
<tr>
<td rowspan=3> 📅 2024-03-07 15:59:09 </td>
<td rowspan=1>
📝 <code><a href="https://raw.githubusercontent.com/kubean-io/kubean-manifest/main/manifests/manifest-2.24-bc6bd21.yml">manifest-2.24-bc6bd21.yml</a></code>
</td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/spray-job:2.24-bc6bd21</code> </td>
</tr>
<tr>
<td rowspan=1> 📦 <code>ghcr.io/kubean-io/airgap-patch:2.24-bc6bd21</code> </td>
</tr>
</tbody>

</table>

0 comments on commit d5f918a

Please sign in to comment.