Skip to content

Commit 0ee4895

Browse files
Merge branch 'master' into limit-enterprise-users
2 parents 16df167 + 94a7430 commit 0ee4895

29 files changed

Lines changed: 2847 additions & 622 deletions

File tree

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"simple-react-lightbox": "^3.6.9-0",
114114
"slick-carousel": "^1.8.1",
115115
"styled-components": "^6.1.14",
116-
"swiper": "^11.1.15",
116+
"swiper": "^12.0.2",
117117
"url": "^0.11.3",
118118
"webpack-filter-warnings-plugin": "^1.2.1",
119119
"xstate": "^5.13.0"
Binary file not shown.

src/collections/events/2025/hacktoberfest-2025/index.mdx

Lines changed: 109 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,128 @@ darkthumbnail: ./hacktoberfest-layer5-first-pr.webp
66
date: 2025-10-03
77
eurl: https://youtube.com/live/1-oaEy0Pm5I?feature=share
88
type: Event
9-
speakers: [Ritesh Karankal, Aabid Sofi, Yash Sharma, Eti Ijeoma, Darshan Narasimha]
109
published: true
1110
upcoming: true
1211
register: true
1312
---
1413

15-
import { Link } from "gatsby" ;
16-
import hacktoberfestBadge from "./layer5-hacktoberfest2025-badge.png";
14+
import { Link } from "gatsby";
15+
import { Grid2 } from "@sistent/sistent";
16+
import hacktoberfest2025 from "./layer5-hacktoberfest2025-badge.png";
1717
import hacktoberfestFirstPR from "./hacktoberfest-layer5-first-pr.webp";
1818
import hacktoberfestOpenArms from "./hacktoberfest-layer5-open-arms.webp";
19-
import hacktoberfestTheme from "./hacktoberfest-meshery-theme.webp";
2019

2120
<p>
22-
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner, and it’s an exciting opportunity to get involved in Layer5 projects. You might be surprised to learn how even small contributions can make a meaningful impact on a project. As projects grow, issues can easily go unnoticed, and your efforts in resolving them can truly make a difference while also helping you grow as a contributor.
21+
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the
22+
corner, and it's an exciting opportunity to get involved in Layer5 projects.
23+
You might be surprised to learn how even small contributions can make a
24+
meaningful impact on a project. As projects grow, issues can easily go
25+
unnoticed, and your efforts in resolving them can truly make a difference
26+
while also helping you grow as a contributor.
2327
</p>
2428

25-
<p>As in years past, Layer5 has a number of different projects and a variety of technologies for participants to choose from. For Hacktoberfest 2025, our theme will center on Designing with Meshery. <Link to="/cloud-native-management/meshery">Meshery</Link> is an extensible, self-service platform for collaborative infrastructure management. Be sure to understand the <Link to="/blog/meshery/comparing-meshery-models-and-meshery-designs">difference between Meshery Models and Meshery Designs</Link>. The Meshery project is looking for contributors to extend these models to support new cloud native infrastructure and their features.</p>
26-
2729
<p>
28-
Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and Maintainers. Spend an hour with seasoned, open source maintainers and hack your way through. To get a head start, see our <Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with the Layer5 community through our <Link to="/community/handbook">Community Handbook</Link>.
30+
As in years past, Layer5 has a number of different projects and a variety of
31+
technologies for participants to choose from. For Hacktoberfest 2025, our
32+
theme will center on Designing with Meshery.{" "}
33+
<Link to="/cloud-native-management/meshery">Meshery</Link> is an extensible,
34+
self-service platform for collaborative infrastructure management. Be sure to
35+
understand the{" "}
36+
<Link to="/blog/meshery/comparing-meshery-models-and-meshery-designs">
37+
difference between Meshery Models and Meshery Designs
38+
</Link>
39+
. The Meshery project is looking for contributors to extend these models to
40+
support new cloud native infrastructure and their features.
2941
</p>
3042

31-
<div style={{ display: 'flex', alignItems: 'flex-start', marginBottom: '-230px' }}>
32-
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start' , marginBottom: '-20px' }}>
33-
<h3 style={{ margin: '0', marginBottom: '10px', whiteSpace: 'nowrap' }}>Earn a Badge</h3>
34-
<p style={{ margin: '0', width: '900px' }}>
35-
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.
36-
</p>
37-
</div>
38-
<img src={hacktoberfestBadge} style={{ width: '250px', flexShrink: '0', marginLeft: '-60px' ,marginRight: '100px', marginTop: '-50px' }} />
39-
</div>
40-
41-
<img src={hacktoberfestOpenArms} style="display:block; justify-content:center; width: 750px; margin-right: auto;"/>
42-
43-
<h3 style={{marginBottom: '10px'}}>Event Details</h3>
43+
<img
44+
src={hacktoberfestOpenArms}
45+
style={{
46+
width: "100%",
47+
maxWidth: "750px",
48+
height: "auto",
49+
display: "block",
50+
margin: "20px 0"
51+
}}
52+
alt="Hacktoberfest Open Arms"
53+
/>
4454

