From b95043e38d96ebd512ba19b06a4df5a85179f908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:19:10 +0200 Subject: [PATCH 1/3] Bump postcss from 8.4.28 to 8.4.31 (#86) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56b72970c9..dcbacb332c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12204,9 +12204,9 @@ } }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", From ef6813cde3e8a3596f3a1ab7c7d507f773f4f866 Mon Sep 17 00:00:00 2001 From: Juan Pedro Torres Date: Mon, 9 Oct 2023 15:32:27 +0200 Subject: [PATCH 2/3] Added tender identifier to IAM resources (#83) Signed-off-by: Juan Pedro Torres Co-authored-by: Juan Pedro Torres Co-authored-by: Ralf Heiringhoff --- community/cloud-resources/cloud-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/cloud-resources/cloud-resources.md b/community/cloud-resources/cloud-resources.md index 144f124154..880829cb31 100644 --- a/community/cloud-resources/cloud-resources.md +++ b/community/cloud-resources/cloud-resources.md @@ -51,7 +51,7 @@ Service users will have their default_project_id set to a specific project and w | b43cfafbcf1f4eb08865b2886c29e09b | p500924-cluster-api-session | garloff | cluster-api hands on session | ∞ | | 9b7a73e516be4cd1acbd63d543985c52 | p500924-gonicus-dev | o-otte | GONICUS GmbH | ∞ | | 3829cc7c8f034fc985f5055a1df6f247 | p500924-scs-healthmonitor | garloff | SCS Health Monitor | ∞ | -| b97d38bf128b4479981c4dbe2ef70cd5 | p500924-SIG-IAM | fkr | SIG IAM | ∞ | +| b97d38bf128b4479981c4dbe2ef70cd5 | p500924-SIG-IAM | fkr | SIG IAM and VP08 | ∞ | | 9de7d8dc2d674e52be44904d6b338b0b | p500924-cloudmon | costelter | CloudMon Test Project | 31.12.2023 | | 2c9e0e4ef8d44c36807df50b06b3c81d | p500924-cloudmon-target | costelter | Target project for CloudMon tests | 31.12.2023 | | 3501db829014406884990a1016f3e25d | p500924-sig-monitoring1 | fkr | SIG Monitoring - cloudmon target | 31.12.2023 | From 1841737b4acc79cac6bd1cb60715656c0674dba7 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 10 Oct 2023 10:00:05 +0200 Subject: [PATCH 3/3] Add the openstack-flavor-manager docs (#88) Signed-off-by: Christian Berendt --- docs.package.json | 6 ++++++ sidebarsDocs.js | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/docs.package.json b/docs.package.json index 2b21885363..c9097c2985 100644 --- a/docs.package.json +++ b/docs.package.json @@ -11,6 +11,12 @@ "target": "docs/02-iaas/components", "label": "" }, + { + "repo": "osism/osism.github.io", + "source": "docs/guides/operations-guide/openstack/flavor-manager.md", + "target": "docs/02-iaas/components", + "label": "" + }, { "repo": "SovereignCloudStack/k8s-cluster-api-provider", "source": "doc", diff --git a/sidebarsDocs.js b/sidebarsDocs.js index df3f6eec61..3fb120e463 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -90,6 +90,11 @@ const sidebarsDocs = { label: "Openstack Image Manager", id: "iaas/components/image-manager", }, + { + type: "doc", + label: "Openstack Flavor Manager", + id: "iaas/components/flavor-manager", + }, ], }, ],