Update website post CNCF donation

1. Add LF footer.
2. Make necessary changes following CNCF guideline.

Signed-off-by: Daniel Jiang <daniel.jiang@broadcom.com>
This commit is contained in:
Daniel Jiang
2026-05-18 17:34:20 +08:00
parent f70e339fd0
commit 440b473ca2
6 changed files with 74 additions and 25 deletions
+21 -6
View File
@@ -1,7 +1,7 @@
![100]
[![Build Status][1]][2] [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3811/badge)](https://bestpractices.coreinfrastructure.org/projects/3811)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/vmware-tanzu/velero)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/velero-io/velero)
## Overview
@@ -52,14 +52,29 @@ Velero supports IPv4, IPv6, and dual stack environments. Support for this was te
The Velero maintainers are continuously working to expand testing coverage, but are not able to test every combination of Velero and supported Kubernetes versions for each Velero release. The table above is meant to track the current testing coverage and the expected supported Kubernetes versions for each Velero version.
If you are interested in using a different version of Kubernetes with a given Velero version, we'd recommend that you perform testing before installing or upgrading your environment. For full information around capabilities within a release, also see the Velero [release notes](https://github.com/vmware-tanzu/velero/releases) or Kubernetes [release notes](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG). See the Velero [support page](https://velero.io/docs/latest/support-process/) for information about supported versions of Velero.
If you are interested in using a different version of Kubernetes with a given Velero version, we'd recommend that you perform testing before installing or upgrading your environment. For full information around capabilities within a release, also see the Velero [release notes](https://github.com/velero-io/velero/releases) or Kubernetes [release notes](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG). See the Velero [support page](https://velero.io/docs/latest/support-process/) for information about supported versions of Velero.
For each release, Velero maintainers run the test to ensure the upgrade path from n-2 minor release. For example, before the release of v1.10.x, the test will verify that the backup created by v1.9.x and v1.8.x can be restored using the build to be tagged as v1.10.x.
[1]: https://github.com/vmware-tanzu/velero/workflows/Main%20CI/badge.svg
[2]: https://github.com/vmware-tanzu/velero/actions?query=workflow%3A"Main+CI"
[4]: https://github.com/vmware-tanzu/velero/issues
[6]: https://github.com/vmware-tanzu/velero/releases
## Cloud Native Computing Foundation
<!-- remove sandbox once promoted -->
Velero is a [Cloud Native Computing Foundation](https://www.cncf.io/) sandbox project.
<p align="center">
<a href="https://www.cncf.io/">
<img src="https://raw.githubusercontent.com/cncf/artwork/main/other/cncf/horizontal/color/cncf-color.svg"
alt="Cloud Native Computing Foundation logo" width="300"/>
</a>
</p>
Copyright Contributors to Velero, established as Velero a Series of LF Projects, LLC.
For website terms of use, trademark policy and other project policies please see
<https://lfprojects.org/policies/>.
[1]: https://github.com/velero-io/velero/workflows/Main%20CI/badge.svg
[2]: https://github.com/velero-io/velero/actions?query=workflow%3A"Main+CI"
[4]: https://github.com/velero-io/velero/issues
[6]: https://github.com/velero-io/velero/releases
[9]: https://kubernetes.io/docs/setup/
[10]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-homebrew-on-macos
[11]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#tabset-1
+14 -5
View File
@@ -34,11 +34,20 @@
height: auto;
margin-left: 30px;
}
.vm-logo {
font-size: .75rem;
img {
max-width: 75px;
margin-left: 30px;
.cncf-affiliation {
color: $footer-foreground;
a {
color: $footer-link-color;
border-bottom: 0;
&:hover {
text-decoration: underline;
}
}
.cncf-logo {
display: inline-block;
margin-top: 0.25rem;
max-width: 300px;
height: auto;
}
}
}
+8 -4
View File
@@ -7,8 +7,8 @@ frontmatter:
date: [":filename", ":default"]
params:
author: Velero Authors
vm_logo: vm-logo.png
logo: Velero.svg
cncf_logo: cncf-white.svg
hero:
backgroundColor: med-blue
versioning: true
@@ -47,14 +47,18 @@ params:
- v0.5.0
- v0.4.0
- v0.3.0
gh_repo: https://github.com/vmware-tanzu/velero
gh_repo: https://github.com/velero-io/velero
footer:
title: Getting Started
content: To help you get started, see the documentation.
cta_title: ''
cta_url: /docs
cta_text: Documentation
vm_link: http://vmware.github.io/
cncf_link: https://www.cncf.io/
# Set to "" once Velero is promoted to incubating or graduated.
cncf_status: sandbox
lf_policies_link: https://lfprojects.org/policies/
copyright_holder: Velero a Series of LF Projects, LLC
footer_social_links:
- title: Twitter
fa_icon: fab fa-twitter
@@ -70,7 +74,7 @@ params:
url: /blog/index.xml
- title: GitHub
fa_icon: fab fa-github
url: https://github.com/vmware-tanzu/velero
url: https://github.com/velero-io/velero
minify:
disableCSS: false
disableHTML: false
+30 -10
View File
@@ -38,17 +38,37 @@
alt="Homepage"/></a>
</div>
</div>
{{/* CNCF affiliation block — required by CNCF Website Guidelines.
Change `sandbox project` -> `project` when Velero is promoted to
incubating or graduated. See
https://github.com/cncf/foundation/blob/main/policies-guidance/website-guidelines.md */}}
<div class="row align-items-center cncf-affiliation mt-4">
<div class="col text-center">
<p class="mb-2">
We are a
<a href="{{ .Site.Params.footer.cncf_link }}">Cloud Native Computing Foundation</a>
{{ with .Site.Params.footer.cncf_status }}{{ . }} {{ end }}project.
</p>
<a href="{{ .Site.Params.footer.cncf_link }}" aria-label="Cloud Native Computing Foundation">
<img src="/img/{{ .Site.Params.cncf_logo }}"
alt="Cloud Native Computing Foundation logo"
class="cncf-logo"
style="max-height: 64px;"/>
</a>
</div>
</div>
<div class="row align-items-center">
<div class="col copyright text-center text-md-right mt-4">
&copy; {{ now.Format "2006" }} {{ .Site.Params.Author }}.
<a href="{{ .Site.Params.footer.vm_link }}" class="vm-logo">A VMware-backed project. <img
src="/img/{{ .Site.Params.vm_logo }}" alt="VMware logo"/></a>
<br/>This Website Does Not Use Cookies or Other Tracking Technology. This site is powered by <a href="https://www.netlify.com">Netlify</a>.<br/><br/>
<span>
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/legal.html'>Terms of Use</a> |
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/privacy.html'>Privacy Policy</a> |
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/privacy/california-privacy-rights.html'>Your California Privacy Rights</a>
</span>
<div class="col copyright text-center mt-4">
<p class="mb-1">Copyright {{ .Site.Params.footer.copyright_holder }}.</p>
<p class="mb-0">
For website terms of use, trademark policy and other project policies please see
<a href="{{ .Site.Params.footer.lf_policies_link }}">{{ .Site.Params.footer.lf_policies_link }}</a>.
</p>
<p class="mt-2 small">
This website does not use cookies or other tracking technology.
This site is powered by <a href="https://www.netlify.com">Netlify</a>.
</p>
</div>
</div>
</div>
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB