Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Updated v3 docs with the latest changes #3166

Merged
merged 209 commits into from
Jan 16, 2023

Conversation

camilamacedo86
Copy link
Member

@camilamacedo86 camilamacedo86 commented Jan 16, 2023

Description

This PR update the branch v3 docs to address the latest changes regarding the release 3.9.0

PS: Note that we need to sort out some conflicts manually, and because of this, PR does not come from the release-3.9 branch. We compared $ git diff upstream/release-3.9 to ensure that is all properly synced.

sj14 and others added 30 commits September 22, 2022 07:33
📖 Fix nil pointer in Finalizer example
…upport

📖 fix link for platform support
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
…k8s-1.25

🌱 update kubebuilder core dependencies for k8s 1.25
✨ Update controller-tools version (v0.9.2->v0.10.0)
📖: notify `controller-gen` installation for building book
🐛 remove duplicate words and fix spelling mistakes
📖 Updated the docs with the export keyword to enable the webhook.
✨ update kubebuilder cli kubernetes version
…t-guide

🐛 (:bug:): bugfix fixing the kubebuilder install locally curl request
…y-bot-updates

🌱 add dependency bot updates
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v2...v3)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.9.2.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.6.0...v1.9.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.19.0 to 1.20.2.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.19.0...v1.20.2)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/github_actions/actions/checkout-3

🌱 Bump actions/checkout from 2 to 3
…ot/github_actions/actions/setup-go-3

🌱 Bump actions/setup-go from 2 to 3
…ot/github_actions/goreleaser/goreleaser-action-3

🌱 Bump goreleaser/goreleaser-action from 2 to 3
Sijoma and others added 15 commits January 10, 2023 15:30
The kubebuilder command was missing the "--" infront of plugins. This meant that it used the go/v3 layout.
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/golang.org/x/text-0.6.0

🌱 : Bump golang.org/x/text from 0.5.0 to 0.6.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/github.com/onsi/ginkgo/v2-2.7.0

🌱  Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0
📖 fix-missing dashes infront of plugins
Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 0.3.0 to 1.0.0.
- [Release notes](https://github.com/gobuffalo/flect/releases)
- [Commits](gobuffalo/flect@v0.3.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/gobuffalo/flect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/github.com/gobuffalo/flect-1.0.0

🌱 Bump github.com/gobuffalo/flect from 0.3.0 to 1.0.0
…ot/go_modules/golang.org/x/tools-0.5.0

🌱 Bump golang.org/x/tools from 0.4.0 to 0.5.0
…ease-info

🌱 : cleanup info and code regards legacy actions using GCP to build KB CLI release
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 16, 2023
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 16, 2023

CLA Missing ID CLA Not Signed

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Jan 16, 2023
@camilamacedo86
Copy link
Member Author

The both commits:

❌ The commit (abc4df9, 9a6d8f0). This user is missing the User's ID, preventing the EasyCLA check. Consult GitHub Help to resolve.For further assistance with EasyCLA, please submit a support request ticket.

It shows an error since I have the CLA Signed. So, I will move forward here.

@camilamacedo86 camilamacedo86 added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Jan 16, 2023
@camilamacedo86 camilamacedo86 merged commit 7d1ee2e into kubernetes-sigs:book-v3 Jan 16, 2023
@camilamacedo86 camilamacedo86 deleted the updated-v3-docs branch January 16, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet