Skip to content

Commit e76e2c5

Browse files
committed
Update current github urls with new org urls
This PR replaces github.com/weaveworks/eksctl with github.com/eksctl-io/eksctl
1 parent c253349 commit e76e2c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+158
-135
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you start writing:
2121
2. Download the latest version of eksctl to see whether the problem has already been fixed.
2222
2323
For more information on how to open a bug report in eksctl, please refer to our issue submission guide.
24-
https://github.com/weaveworks/eksctl/blob/main/CONTRIBUTING.md#opening-issues
24+
https://github.com/eksctl-io/eksctl/blob/main/CONTRIBUTING.md#opening-issues
2525
-->
2626

2727
### What were you trying to accomplish?

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to help us process this request faster, please provide as much detail a
1414
Before creating a feature request, please search existing issues to see if this request has already been made. If there is a similar feature request please up-vote it and/or add your comments to it instead.
1515
1616
For more information on how to contribute to eksctl, please refer to our contributing docs.
17-
https://github.com/weaveworks/eksctl/blob/main/CONTRIBUTING.md#opening-issues
17+
https://github.com/eksctl-io/eksctl/blob/main/CONTRIBUTING.md#opening-issues
1818
-->
1919

2020
### What feature/behavior/change do you want?

.github/ISSUE_TEMPLATE/request-for-help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before creating a new request for help, please search existing issue to see if y
1414
If there is a similar feature request please up-vote it and/or add your comments to it instead
1515
1616
For more information on how to request help on eksctl, please refer to our community docs.
17-
https://github.com/weaveworks/eksctl/blob/main/CONTRIBUTING.md#opening-issues
17+
https://github.com/eksctl-io/eksctl/blob/main/CONTRIBUTING.md#opening-issues
1818
-->
1919

2020
### What help do you need?

.github/workflows/greetings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/first-interaction@v1
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
issue-message: 'Hello ${{ github.event.issue.user.login }} :wave: Thank you for opening an issue in `eksctl` project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines [here](https://github.com/weaveworks/eksctl#contributions). You can find out more information about `eksctl` on our [website](https://eksctl.io)'
16-
pr-message: 'Hello ${{ github.event.pull_request.user.login }} :wave: Thank you for opening a Pull Request in `eksctl` project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines [here](https://github.com/weaveworks/eksctl#contributions). You can find out more information about `eksctl` on our [website](https://eksctl.io)'
15+
issue-message: 'Hello ${{ github.event.issue.user.login }} :wave: Thank you for opening an issue in `eksctl` project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines [here](https://github.com/eksctl-io/eksctl#contributions). You can find out more information about `eksctl` on our [website](https://eksctl.io)'
16+
pr-message: 'Hello ${{ github.event.pull_request.user.login }} :wave: Thank you for opening a Pull Request in `eksctl` project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines [here](https://github.com/eksctl-io/eksctl#contributions). You can find out more information about `eksctl` on our [website](https://eksctl.io)'

.github/workflows/publish-release-type.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a
5757
with:
5858
slack_token: ${{ secrets.slackToken }}
59-
message: ":cool-doge: ${{ inputs.name }} successful for tag <https://github.com/weaveworks/eksctl/releases/tag/${{ steps.get_version.outputs.version }}|${{ steps.get_version.outputs.version }}>"
59+
message: ":cool-doge: ${{ inputs.name }} successful for tag <https://github.com/eksctl-io/eksctl/releases/tag/${{ steps.get_version.outputs.version }}|${{ steps.get_version.outputs.version }}>"
6060
channel: team-pitch-black
6161
color: green
6262
verbose: false
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a
6666
with:
6767
slack_token: ${{ secrets.slackToken }}
68-
message: ":ahhhhhhhhh: ${{ inputs.name }} has failed for tag <https://github.com/weaveworks/eksctl/releases/tag/${{ steps.get_version.outputs.version }}|${{ steps.get_version.outputs.version }}>"
68+
message: ":ahhhhhhhhh: ${{ inputs.name }} has failed for tag <https://github.com/eksctl-io/eksctl/releases/tag/${{ steps.get_version.outputs.version }}|${{ steps.get_version.outputs.version }}>"
6969
channel: team-pitch-black
7070
color: red
7171
verbose: true
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a
7575
with:
7676
slack_token: ${{ secrets.slackToken }}
77-
message: ":tada: <https://github.com/weaveworks/eksctl/releases/tag/${{ steps.get_version.outputs.version }}|${{ steps.get_version.outputs.version }}> released!"
77+
message: ":tada: <https://github.com/eksctl-io/eksctl/releases/tag/${{ steps.get_version.outputs.version }}|${{ steps.get_version.outputs.version }}> released!"
7878
channel: aws-dev
7979
color: green
8080
verbose: false

.github/workflows/update-generated.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454
with:
5555
github-token: ${{ secrets.EKSCTLBOT_TOKEN }}
5656
script: |
57-
const { data: pr } = await github.pulls.create({
57+
const { data: pr } = await github.rest.pulls.create({
5858
...context.repo,
5959
title: "Update aws-node",
6060
head: "${{ env.UPDATE_BRANCH }}",
6161
base: "${{ env.DEFAULT_BRANCH }}",
6262
});
63-
await github.issues.addLabels({
63+
await github.rest.issues.addLabels({
6464
...context.repo,
6565
issue_number: pr.number,
6666
labels: ["kind/improvement"],

.goreleaser-local.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ builds:
88
env:
99
- CGO_ENABLED=0
1010
ldflags:
11-
- -s -w -X github.com/weaveworks/eksctl/pkg/version.buildDate={{.Date}} -X github.com/weaveworks/eksctl/pkg/version.gitCommit={{.ShortCommit}}
11+
- -s -w -X github.com/eksctl-io/eksctl/pkg/version.buildDate={{.Date}} -X github.com/eksctl-io/eksctl/pkg/version.gitCommit={{.ShortCommit}}
1212
goos:
1313
- windows
1414
- darwin

.goreleaser.brew.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ brews:
2020
- aws-iam-authenticator
2121

2222
custom_block: |
23-
head "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_Darwin_amd64.tar.gz"
23+
head "https://github.com/eksctl-io/eksctl/releases/download/latest_release/eksctl_Darwin_amd64.tar.gz"
2424
2525
install: |
2626
bin.install "eksctl"

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ builds:
1414
- CGO_ENABLED=0
1515
ldflags:
1616
# gitTag set from a generated file (see ./tag_release.sh)
17-
- -s -w -X github.com/weaveworks/eksctl/pkg/version.buildDate={{.Date}} -X github.com/weaveworks/eksctl/pkg/version.gitCommit={{.ShortCommit}} -X github.com/weaveworks/eksctl/pkg/version.PreReleaseID={{.Env.PRE_RELEASE_ID}}
17+
- -s -w -X github.com/eksctl-io/eksctl/pkg/version.buildDate={{.Date}} -X github.com/eksctl-io/eksctl/pkg/version.gitCommit={{.ShortCommit}} -X github.com/eksctl-io/eksctl/pkg/version.PreReleaseID={{.Env.PRE_RELEASE_ID}}
1818
goos:
1919
- windows
2020
- darwin

ATTRIBUTIONS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[//]: # (File generated by gen-attributions. DO NOT EDIT.)
44

5-
The github.com/weaveworks/eksctl source code is licensed under the
5+
The github.com/eksctl-io/eksctl source code is licensed under the
66
Apache License, version 2.0. A copy of this license is available in the
77
[LICENSE](LICENSE) file in the root source code directory and is included,
8-
along with this document, in any images containing github.com/weaveworks/eksctl
8+
along with this document, in any images containing github.com/eksctl-io/eksctl
99
binaries.
1010

1111
## Package dependencies
1212

13-
The module github.com/weaveworks/eksctl depends on a number of Open Source Go packages. Direct
13+
The module github.com/eksctl-io/eksctl depends on a number of Open Source Go packages. Direct
1414
dependencies are listed in the ./go.mod file.
1515
Those direct package dependencies have some dependencies of their own (known as
1616
"transitive dependencies")

COMMUNITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We welcome all contributions and user feedback to the project.
4040
- End users. In other words the reason why we are all here!
4141
- Community contributors. These could be end users themselves, or those working
4242
on their open-source game.
43-
- Maintainers. _See [the maintainer docs](https://github.com/weaveworks/eksctl-handbook) for a list
43+
- Maintainers. _See [the maintainer docs](https://github.com/eksctl-io/eksctl-handbook) for a list
4444
of maintainer responsibilities._
4545

4646
Decisions are made by Maintainers with input from both Amazon and the community.

CONTRIBUTING.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clear, we also accept contributions to this contribution doc :smile:.
1414
For information on how to get in touch, or how the project is run, please see
1515
the [Community page](COMMUNITY.md).
1616

17-
_(If you are a Maintainer, head over to the [Maintainer's guide](https://github.com/weaveworks/eksctl-handbook).)_
17+
_(If you are a Maintainer, head over to the [Maintainer's guide](https://github.com/eksctl-io/eksctl-handbook).)_
1818

1919
Reading docs is often tedious, so we'll put our most important contributing rule
2020
right at the top: **Always be kind!**
@@ -78,9 +78,9 @@ Here is a non-exhaustive list of ways you can help out:
7878
We have 3 forms of issue: [bug reports](#bug-report-guide), [feature requests](#feature-request-guide) and [help requests](#help-request-guide).
7979
If you are not sure which category you need, just make the best guess and provide as much information as possible.
8080
1. Help out others in the [eksctl slack channel](https://slack.k8s.io/messages/eksctl/). :sos:
81-
1. Chime in on [bugs](https://github.com/weaveworks/eksctl/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fbug+), [feature requests](https://github.com/weaveworks/eksctl/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Ffeature) and asks for [help](https://github.com/weaveworks/eksctl/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fhelp). :thought_balloon:
82-
1. Dig into some [`needs-investigation` issues](https://github.com/weaveworks/eksctl/labels/needs-investigation) :detective:
83-
1. Get involved in some [PR reviews](https://github.com/weaveworks/eksctl/pulls). :nerd_face:
81+
1. Chime in on [bugs](https://github.com/eksctl-io/eksctl/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fbug+), [feature requests](https://github.com/eksctl-io/eksctl/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Ffeature) and asks for [help](https://github.com/eksctl-io/eksctl/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fhelp). :thought_balloon:
82+
1. Dig into some [`needs-investigation` issues](https://github.com/eksctl-io/eksctl/labels/needs-investigation) :detective:
83+
1. Get involved in some [PR reviews](https://github.com/eksctl-io/eksctl/pulls). :nerd_face:
8484
1. Review old issues; poke or suggest closing ones which are stale or follow up those which still look good. :speech_balloon:
8585
1. Think deeply about the future of `eksctl`, then [talk about it](#proposals). :crystal_ball:
8686

@@ -236,7 +236,7 @@ If you are not here to report a bug, ask for help or request some new behaviour,
236236
is the section for you. We have curated a set of issues for anyone who simply
237237
wants to build up their open-source cred :muscle:.
238238

239-
- Issues labelled [`good first issue`](https://github.com/weaveworks/eksctl/labels/good%20first%20issue)
239+
- Issues labelled [`good first issue`](https://github.com/eksctl-io/eksctl/labels/good%20first%20issue)
240240
should be accessible to folks new to the repo, as well as to open source in general.
241241

242242
These issues should present a low/non-existent barrier to entry with a thorough description,
@@ -252,7 +252,7 @@ wants to build up their open-source cred :muscle:.
252252

253253
See more on [asking for help](#asking-for-help) below!
254254

255-
- [`help wanted` issues](https://github.com/weaveworks/eksctl/labels/help%20wanted)
255+
- [`help wanted` issues](https://github.com/eksctl-io/eksctl/labels/help%20wanted)
256256
are for those a little more familiar with the code base, but should still be accessible enough
257257
to newcomers.
258258

@@ -422,15 +422,15 @@ tests you can get to work :tada: .
422422

423423
1. Write your solution. Try to align with existing patterns and standards.
424424
_However_, there is significant tech debt, so any refactoring or changes which would
425-
improve things even a little would be very welcome. (See [#2931](https://github.com/weaveworks/eksctl/issues/2931)
425+
improve things even a little would be very welcome. (See [#2931](https://github.com/eksctl-io/eksctl/issues/2931)
426426
for our current efforts.)
427427

428428
1. Try to commit in small chunks so that changes are well described
429429
and not lumped in with something unrelated. This will make debugging easier in
430430
the future.
431431
Make sure commit messages are in the [proper format](#commit-message-formatting).
432432

433-
1. Be sure to include at least unit tests to cover your changes. See the [addon](https://github.com/weaveworks/eksctl/blob/main/pkg/actions/addon)
433+
1. Be sure to include at least unit tests to cover your changes. See the [addon](https://github.com/eksctl-io/eksctl/blob/main/pkg/actions/addon)
434434
package for a good example of tests.
435435

436436
> NOTE: We are trying to move away from using [`mockery`](https://github.com/vektra/mockery)
@@ -591,7 +591,7 @@ The core team regularly processes incoming issues. There may be some delay over
591591

592592
Every issue will be assigned a `priority/<x>` label. The levels of priorities are:
593593

594-
- [`critical`](https://github.com/weaveworks/eksctl/labels/priority%2Fcritical): These are time sensitive issues which should be picked up immediately.
594+
- [`critical`](https://github.com/eksctl-io/eksctl/labels/priority%2Fcritical): These are time sensitive issues which should be picked up immediately.
595595
If an issue labelled `critical` is not assigned or being actively worked on,
596596
someone is expected to drop what they're doing immediately to work on it.
597597
This usually means the core team, but community members are welcome to claim
@@ -600,18 +600,18 @@ Every issue will be assigned a `priority/<x>` label. The levels of priorities ar
600600
they will be paired with a core team-member to manage the tracking, communication and release of any fix
601601
as well as to assume responsibility of all progess._
602602

603-
- [`important-soon`](https://github.com/weaveworks/eksctl/labels/priority%2Fimportant-soon): Must be assigned as soon as capacity becomes available.
603+
- [`important-soon`](https://github.com/eksctl-io/eksctl/labels/priority%2Fimportant-soon): Must be assigned as soon as capacity becomes available.
604604
Ideally something should be delivered in time for the next release.
605605

606-
- [`important-longterm`](https://github.com/weaveworks/eksctl/labels/priority%2Fimportant-longterm): Important over the long term, but may not be currently
606+
- [`important-longterm`](https://github.com/eksctl-io/eksctl/labels/priority%2Fimportant-longterm): Important over the long term, but may not be currently
607607
staffed and/or may require multiple releases to complete.
608608

609-
- [`backlog`](https://github.com/weaveworks/eksctl/labels/priority%2Fbacklog): There appears to be general agreement that this would be good to have,
609+
- [`backlog`](https://github.com/eksctl-io/eksctl/labels/priority%2Fbacklog): There appears to be general agreement that this would be good to have,
610610
but we may not have anyone available to work on it right now or in the immediate future.
611611
PRs are still very welcome, although it might take a while to get them reviewed if
612612
reviewers are fully occupied with higher priority issues, for example immediately before a release.
613613

614-
- [`needs-investigation`](https://github.com/weaveworks/eksctl/labels/needs-investigation): There is currently insufficient information to either categorize properly,
614+
- [`needs-investigation`](https://github.com/eksctl-io/eksctl/labels/needs-investigation): There is currently insufficient information to either categorize properly,
615615
or to understand and implement a solution. This could be because the issue opener did
616616
not provide enough relevant information, or because more in-depth research is required
617617
before work can begin.

LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright 2018 Weaveworks. All rights reserved.
1+
Copyright 2018 Weaveworks.
2+
Copyright 2023 The eksctl Authors.
3+
All rights reserved.
24

35
Licensed under the Apache License, Version 2.0 (the "License");
46
you may not use this file except in compliance with the License.

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `eksctl` - The official CLI for Amazon EKS ! <img src="userdocs/theme/assets/images/logo.png" alt="eksctl" width="4%"/>
22

3-
[![Go Report Card](https://goreportcard.com/badge/github.com/weaveworks/eksctl)](https://goreportcard.com/report/github.com/weaveworks/eksctl)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/eksctl-io/eksctl)](https://goreportcard.com/report/github.com/eksctl-io/eksctl)
44

55
`eksctl` is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. It is written in Go, and uses CloudFormation.
66

@@ -23,10 +23,10 @@ To download the latest release, run:
2323
ARCH=amd64
2424
PLATFORM=$(uname -s)_$ARCH
2525

26-
curl -sLO "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$PLATFORM.tar.gz"
26+
curl -sLO "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$PLATFORM.tar.gz"
2727

2828
# (Optional) Verify checksum
29-
curl -sL "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_checksums.txt" | grep $PLATFORM | sha256sum --check
29+
curl -sL "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_checksums.txt" | grep $PLATFORM | sha256sum --check
3030

3131
tar -xzf eksctl_$PLATFORM.tar.gz -C /tmp && rm eksctl_$PLATFORM.tar.gz
3232

@@ -35,13 +35,13 @@ sudo mv /tmp/eksctl /usr/local/bin
3535

3636
### For Windows
3737

38-
#### Direct download (latest release): [AMD64/x86_64](https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_windows_amd64.zip) - [ARMv6](https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_windows_armv6.zip) - [ARMv7](https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_windows_armv7.zip) - [ARM64](https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_windows_arm64.zip)
38+
#### Direct download (latest release): [AMD64/x86_64](https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_windows_amd64.zip) - [ARMv6](https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_windows_armv6.zip) - [ARMv7](https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_windows_armv7.zip) - [ARM64](https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_windows_arm64.zip)
3939

4040
Make sure to unzip the archive to a folder in the `PATH` variable.
4141

4242
Optionally, verify the checksum:
4343

44-
1. Download the checksum file: [latest](https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_checksums.txt)
44+
1. Download the checksum file: [latest](https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_checksums.txt)
4545
2. Use Command Prompt to manually compare `CertUtil`'s output to the checksum file downloaded.
4646

4747
```cmd
@@ -63,10 +63,10 @@ Optionally, verify the checksum:
6363
ARCH=amd64
6464
PLATFORM=windows_$ARCH
6565

66-
curl -sLO "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$PLATFORM.zip"
66+
curl -sLO "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$PLATFORM.zip"
6767

6868
# (Optional) Verify checksum
69-
curl -sL "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_checksums.txt" | grep $PLATFORM | sha256sum --check
69+
curl -sL "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_checksums.txt" | grep $PLATFORM | sha256sum --check
7070

7171
unzip eksctl_$PLATFORM.zip -d $HOME/bin
7272

@@ -226,7 +226,7 @@ Do not open security related issues in the open source project.
226226
227227
## Get in touch
228228
229-
[Create an issue](https://github.com/weaveworks/eksctl/issues/new), or login to [Eksctl Community Slack (#eksctl)][slackchan] ([signup][slackjoin]).
229+
[Create an issue](https://github.com/eksctl-io/eksctl/issues/new), or login to [Eksctl Community Slack (#eksctl)][slackchan] ([signup][slackjoin]).
230230
231231
[slackjoin]: https://slack.k8s.io/
232232
[slackchan]: https://slack.k8s.io/messages/eksctl/

0 commit comments

Comments
 (0)