45-
<ul>
46-
<li><strong>DATE: </strong>October 3rd, 2025</li>
47-
<li><strong>TIME: </strong> 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)</li>
48-
<li><strong>LIVESTREAM:</strong> <a href="https://youtube.com/live/1-oaEy0Pm5I?feature=share">Livestream</a></li>
49-
</ul>
50-
51-
<p>Resources:</p>
55+
<p>
56+
Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects
57+
the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and
58+
Maintainers. Spend an hour with seasoned, open source maintainers and hack
59+
your way through. To get a head start, see our{" "}
60+
<Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with
61+
the Layer5 community through our{" "}
62+
<Link to="/community/handbook">Community Handbook</Link>.
63+
</p>
5264

53-
<ul>
54-
<li><Link to="/blog/open-source/ways-to-contribute-at-layer5">Code and Non-Code Contributing at Layer5</Link></li>
55-
<li><a href="https://github.com/issues?q=is%3Aopen%20is%3Aissue%20archived%3Afalse%20(org%3Alayer5io%20OR%20org%3Ameshery%20OR%20org%3Aservice-mesh-performance%20OR%20org%3Aservice-mesh-patterns%20OR%20org%3Alayer5labs%20OR%20org%3Ameshery-extensions)%20label%3Ahacktoberfest">Issues for Hacktoberfest</a></li>
56-
</ul>
65+
<Grid2 container spacing={2} style={{ margin: "30px 0" }}>
66+
<Grid2 size={{ xs: 12, md: 6 }}>
67+
<div style={{ maxWidth: "fit-content" }}>
68+
<h3 style={{ marginBottom: "10px" }}>Event Details</h3>
69+
<ul style={{ margin: "0", paddingBottom: "0" }}>
70+
<li>
71+
<strong>DATE: </strong>October 3rd, 2025
72+
</li>
73+
<li>
74+
<strong>TIME: </strong> 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)
75+
</li>
76+
<li>
77+
<strong>LIVESTREAM:</strong>{" "}
78+
<a href="https://youtube.com/live/1-oaEy0Pm5I?feature=share">Livestream</a>
79+
</li>
80+
</ul>
81+
<p style={{marginTop:"25px"}}>Resources:</p>
82+
<ul>
83+
<li>
84+
<Link to="/blog/open-source/ways-to-contribute-at-layer5">
85+
Code and Non-Code Contributing at Layer5
86+
</Link>
87+
</li>
88+
<li>
89+
<a href="https://github.com/issues?q=is%3Aopen%20is%3Aissue%20archived%3Afalse%20(org%3Alayer5io%20OR%20org%3Ameshery%20OR%20org%3Aservice-mesh-performance%20OR%20org%3Aservice-mesh-patterns%20OR%20org%3Alayer5labs%20OR%20org%3Ameshery-extensions)%20label%3Ahacktoberfest">
90+
Issues for Hacktoberfest
91+
</a>
92+
</li>
93+
</ul>
94+
<p style={{marginTop:"25px"}}>Speakers:</p>
95+
<ul>
96+
<li>
97+
<Link to="/community/members/ritesh-karankal">
98+
Ritesh Karankal
99+
</Link>
100+
</li>
101+
<li>
102+
<Link to="/community/members/aabid-sofi">
103+
Aabid Sofi
104+
</Link>
105+
</li>
106+
<li>
107+
<Link to="/community/members/yash-sharma">
108+
Yash Sharma
109+
</Link>
110+
</li>
111+
<li>
112+
<Link to="/community/members/eti-ijeoma">
113+
Eti Ijeoma
114+
</Link>
115+
</li>
116+
</ul>
117+
</div>
118+
</Grid2>
119+
<Grid2 size={{ xs: 12, md: 6 }}>
120+
<div style={{ display: "flex", flexDirection: "column", alignItems: "center" }}>
121+
<h3 style={{ marginTop: "0", marginBottom: "10px" }}>Earn a Badge</h3>
122+
<p style={{ margin: "0 0 16px 0", textAlign: "center" }}>
123+
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects
124+
during this Hacktoberfest.
125+
</p>
126+
<img
127+
src={hacktoberfest2025}
128+
style={{ width: "200px", maxWidth: "100%", height: "auto", display: "block", margin: "0 auto" }}
129+
alt="Hacktoberfest Badge"
130+
/>
131+
</div>
132+
</Grid2>
133+
</Grid2>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-cloudwatch-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ components: [
3232
"colorIcon": "icons/components/metric-stream/icons/color/metric-stream-color.svg",
3333
"whiteIcon": "icons/components/metric-stream/icons/white/metric-stream-white.svg",
3434
"description": "",
35+
},
36+
{
37+
"name": "dashboard",
38+
"colorIcon": "icons/components/dashboard/icons/color/dashboard-color.svg",
39+
"whiteIcon": "icons/components/dashboard/icons/white/dashboard-white.svg",
40+
"description": "",
3541
}]
3642
featureList: [
3743
"Provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, and optimize resource utilization.",

src/collections/members/ritesh-karankal/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ linkedin: riteshkarankal
88
layer5: bf6a3e39-503c-4f58-b244-e5243cfb7cd5
99
location: Chhattisgarh, India
1010
bio: Hi, I’m Ritesh Karankal I’m a CSE graduate, always curious and always learning with a focus on DevOps and related technologies.I’m passionate about contributing to open source, building distributed systems, exploring cloud-native tech, and diving into all things automation. Always excited to learn, share, and build cool stuff with the community.
11+
badges:
12+
- community
1113
status: Active
12-
maintainer: no
1314
meshmate: yes
15+
maintainer: no
1416
published: true
1517
---

0 commit comments

Comments
 (0)