diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 5e8428cb48..3b898364cc 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -94,9 +94,9 @@ jobs: id: create-pull-request uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: - author: weave-gitops-bot + author: weave-gitops-bot signoff: true - committer: weave-gitops-bot + committer: weave-gitops-bot branch: ${{ env.BRANCH }} base: main title: "Updates for ${{ env.GITOPS_VERSION }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 578b732d7e..203e08ec4f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: - name: Set tag run: | git config user.name weave-gitops-bot - git config user.email weave-gitops-bot@weave.works + git config user.email weave-gitops-bot@weaveworks.org git tag -a ${{ steps.release-version.outputs.version }} -m ${{ steps.release-version.outputs.version }} git push origin tag ${{ steps.release-version.outputs.version }} diff --git a/.github/workflows/upgrade-flux.yaml b/.github/workflows/upgrade-flux.yaml index 80c09240af..6ec9b18eab 100644 --- a/.github/workflows/upgrade-flux.yaml +++ b/.github/workflows/upgrade-flux.yaml @@ -45,9 +45,9 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: - author: weave-gitops-bot + author: weave-gitops-bot signoff: true - committer: weave-gitops-bot + committer: weave-gitops-bot branch: upgrade-flux base: main title: "Upgrade flux to ${{ needs.has-new-flux.outputs.version }}" diff --git a/.goreleaser.brew.yml b/.goreleaser.brew.yml index 787b171a0c..5168940780 100644 --- a/.goreleaser.brew.yml +++ b/.goreleaser.brew.yml @@ -4,7 +4,7 @@ brews: name: homebrew-tap commit_author: name: weave-gitops-bot - email: weave-gitops-bot@weave.works + email: weave-gitops-bot@weaveworks.org folder: Formula homepage: "https://docs.gitops.weaveworks.org/docs/getting-started" description: "GitOps support for Kubernetes" diff --git a/README.md b/README.md index 07ee6c0636..0346dc3edb 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ For more information please see the [docs](https://docs.gitops.weaveworks.org/do ## FAQ -Please see our Weave GitOps OSS [FAQ](https://www.weave.works/faqs-for-weave-gitops) +Please see our Weave GitOps OSS [FAQ](https://www.weaveworks.org/faqs-for-weave-gitops) ## Contribution diff --git a/pkg/services/gitrepo/service.go b/pkg/services/gitrepo/service.go index 950e7aa229..0ea2e8c72d 100644 --- a/pkg/services/gitrepo/service.go +++ b/pkg/services/gitrepo/service.go @@ -15,7 +15,7 @@ func CommitAndPush(ctx context.Context, client git.Git, commitMsg string, logger logger.Actionf("Committing and pushing gitops updates for application") _, err := client.Commit(git.Commit{ - Author: git.Author{Name: "Weave Gitops", Email: "weave-gitops@weave.works"}, + Author: git.Author{Name: "Weave Gitops", Email: "weave-gitops@weaveworks.org"}, Message: commitMsg, }, filters...) if err != nil && !errors.Is(err, git.ErrNoStagedFiles) { diff --git a/website/src/pages/security/cve/enterprise/CVE-2022-38790.md b/website/src/pages/security/cve/enterprise/CVE-2022-38790.md index 1d21eba664..3e540014b4 100644 --- a/website/src/pages/security/cve/enterprise/CVE-2022-38790.md +++ b/website/src/pages/security/cve/enterprise/CVE-2022-38790.md @@ -38,4 +38,4 @@ Given that the exposure comes from modifications done in `GitopsCluster` objects ## For more information If you have any questions or comments about this advisory: -* Email us at [security@weave.works](mailto:security@weave.works) +* Email us at [security@weaveworks.org](mailto:security@weaveworks.org)