From e2fc85beaba666ced1ed5f3d9e8b3249a48f8e03 Mon Sep 17 00:00:00 2001 From: David VIEJO Date: Sat, 26 Oct 2024 01:14:33 +0200 Subject: [PATCH] Change owner from hyperledger to hyperledger-bevel Signed-off-by: David VIEJO --- .goreleaser.yml | 2 +- .krew.yaml | 12 ++++++------ website-docs/docs/operator-guide/monitoring.md | 2 +- website-docs/docs/operator-guide/upgrade-operator.md | 2 +- website-docs/docs/user-guide/install-chaincode.mdx | 2 +- website-docs/docusaurus.config.ts | 10 +++++----- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index aad8ba80..4adcabae 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,7 +5,7 @@ project_name: hlf-operator release: name_template: "Version {{.Version}}" github: - owner: hyperledger + owner: hyperledger-bevel name: bevel-operator-fabric extra_files: - glob: "*.minisig" diff --git a/.krew.yaml b/.krew.yaml index f1057078..cbb99dc0 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -4,7 +4,7 @@ metadata: name: hlf spec: version: "{{ .TagName }}" - homepage: https://github.com/hyperledger/bevel-operator-fabric + homepage: https://github.com/hyperledger-bevel/bevel-operator-fabric shortDescription: "Deploy and manage Hyperledger Fabric components" description: | The kubectl-hlf plugin wraps the HLF Operator and provides a simple @@ -19,29 +19,29 @@ spec: matchLabels: os: darwin arch: amd64 - {{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_amd64.zip" .TagName | indent 6 }} + {{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_amd64.zip" .TagName | indent 6 }} bin: kubectl-hlf - selector: matchLabels: os: darwin arch: arm64 - {{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_arm64.zip" .TagName | indent 6 }} + {{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_darwin_arm64.zip" .TagName | indent 6 }} bin: kubectl-hlf - selector: matchLabels: os: linux arch: amd64 - {{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_amd64.zip" .TagName | indent 6 }} + {{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_amd64.zip" .TagName | indent 6 }} bin: kubectl-hlf - selector: matchLabels: os: linux arch: arm64 - {{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_arm64.zip" .TagName | indent 6 }} + {{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_linux_arm64.zip" .TagName | indent 6 }} bin: kubectl-hlf - selector: matchLabels: os: windows arch: amd64 - {{addURIAndSha "https://github.com/hyperledger/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_windows_amd64.zip" .TagName | indent 6 }} + {{addURIAndSha "https://github.com/hyperledger-bevel/bevel-operator-fabric/releases/download/{{ .TagName }}/hlf-operator_{{ .TagName }}_windows_amd64.zip" .TagName | indent 6 }} bin: kubectl-hlf.exe diff --git a/website-docs/docs/operator-guide/monitoring.md b/website-docs/docs/operator-guide/monitoring.md index 5d3f74aa..87bd1287 100644 --- a/website-docs/docs/operator-guide/monitoring.md +++ b/website-docs/docs/operator-guide/monitoring.md @@ -15,4 +15,4 @@ The CRDs for the orderer, peer, and certificate authority have an optional param scrapeTimeout: 10s ``` -There are some dashboards available in the Github repository for Grafana available at https://github.com/hyperledger/bevel-operator-fabric/dashboards. +There are some dashboards available in the Github repository for Grafana available at https://github.com/hyperledger-bevel/bevel-operator-fabric/dashboards. diff --git a/website-docs/docs/operator-guide/upgrade-operator.md b/website-docs/docs/operator-guide/upgrade-operator.md index b93c748e..2b63c71c 100644 --- a/website-docs/docs/operator-guide/upgrade-operator.md +++ b/website-docs/docs/operator-guide/upgrade-operator.md @@ -23,4 +23,4 @@ helm upgrade hlf-operator --values=values.yaml --version=$NEW_VERSION kfs/hlf-op ``` -After upgrading the operator, make sure it starts and there are no errors, in case there are and you don't know how to fix it, please, open an [issue in Github](https://github.com/hyperledger/bevel-operator-fabric/issues/new) +After upgrading the operator, make sure it starts and there are no errors, in case there are and you don't know how to fix it, please, open an [issue in Github](https://github.com/hyperledger-bevel/bevel-operator-fabric/issues/new) diff --git a/website-docs/docs/user-guide/install-chaincode.mdx b/website-docs/docs/user-guide/install-chaincode.mdx index 51dc1b9e..5584a4cf 100644 --- a/website-docs/docs/user-guide/install-chaincode.mdx +++ b/website-docs/docs/user-guide/install-chaincode.mdx @@ -67,7 +67,7 @@ The parameters are: - `--user`: The user to use to install the chaincode, this user must be defined in the network config file. - `--peer`: The peer to install the chaincode on. -If you don't have any chaincode packages, you can download them from [the bevel-operator-fabric github repository](https://github.com/hyperledger/bevel-operator-fabric/tree/main/fixtures/chaincodes/fabcar). +If you don't have any chaincode packages, you can download them from [the bevel-operator-fabric github repository](https://github.com/hyperledger-bevel/bevel-operator-fabric/tree/main/fixtures/chaincodes/fabcar). If no user is found in the networkConfig.yaml, the following error will be thrown: diff --git a/website-docs/docusaurus.config.ts b/website-docs/docusaurus.config.ts index 9ed27ff9..39db1f0f 100644 --- a/website-docs/docusaurus.config.ts +++ b/website-docs/docusaurus.config.ts @@ -64,7 +64,7 @@ const config: Config = { position: "left", }, { - href: "https://github.com/hyperledger/bevel-operator-fabric", + href: "https://github.com/hyperledger-bevel/bevel-operator-fabric", label: "GitHub", position: "right", }, @@ -95,7 +95,7 @@ const config: Config = { }, { label: "Github Issues", - href: "https://github.com/hyperledger/bevel-operator-fabric/issues", + href: "https://github.com/hyperledger-bevel/bevel-operator-fabric/issues", }, ], }, @@ -104,7 +104,7 @@ const config: Config = { items: [ { label: "GitHub", - href: "https://github.com/hyperledger/bevel-operator-fabric", + href: "https://github.com/hyperledger-bevel/bevel-operator-fabric", }, ], }, @@ -123,13 +123,13 @@ const config: Config = { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. editUrl: - "https://github.com/hyperledger/bevel-operator-fabric/edit/master/website/", + "https://github.com/hyperledger-bevel/bevel-operator-fabric/edit/master/website/", }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - "https://github.com/hyperledger/bevel-operator-fabric/edit/master/website/blog/", + "https://github.com/hyperledger-bevel/bevel-operator-fabric/edit/master/website/blog/", }, theme: { customCss: require.resolve("./src/css/custom.css"),