From 756e0012285ce8535558be193bf4e35a2b7e32c0 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Thu, 17 Sep 2026 18:23:57 +0000 Subject: [PATCH 1/3] chore: update ADOPTERS.md from global .github repo Signed-off-by: microcks-bot --- ADOPTERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index 9a3a402..8b2dcd0 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -9,7 +9,7 @@ Respect is a core principle in our open source community; see our [Code of Condu If you need to know why and how to add yourself to the list, please read the blog post "[Join the Microcks Adopters list](https://microcks.io/blog/join-adopters-list/) and Empower the vibrant open source Community 🙌" -This document also lists the organizations using Microcks based on public information in blog posts, events, and videos. If any organization would like to get added or removed, please edit this file (make a pull request) after following our [contribution guide](https://github.com/microcks/.github/blob/master/CONTRIBUTING.md) and by following these specifics guidelines: +This document also lists the organizations using Microcks based on public information in blog posts, events, and videos. If any organization would like to get added or removed, please edit this file (make a pull request) after following our [contribution guide](https://github.com/microcks/.github/blob/main/CONTRIBUTING.md) and by following these specifics guidelines: - Kindly include a reference (such as a link to a public blog post, video, slides, etc.) that mentions using Microcks. - You consent to have your company’s name and logo featured on the [Microcks.io website](https://microcks.io/), included in our adopters' section, and potentially displayed in our rotating logo carousel. - Adopter type follows the [CNCF definitions outlined](https://github.com/cncf/toc/blob/main/FAQ.md#what-is-the-definition-of-an-adopter): CNCF `End-User` member, `Another project`, `end user`, `Service Provider` or `Consultancy`. From ae4441c9ce7461c7ae7a4dcc9403926b5a97fcb8 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Thu, 17 Sep 2026 18:24:19 +0000 Subject: [PATCH 2/3] chore: update BACKERS.md from global .github repo Signed-off-by: microcks-bot --- BACKERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BACKERS.md b/BACKERS.md index 1dbe9f1..bbc87d2 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -26,7 +26,7 @@ If you'd like to help and support Microcks to [level up](https://www.cncf.io/pro ## Gold Sponsors [image width="250"]: # -[Become the first gold sponsor](hhttps://opencollective.com/microcks/contribute/gold-sponsors-61340/checkout?interval=month&amount=1000&name=&legalName=&email=) +[Become the first gold sponsor](https://opencollective.com/microcks/contribute/gold-sponsors-61340/checkout?interval=month&amount=1000&name=&legalName=&email=) ## Silver Sponsors [image width="200"]: # From b2e940ba47a6f47df362bb6bc273a03173670b71 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Thu, 17 Sep 2026 18:24:40 +0000 Subject: [PATCH 3/3] chore: update DEPENDENCY_POLICY.md from global .github repo Signed-off-by: microcks-bot --- DEPENDENCY_POLICY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPENDENCY_POLICY.md b/DEPENDENCY_POLICY.md index 10c51d6..ef82c33 100644 --- a/DEPENDENCY_POLICY.md +++ b/DEPENDENCY_POLICY.md @@ -8,7 +8,7 @@ The list of external dependencies in this Microcks repository with their current ## Declaring external dependencies Depending on the Microcks Core or Module/extension technology stack, all external dependencies should be declared -in either [pom.xml](pom.xml), [package.json](package.json) or [go.mod](go.mod) root files. +in either `pom.xml`, `package.json` or `go.mod` root files. Dependency declarations must: @@ -48,7 +48,7 @@ basis: * Core Microcks dependencies will be updated by the Microcks maintainers/security team. -* Module/extension [CODEOWNERS](./CODEOWNERS) should update extension specific dependencies. +* Module/extension `CODEOWNERS` should update extension specific dependencies. Where possible, we prefer the latest release version for external dependencies, rather than main branch GitHub SHA tarballs. @@ -61,4 +61,4 @@ The following dependencies are exempt from the policy: * Any developer-only facing tooling or the documentation build. -* Transitive build time dependencies. \ No newline at end of file +* Transitive build time dependencies.