Skip to content

Commit 47e1f7e

Browse files
authored
Merge pull request #2526 from vmware/change_github_org
account for move of repo from vmware-tanzu to vmware on GitHub
2 parents 8f58344 + 4fe8167 commit 47e1f7e

File tree

75 files changed

+232
-233
lines changed

Some content is hidden

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

75 files changed

+232
-233
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ assignees: ''
1717
- [ ] For go.mod direct dependencies that are v2 or above, such as `github.com/google/go-github/vXX`, check to see if there is a new major version available. Try using `hack/update-go-mod/update-majors.sh`.
1818
- [ ] Evaluate all `replace` directives in the `go.mod` file. Are those versions up-to-date? Can any `replace` directives be removed?
1919
- [ ] Evaluate all overrides in the `hack/update-go-mod/overrides.conf` file. Are those versions up-to-date? Can those overrides be removed?
20-
- [ ] Ensure that Pinniped's codegen is up-to-date with the latest Kubernetes releases by making sure this [file](https://github.com/vmware-tanzu/pinniped/blob/main/hack/lib/kube-versions.txt) is updated compared to the latest releases listed [here for active branches](https://kubernetes.io/releases/) and [here for non-active branches](https://kubernetes.io/releases/patch-releases/#non-active-branch-history)
20+
- [ ] Ensure that Pinniped's codegen is up-to-date with the latest Kubernetes releases by making sure this [file](https://github.com/vmware/pinniped/blob/main/hack/lib/kube-versions.txt) is updated compared to the latest releases listed [here for active branches](https://kubernetes.io/releases/) and [here for non-active branches](https://kubernetes.io/releases/patch-releases/#non-active-branch-history)
2121
- [ ] Ensure that the `k8s-code-generator` CI job definitions are up-to-date with the latest Go, K8s, and `controller-gen` versions
2222
- [ ] All relevant feature and docs PRs are merged
2323
- [ ] The [main pipeline](https://ci.pinniped.broadcom.net/teams/main/pipelines/main) is green, up to and including the `ready-to-release` job. Check that the expected git commit has passed the `ready-to-release` job.
2424
- [ ] Manually trigger the jobs `run-int-misc`, `run-int-cloud-providers`, and `run-int-k8s-versions` in the main pipeline to run other pre-release tests. Depending on the number of Concourse workers, you may need to run these one at a time.
2525
- [ ] Optional: a blog post for the release is written and submitted as a PR but not merged yet
2626
- [ ] All merged user stories are accepted (manually tested)
2727
- [ ] Only after all stories are accepted, manually trigger the `release` job to create a draft GitHub release
28-
- [ ] Manually edit the draft release notes on the [GitHub release](https://github.com/vmware-tanzu/pinniped/releases) to describe the contents of the release, using the format which was automatically added to the draft release
28+
- [ ] Manually edit the draft release notes on the [GitHub release](https://github.com/vmware/pinniped/releases) to describe the contents of the release, using the format which was automatically added to the draft release
2929
- [ ] Publish (i.e. make public) the draft release
3030
- [ ] After making the release public, the jobs in the [main pipeline](https://ci.pinniped.broadcom.net/teams/main/pipelines/main) beyond the release job should auto-trigger, so check to make sure that they passed
3131
- [ ] Edit the blog post's date to make it match the actual release date, and merge the blog post PR to make it live on the website

ADOPTERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ TMC uses Pinniped to provide a uniform authentication experience across all atta
3030
## Adding your organization to the list of adopters
3131

3232
If you are using Pinniped and would like to be included in the list of Pinniped Adopters, add an SVG version of your logo that is less than 150 KB to
33-
the [img directory](https://github.com/vmware-tanzu/pinniped/tree/main/site/themes/pinniped/static/img) in this repo and submit a pull request with your change including 1-2 sentences describing how your organization is using Pinniped. Name the image file something that
33+
the [img directory](https://github.com/vmware/pinniped/tree/main/site/themes/pinniped/static/img) in this repo and submit a pull request with your change including 1-2 sentences describing how your organization is using Pinniped. Name the image file something that
3434
reflects your company (e.g., if your company is called Acme, name the image acme.svg). Please feel free to send us a message in [#pinniped](https://kubernetes.slack.com/archives/C01BW364RJA) with any questions you may have.

CONTRIBUTING.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ The near-term and mid-term roadmap for the work planned for the project [maintai
2020
## Discussion
2121

2222
Got a question, comment, or idea? Please don't hesitate to reach out
23-
via GitHub [Discussions](https://github.com/vmware-tanzu/pinniped/discussions),
24-
GitHub [Issues](https://github.com/vmware-tanzu/pinniped/issues),
23+
via GitHub [Discussions](https://github.com/vmware/pinniped/discussions),
24+
GitHub [Issues](https://github.com/vmware/pinniped/issues),
2525
or in the Kubernetes Slack Workspace within the [#pinniped channel](https://go.pinniped.dev/community/slack).
2626
Join our [Google Group](https://go.pinniped.dev/community/group) to receive updates and meeting invitations.
2727

2828
## Issues
2929

3030
Need an idea for a project to get started contributing? Take a look at the open
31-
[issues](https://github.com/vmware-tanzu/pinniped/issues).
31+
[issues](https://github.com/vmware/pinniped/issues).
3232
Also check to see if any open issues are labeled with
33-
["good first issue"](https://github.com/vmware-tanzu/pinniped/labels/good%20first%20issue)
34-
or ["help wanted"](https://github.com/vmware-tanzu/pinniped/labels/help%20wanted).
33+
["good first issue"](https://github.com/vmware/pinniped/labels/good%20first%20issue)
34+
or ["help wanted"](https://github.com/vmware/pinniped/labels/help%20wanted).
3535

3636
### Bugs
3737

3838
To file a bug report, please first open an
39-
[issue](https://github.com/vmware-tanzu/pinniped/issues/new?template=bug_report.md). The project team
39+
[issue](https://github.com/vmware/pinniped/issues/new?template=bug_report.md). The project team
4040
will work with you on your bug report.
4141

42-
Once the bug has been validated, a [pull request](https://github.com/vmware-tanzu/pinniped/compare)
42+
Once the bug has been validated, a [pull request](https://github.com/vmware/pinniped/compare)
4343
can be opened to fix the bug.
4444

4545
For specifics on what to include in your bug report, please follow the
@@ -48,11 +48,11 @@ guidelines in the issue and pull request templates.
4848
### Features
4949

5050
To suggest a feature, please first open an
51-
[issue](https://github.com/vmware-tanzu/pinniped/issues/new?template=feature-proposal.md)
52-
and tag it with `proposal`, or create a new [Discussion](https://github.com/vmware-tanzu/pinniped/discussions).
51+
[issue](https://github.com/vmware/pinniped/issues/new?template=feature-proposal.md)
52+
and tag it with `proposal`, or create a new [Discussion](https://github.com/vmware/pinniped/discussions).
5353
The project [maintainers](MAINTAINERS.md) will work with you on your feature request.
5454

55-
Once the feature request has been validated, a [pull request](https://github.com/vmware-tanzu/pinniped/compare)
55+
Once the feature request has been validated, a [pull request](https://github.com/vmware/pinniped/compare)
5656
can be opened to implement the feature.
5757

5858
For specifics on what to include in your feature request, please follow the
@@ -127,7 +127,7 @@ go build -o pinniped ./cmd/pinniped
127127
On macOS, these tools can be installed with [Homebrew](https://brew.sh/) (assuming you have Chrome installed already):
128128

129129
```bash
130-
brew install kind vmware-tanzu/carvel/ytt vmware-tanzu/carvel/kapp kubectl nmap && brew cask install docker
130+
brew install kind carvel-dev/carvel/ytt carvel-dev/carvel/kapp kubectl nmap && brew cask install docker
131131
```
132132

133133
1. Create a kind cluster, compile, create container images, and install Pinniped and supporting test dependencies using:
@@ -144,7 +144,7 @@ go build -o pinniped ./cmd/pinniped
144144

145145
To run specific integration tests, add the `-run` flag to the above command to specify a regexp for the test names.
146146
Use a leading `/` on the regexp because the Pinniped integration tests are automatically nested under several parent tests
147-
(see [integration/main_test.go](https://github.com/vmware-tanzu/pinniped/blob/main/test/integration/main_test.go)).
147+
(see [integration/main_test.go](https://github.com/vmware/pinniped/blob/main/test/integration/main_test.go)).
148148
For example, to run an integration test called `TestE2E`, add `-run /TestE2E` to the command shown above.
149149

150150
1. After making production code changes, recompile, redeploy, and run tests again by repeating the same
@@ -180,7 +180,7 @@ Each run of `hack/prepare-for-integration-tests.sh` can result in different valu
180180
CI will not be triggered on a pull request until the pull request is reviewed and
181181
approved for CI by a project [maintainer](MAINTAINERS.md). Once CI is triggered,
182182
the progress and results will appear on the Github page for that
183-
[pull request](https://github.com/vmware-tanzu/pinniped/pulls) as checks. Links
183+
[pull request](https://github.com/vmware/pinniped/pulls) as checks. Links
184184
will appear to view the details of each check.
185185

186186
Starting in mid-2025, Pinniped's CI system is no longer externally visible due to corporate policies.
@@ -189,7 +189,7 @@ They will be happy to share CI logs with you directly for your PR.
189189

190190
## CI
191191

192-
Pinniped's CI configuration and code is in the [`ci`](https://github.com/vmware-tanzu/pinniped/tree/ci)
192+
Pinniped's CI configuration and code is in the [`ci`](https://github.com/vmware/pinniped/tree/ci)
193193
branch of this repo.
194194

195195
## Documentation

GOVERNANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all members should work together to achieve this goal.
1111
# Code of Conduct
1212

1313
The Pinniped community abides by this
14-
[code of conduct](https://github.com/vmware-tanzu/pinniped/blob/main/CODE_OF_CONDUCT.md).
14+
[code of conduct](https://github.com/vmware/pinniped/blob/main/CODE_OF_CONDUCT.md).
1515

1616
# Community Roles
1717

@@ -29,7 +29,7 @@ notifying one of the maintainers.
2929

3030
**Note:** If a maintainer leaves their employer they are still considered a maintainer of Pinniped, unless they
3131
voluntarily resign. Employment is not taken into consideration when determining maintainer eligibility unless the
32-
company itself violates our [Code of Conduct](https://github.com/vmware-tanzu/pinniped/blob/main/CODE_OF_CONDUCT.md).
32+
company itself violates our [Code of Conduct](https://github.com/vmware/pinniped/blob/main/CODE_OF_CONDUCT.md).
3333

3434
# Decision Making
3535

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Care to kick the tires? It's easy to [install and try Pinniped](https://pinniped
1919
## Discussion
2020

2121
Got a question, comment, or idea? Please don't hesitate to reach out
22-
via GitHub [Discussions](https://github.com/vmware-tanzu/pinniped/discussions),
23-
GitHub [Issues](https://github.com/vmware-tanzu/pinniped/issues),
22+
via GitHub [Discussions](https://github.com/vmware/pinniped/discussions),
23+
GitHub [Issues](https://github.com/vmware/pinniped/issues),
2424
or in the Kubernetes Slack Workspace within the [#pinniped channel](https://go.pinniped.dev/community/slack).
2525
Join our [Google Group](https://go.pinniped.dev/community/group) to receive updates and meeting invitations.
2626

@@ -37,7 +37,7 @@ building and testing the code, submitting PRs, and other contributor topics.
3737
## Adopters
3838

3939
Some organizations and products using Pinniped are featured in [ADOPTERS.md](ADOPTERS.md).
40-
Add your own organization or product [here](https://github.com/vmware-tanzu/pinniped/discussions/152).
40+
Add your own organization or product [here](https://github.com/vmware/pinniped/discussions/152).
4141

4242
## Reporting security vulnerabilities
4343

ROADMAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ help determine if a contribution could be conflicting with a longer term plan.
1010

1111
Discussion on the roadmap is welcomed. If you want to provide suggestions, use cases, and feedback to an item in the
1212
roadmap, please reach out to the maintainers using one of the methods described in the project's
13-
[README.md](https://github.com/vmware-tanzu/pinniped#discussion).
14-
[Contributions](https://github.com/vmware-tanzu/pinniped/blob/main/CONTRIBUTING.md) to Pinniped are also welcomed.
13+
[README.md](https://github.com/vmware/pinniped#discussion).
14+
[Contributions](https://github.com/vmware/pinniped/blob/main/CONTRIBUTING.md) to Pinniped are also welcomed.
1515

1616
### How to add an item to the roadmap
1717

1818
One of the most important aspects in any open source community is the concept of proposals. Large changes to the
1919
codebase and / or new features should be preceded by
20-
a [proposal](https://github.com/vmware-tanzu/pinniped/tree/main/proposals) in our repo.
20+
a [proposal](https://github.com/vmware/pinniped/tree/main/proposals) in our repo.
2121
For smaller enhancements, you can open an issue to track that initiative or feature request.
2222
We work with and rely on community feedback to focus our efforts to improve Pinniped and maintain a healthy roadmap.
2323

2424
Priorities and requirements change based on community feedback, roadblocks encountered, community contributions,
2525
etc. If you depend on a specific item, we encourage you to reach out for updated status information, or help us deliver
26-
that feature by [contributing](https://github.com/vmware-tanzu/pinniped/blob/main/CONTRIBUTING.md) to Pinniped.
26+
that feature by [contributing](https://github.com/vmware/pinniped/blob/main/CONTRIBUTING.md) to Pinniped.

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you know of a publicly disclosed security vulnerability for Pinniped, please
1414

1515
**IMPORTANT: Do not file public issues on GitHub for security vulnerabilities**
1616

17-
To report a vulnerability or a security-related issue, please contact the VMware email address with the details of the vulnerability. The email will be fielded by the VMware Security Team and then shared with the Pinniped maintainers who have committer and release permissions. Emails will be addressed within 3 business days, including a detailed plan to investigate the issue and any potential workarounds to perform in the meantime. Do not report non-security-impacting bugs through this channel. Use [GitHub issues](https://github.com/vmware-tanzu/pinniped/issues/new/choose) instead.
17+
To report a vulnerability or a security-related issue, please contact the VMware email address with the details of the vulnerability. The email will be fielded by the VMware Security Team and then shared with the Pinniped maintainers who have committer and release permissions. Emails will be addressed within 3 business days, including a detailed plan to investigate the issue and any potential workarounds to perform in the meantime. Do not report non-security-impacting bugs through this channel. Use [GitHub issues](https://github.com/vmware/pinniped/issues/new/choose) instead.
1818

1919
## Proposed Email Content
2020

@@ -48,7 +48,7 @@ The VMware Security Team will respond to vulnerability reports as follows:
4848

4949
## Public Disclosure Process
5050

51-
The Security Team publishes a [public advisory](https://github.com/vmware-tanzu/pinniped/security/advisories) to the Pinniped community via GitHub. In most cases, additional communication via Slack, Twitter, mailing lists, blog and other channels will assist in educating Pinniped users and rolling out the patched release to affected users.
51+
The Security Team publishes a [public advisory](https://github.com/vmware/pinniped/security/advisories) to the Pinniped community via GitHub. In most cases, additional communication via Slack, Twitter, mailing lists, blog and other channels will assist in educating Pinniped users and rolling out the patched release to affected users.
5252

5353
The Security Team will also publish any mitigating steps users can take until the fix can be applied to their Pinniped instances. Pinniped distributors will handle creating and publishing their own security advisories.
5454

deploy/concierge/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ replicas: 2
5252
#@schema/title "Image repo"
5353
#@schema/desc "The repository for the Concierge container image."
5454
#@schema/validation min_len=1
55-
image_repo: ghcr.io/vmware-tanzu/pinniped/pinniped-server
55+
image_repo: ghcr.io/vmware/pinniped/pinniped-server
5656

5757
#@schema/title "Image digest"
5858
#@schema/desc "The image digest for the Concierge container image. If both image_digest or an image_tag are given, only image_digest will be used."
@@ -72,7 +72,7 @@ image_tag: latest
7272
#@ on the control plane. This image needs only to include `sleep` and `cat` binaries. \
7373
#@ By default, the same image specified for image_repo/image_digest/image_tag will be re-used."
7474
#@schema/desc kube_cert_agent_image_desc
75-
#@schema/examples ("Image including tag or digest", "ghcr.io/vmware-tanzu/pinniped/pinniped-server:latest")
75+
#@schema/examples ("Image including tag or digest", "ghcr.io/vmware/pinniped/pinniped-server:latest")
7676
#@schema/nullable
7777
#@schema/validation min_len=1
7878
kube_cert_agent_image: ""

deploy/local-user-authenticator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kubectl apply -f https://get.pinniped.dev/latest/install-local-user-authenticato
2020

2121
## Installing a Specific Version with Default Options
2222

23-
Choose your preferred [release](https://github.com/vmware-tanzu/pinniped/releases) version number
23+
Choose your preferred [release](https://github.com/vmware/pinniped/releases) version number
2424
and use it to replace the version number in the URL below.
2525

2626
```bash

deploy/local-user-authenticator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#! Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
1+
#! Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
22
#! SPDX-License-Identifier: Apache-2.0
33

44
#@data/values-schema
55
---
66
#@schema/title "Image repo"
77
#@schema/desc "The repository for the local-user-authenticator container image."
88
#@schema/validation min_len=1
9-
image_repo: ghcr.io/vmware-tanzu/pinniped/pinniped-server
9+
image_repo: ghcr.io/vmware/pinniped/pinniped-server
1010

1111
#@schema/title "Image digest"
1212
#@schema/desc "The image digest for the local-user-authenticator container image. If both image_digest or an image_tag are given, only image_digest will be used."

0 commit comments

Comments
 (0)