Skip to content

Commit 64022c9

Browse files
committed
Merge branch 'master' into feature/avan/550
2 parents 899bd79 + b8e0156 commit 64022c9

89 files changed

Lines changed: 1536 additions & 108 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/release-drafter.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/hugo.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ permissions:
1818
pages: write
1919
id-token: write
2020

21-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
22-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2321
concurrency:
24-
group: "pages"
25-
cancel-in-progress: false
22+
group: "pages-deployment"
23+
cancel-in-progress: true # Only latest deployment runs
2624

2725
# Default to bash
2826
defaults:

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
✔️ <em><strong>Explore more</strong></em> in the <a href="https://layer5.io/community/handbook">Community Handbook</a>.<br />
3838
</p>
3939
</div>
40-
Explore tutorials and documentation by product in the docs.layer5.io website; documentation and developer resources of Layer5 products.
40+
Explore tutorials and documentation by product in the https://docs.layer5.io website; documentation and developer resources of Layer5 products.
4141

4242
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in 🚀
4343

assets/scss/_search_project.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
.td-search__icon {
9696
display: flex;
9797
color: $input-placeholder-color;
98+
background-color: var(--bs-body-bg);
99+
padding-right: 0.2rem;
98100
}
99101
}
100102
}
@@ -168,4 +170,12 @@
168170

169171
.form-control {
170172
border: 1px solid #ced4da;
171-
}
173+
}
174+
input[type="search"]::-webkit-search-cancel-button {
175+
filter: invert(55%) sepia(75%) saturate(380%) hue-rotate(135deg) brightness(95%) contrast(90%);
176+
cursor: pointer;
177+
transform: scale(1.1);
178+
}
179+
input[type="search"]::-webkit-search-cancel-button:hover {
180+
filter: invert(60%) sepia(95%) saturate(500%) hue-rotate(140deg) brightness(100%) contrast(100%);
181+
}

build/meshery-cloud.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.271
1+
v0.8.287

build/meshery-extensions.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.108-1
1+
v0.8.115-1

charts/index.yaml

Lines changed: 241 additions & 1 deletion
Large diffs are not rendered by default.

charts/layer5-cloud-v0.8.272.tgz

52 KB
Binary file not shown.

charts/layer5-cloud-v0.8.273.tgz

51.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)