Skip to content

Commit df02a0d

Browse files
authored
remove remaining weave.works email addresses (#4590)
1 parent 1f7b958 commit df02a0d

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
id: create-pull-request
9595
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
9696
with:
97-
author: weave-gitops-bot <weave-gitops-bot@weave.works>
97+
author: weave-gitops-bot <weave-gitops-bot@weaveworks.org>
9898
signoff: true
99-
committer: weave-gitops-bot <weave-gitops-bot@weave.works>
99+
committer: weave-gitops-bot <weave-gitops-bot@weaveworks.org>
100100
branch: ${{ env.BRANCH }}
101101
base: main
102102
title: "Updates for ${{ env.GITOPS_VERSION }}"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set tag
3232
run: |
3333
git config user.name weave-gitops-bot
34-
git config user.email weave-gitops-bot@weave.works
34+
git config user.email weave-gitops-bot@weaveworks.org
3535
git tag -a ${{ steps.release-version.outputs.version }} -m ${{ steps.release-version.outputs.version }}
3636
git push origin tag ${{ steps.release-version.outputs.version }}
3737

.github/workflows/upgrade-flux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Create Pull Request
4646
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
4747
with:
48-
author: weave-gitops-bot <weave-gitops-bot@weave.works>
48+
author: weave-gitops-bot <weave-gitops-bot@weaveworks.org>
4949
signoff: true
50-
committer: weave-gitops-bot <weave-gitops-bot@weave.works>
50+
committer: weave-gitops-bot <weave-gitops-bot@weaveworks.org>
5151
branch: upgrade-flux
5252
base: main
5353
title: "Upgrade flux to ${{ needs.has-new-flux.outputs.version }}"

.goreleaser.brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ brews:
44
name: homebrew-tap
55
commit_author:
66
name: weave-gitops-bot
7-
email: weave-gitops-bot@weave.works
7+
email: weave-gitops-bot@weaveworks.org
88
folder: Formula
99
homepage: "https://docs.gitops.weaveworks.org/docs/getting-started"
1010
description: "GitOps support for Kubernetes"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ For more information please see the [docs](https://docs.gitops.weaveworks.org/do
126126

127127
## FAQ
128128

129-
Please see our Weave GitOps OSS [FAQ](https://www.weave.works/faqs-for-weave-gitops)
129+
Please see our Weave GitOps OSS [FAQ](https://www.weaveworks.org/faqs-for-weave-gitops)
130130

131131
## Contribution
132132

pkg/services/gitrepo/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func CommitAndPush(ctx context.Context, client git.Git, commitMsg string, logger
1515
logger.Actionf("Committing and pushing gitops updates for application")
1616

1717
_, err := client.Commit(git.Commit{
18-
Author: git.Author{Name: "Weave Gitops", Email: "weave-gitops@weave.works"},
18+
Author: git.Author{Name: "Weave Gitops", Email: "weave-gitops@weaveworks.org"},
1919
Message: commitMsg,
2020
}, filters...)
2121
if err != nil && !errors.Is(err, git.ErrNoStagedFiles) {

website/src/pages/security/cve/enterprise/CVE-2022-38790.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Given that the exposure comes from modifications done in `GitopsCluster` objects
3838
## For more information
3939

4040
If you have any questions or comments about this advisory:
41-
* Email us at [security@weave.works](mailto:security@weave.works)
41+
* Email us at [security@weaveworks.org](mailto:security@weaveworks.org)

0 commit comments

Comments
 (0)