Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/4ddx/layer5
Browse files Browse the repository at this point in the history
  • Loading branch information
4ddx committed Aug 20, 2023
2 parents 7be125a + e1cd0c8 commit b439176
Show file tree
Hide file tree
Showing 80 changed files with 1,434 additions and 208 deletions.
39 changes: 39 additions & 0 deletions .desktop-lighthouserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
module.exports = {
"ci": {
"collect": {
"settings": {
"preset": "desktop"
},
"staticDistDir": "./public",
"url": [
"http://localhost/404/index.html?desktop",
"http://localhost/?desktop",
"http://localhost/company/about/index.html?desktop",
"http://localhost/cloud-native-management/meshery/index.html?desktop",
"http://localhost/cloud-native-management/meshmap/index.html?desktop",
"http://localhost/learn/learning-paths/index.html?desktop",
"http://localhost/learn/service-mesh-books/index.html?desktop",
"http://localhost/learn/service-mesh-workshops/index.html?desktop",
"http://localhost/learn/index.html?desktop",
"http://localhost/blog/index.html?desktop",
"http://localhost/resources/index.html?desktop",
"http://localhost/careers/index.html?desktop",
"http://localhost/community/members/index.html?desktop",
"http://localhost/community/meshmates/index.html?desktop",
"http://localhost/community/events/index.html?desktop",
"http://localhost/community/newcomers/index.html?desktop",
],
},
"assert": {
"assertions": {
"categories:performance": ["warn", {"minScore": .90}],
"categories:accessibility": ["warn", {"minScore": .90}],
"categories:best-practices": ["warn", {"minScore": .90}],
"categories:seo": ["warn", {"minScore": .90}],
}
},
"upload": {
"target": "temporary-public-storage",
},
}
};
3 changes: 3 additions & 0 deletions .github/workflows/lighthouseci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
node-version: 19
- run: npm install && npm install -g @lhci/[email protected]
- run: CI=false npm run build
- run: lhci collect --config=.desktop-lighthouserc.js
- run: lhci assert --config=.desktop-lighthouserc.js
- run: lhci upload
- run: lhci autorun
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
overrides: {
// or disable plugins
inlineStyles: false,
cleanupIDs: false,
cleanupIds: false,
}
}
},
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-plugin-styled-components": "^5.25.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-redirect-from": "^0.5.0",
"gatsby-redirect-from": "^1.0.4",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"gbimage-bridge": "^0.2.2",
Expand Down Expand Up @@ -103,7 +103,7 @@
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-parser": "^7.22.9",
"babel-plugin-module-resolver": "^5.0.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/discuss/html/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<h3 class="section-title"><a href="https://layer5.io/learn">RESOURCES</a></h3>
<h5 class="footer-h5"><a href="https://layer5.io/learn/learning-paths">Learning Paths</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/resources">Resource Library</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/learn/service-mesh-books">Service Mesh Books</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/learn/service-mesh-workshops">Service Mesh Workshops</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/learn/service-mesh-books">Cloud Native Books</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/learn/service-mesh-workshops">Cloud Native Workshops</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/service-mesh-landscape#service-mesh-comaprison-matrix">Service Mesh Comparison</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/learn/service-mesh-labs">Service Mesh Interactive Labs</a></h5>
<h5 class="footer-h5"><a href="https://layer5.io/learn/service-mesh-labs">Cloud Native Interactive Labs</a></h5>
</div>
<div class="even-col footer-sections footer-community">
<h3 class="section-title"><a href="https://layer5.io/community">COMMUNITY</a></h3>
Expand Down
Binary file added src/assets/images/gitops/GithubActionComment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/gitops/SMPTestConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/gitops/SMPconfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/tutorials/badge.webp
Binary file not shown.
Binary file added src/assets/images/tutorials/github.webp
Binary file not shown.
Binary file added src/assets/images/tutorials/profile.webp
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Layer5 💚's Open Source
subtitle: HashiCorp Relicensing and Layer5's Partnership
date: 2023-08-11 08:00:00 -0530
author: Lee Calcote
thumbnail: ./layer5-open-source.png
darkthumbnail: ./layer5-open-source.png
description: "HashiCorp Relicensing and Layer5's Partnership"
type: Blog
category: Announcements
tags:
- Open Source
- Apache
- License
featured: false
published: true
---

import { BlogWrapper } from "../../Blog.style.js";
import { Link } from "gatsby";
import Button from "../../../../reusecore/Button";
import Blockquote from "../../../../reusecore/Blockquote";

<BlogWrapper>

Yesterday, [HashiCorp announced a change in their source code license](https://www.globenewswire.com/news-release/2023/08/10/2723189/0/en/HashiCorp-adopts-the-Business-Source-License-for-future-releases-of-its-products.html) from Mozilla Public License v2.0 (MPL 2.0) to the Business Source License (BSL, or BUSL) v1.1, effective in all future releases of HashiCorp’s core products, including Terraform, Vault, Consul, Boundary, Nomad, Waypoint, Packer, and Vagrant. HashiCorp APIs, SDKs, and with almost all other libraries remaining MPLv2.

[HashiCorp and Layer5 partnered](/company/news/layer5-hashicorp-launch-service-mesh-partnership) early at the start of Layer5 and continues to be a technology partner. Layer5's projects and products are unaffected by HashiCorp relicensing their software yesterday. Layer5 stands with the open source community and with source-available HashiCorp.


Layer5's sprawling [portfolio of projects](/projects) [are open source](/blog/community/meshery-surpasses-1000-contributors), pervasively using the Apache 2.0 license. Layer5 is a [community-first organization](/company/about).

Under an open core model, we look forward to continuing to serve our customers with open source and our amazing, fast-growing [community](/community) at the center of our focus.

</BlogWrapper>

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
import styled from "styled-components";
export const Blog = styled.div`
img.badge-modal{
display: block;
margin: 0 auto;
max-width: 625px
}
div.badge-grid {
display: flex;
flex-wrap: wrap;
text-align: center;
flex-direction: row;
justify-content: center;
> div {
display: flex;
flex-direction: column;
flex-grow: 1;
max-width: 20%;
margin: 1rem;
align-items: center;
> span {
font-weight: bold;
padding-top: 0.8rem;
}
> img {
max-width: 225px;
}
}
}
@media (max-width: 1200px) {
div.badge-grid > div {
max-width: 29%;
}
}
@media (max-width: 992px) {
div.badge-grid > div {
max-width: 45%;
}
}
@media (max-width: 670px) {
div.badge-grid > div {
max-width: 95%;
}
}
`;
Loading

0 comments on commit b439176

Please sign in to comment.