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

✨ (grafana/v1-alpha) : add custom units for custom grafana dashboards #2965

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

jkremser
Copy link
Contributor

Based on #2858 (comment) I found the current state where the seconds are used for each metric type quite insufficient. It's good for bootstrapping, but unusable for real stuff.

This PR adds a way to specify the unit for the metric. If the unit is not provided it will try to guess it from the name of the metric (if it contains second -> s, duration -> s, byte -> B), otherwise it's set to none (Numeral type in Grafana), this is imho better default than seconds. The automatic guessing of the unit is based on these Prometheus naming conventions.

In the same link ^ describing the conventions it's also described that people often expose the runtime (non-numeric) information (versions, gitSha, etc.) about the app using the something_name_sdfsdf_info metrics (also described here). So this pr also tries to identify such metrics and if the name of the metrics ends with _info it turns it into the table and it's displayed as on the screenshot:

Screenshot 2022-09-23 at 17 07 11

side-note: OpenTelemetry standard for metrics also support Units metadata, but this is up to Grafana contributors to interpret this in the dashboards.

Signed-off-by: Jirka Kremser jiri.kremser@gmail.com

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 23, 2022
@k8s-ci-robot
Copy link
Contributor

Welcome @jkremser!

It looks like this is your first PR to kubernetes-sigs/kubebuilder 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/kubebuilder has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 23, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @jkremser. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Member

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jkremser,

Thank you for your contribution 🥇
It shows a nice addition.

I think would be nice we get the review from @Kavinjsir (its author) and @varshaprasad96
Otherwise, It has my lgtm either.

@camilamacedo86
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 23, 2022
@camilamacedo86 camilamacedo86 changed the title ✨ add custom units for custom grafana dashboards ✨ (grafana/v1-alpha) : add custom units for custom grafana dashboards Sep 23, 2022
Copy link
Member

@varshaprasad96 varshaprasad96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm
This looks good. @jkremser Thanks for trying out this plugin and contributing to it! We really appreciate it!
@Kavinjsir Can you please take a look too. Holding for your review.
/hold
@jkremser waiting for the plugin author to review. We'll make sure to merge this in by end of this week.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 26, 2022
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 26, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86, jkremser, varshaprasad96

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:
  • OWNERS [camilamacedo86,varshaprasad96]

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

@Kavinjsir
Copy link
Contributor

/lgtm

@jkremser Thx for bringing this nice idea! The judgement of unit is actually challenging. Reference of the naming convention sounds good 👍🏼 .

Applying table than time series panel for info metrics also looks good to me!

@varshaprasad96
Copy link
Member

@jkremser looks like the testdata is being updated but the changes are not committed. Can you run make generate to re-generate the testdata and commit those changes.

@camilamacedo86
Copy link
Member

HI @jkremser,

Could you please just run make generate for us to update the testdata sample and be able to move forward with this one?

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 4, 2022
@jkremser
Copy link
Contributor Author

jkremser commented Oct 4, 2022

@camilamacedo86 & @varshaprasad96
done in d12c263 (thanks for the hint)

@camilamacedo86 camilamacedo86 added tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Oct 5, 2022
@camilamacedo86
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 5, 2022
@@ -18,6 +18,7 @@ package templates

import (
"bytes"
"strings"
"fmt"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jkremser,

Could you please sort out the lint issue for we move forward?
See that you can run make lint-fix for this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 5, 2022
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 5, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 5, 2022
@jkremser jkremser force-pushed the custom-metrics-unit branch 2 times, most recently from 2086545 to 0b494ae Compare October 5, 2022 23:37
@k8s-ci-robot k8s-ci-robot 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 Oct 5, 2022
@camilamacedo86
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 6, 2022
@jkremser
Copy link
Contributor Author

jkremser commented Oct 6, 2022

wrt failed APIDiff check: I was trying the old version (w/o this change) of compiled kubebuilder binary with the new custom-metrics/config.yaml format that can have a unit and it worked. JSON unmarshalling passed and the dashboards were created (no units logic, though)

Similarly when trying the new version (containing the change from this PR) on old version of custom-metrics/config.yaml it works. So it's actually backward compatible change (and also but the previous version also works/don't break with the new stuff)

But yea, strictly speaking it may be considered as a breaking change (some third party that could potentially consume it as a library may depend on the CustomMetricItem struct), so I don't know what standards of sem-ver do you have for plugins. Should I bump the major version somewhere or is it ok?

@camilamacedo86
Copy link
Member

Hi @jkremser,

The API check error is:

sigs.k8s.io/kubebuilder/v3/pkg/plugins/common/kustomize/v2-alpha
Incompatible changes:

  • KustomizeVersion: value changed from "v4.5.7" to "v4.5.5"

That happens because it is not rebased with master.
Could you please re-base the PR so that we can move forward?
Also, would be great if we can squash the commits.

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 6, 2022
@jkremser
Copy link
Contributor Author

jkremser commented Oct 6, 2022

@camilamacedo86 rebase & squash - done

@camilamacedo86
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 6, 2022
@k8s-ci-robot k8s-ci-robot merged commit 8069fa5 into kubernetes-sigs:master Oct 6, 2022
@jkremser jkremser deleted the custom-metrics-unit branch October 6, 2022 15:04
camilamacedo86 added a commit that referenced this pull request Dec 6, 2022
* Fix nil pointer in Finalizer example

* 📖 fix link for platform support

* update kubebuilder core dependencies for k8s 1.25

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* docs: notify deps install to build book

* Update controller-tools version (v0.9.2->v0.10.0)

* 🐛 remove duplicate words and fix spelling mistakes

* ✨ update kubebuilder kubernetes version

* Update the export path of webhook

* 📖 fix broken links

* fixing the kubebuilder install locally curl request

* add dependency bot updates

* 🌱 Bump actions/checkout from 2 to 3

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>

* 🌱 Bump actions/setup-go from 2 to 3

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>

* 🌱 Bump goreleaser/goreleaser-action from 2 to 3

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>

* Bump github.com/spf13/afero from 1.6.0 to 1.9.2

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>

* Bump github.com/onsi/gomega from 1.19.0 to 1.20.2

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>

* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.8.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump k8s.io/apimachinery from 0.25.0 to 0.25.2

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.0 to 0.25.2.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](kubernetes/apimachinery@v0.25.0...v0.25.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0

Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/gobuffalo/flect/releases)
- [Commits](gobuffalo/flect@v0.2.5...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: describe e2e test towards plugin

Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>

* 🌱 remove WORKSPACE file commited by mistake

* remove unused value

* Bump github.com/spf13/cobra from 1.4.0 to 1.5.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.1.6...v2.2.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>

* Bump github.com/cloudflare/cfssl from 1.5.0 to 1.6.3

Bumps [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) from 1.5.0 to 1.6.3.
- [Release notes](https://github.com/cloudflare/cfssl/releases)
- [Changelog](https://github.com/cloudflare/cfssl/blob/master/CHANGELOG)
- [Commits](cloudflare/cfssl@v1.5.0...v1.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* update simple-external-plugin-tutorial

* update mdbook

* ⚠️ remove config-gen alpha option

* 📖 clarifies plugins available and its usage

* 📖 update doc samples

* ✨ (go/v4-alpha) : update kustomize version from 4.5.5 to 4.5.7

* ✨ (grafana/v1-alpha) : add custom units for custom grafana dashboards (#2965)

:sparkles: add custom units for custom grafana dashboards

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

* cleanup: cert-manager and prometheus installs into e2e tests

* Apply suggestions from code review

* fixed bug for component-config flag

updated testdata

* Make jmrodri and varsha admins

Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>

* Bump github.com/onsi/gomega from 1.20.2 to 1.21.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.2 to 1.21.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.20.2...v1.21.1)

---
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>

* 📖 Updating doc with Installation steps of cert-manager and prometheus (#2982)

* Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* 🐛 : leader-elect arg scaffolded should be scaffolded when component config option is not used (#3013)

* updated templates for component config

* updates

* update

* update revert main.go

* update revert main.go

* revert changes and go thru docs once

* Update make build cmd with manifests

* Bump github.com/spf13/cobra from 1.5.0 to 1.6.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/text from 0.3.7 to 0.4.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.4.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>

* :seeding: update CLI deps

* golangci-lint: add recommended revive checks to linter-settings but disable checks with to many findings. Fix findings

* Improve rendering of the documentation

This fixes various rendering issues:

* Wrong or uninterpreted formatting
* Some missing links
* Incorrect markup
* Missing documentation pages

This doesn't fix all the links but at least the initial ones.

* update cronjob to use batchv1 api

* Fix grammar in comment

Change `these is` to `these are`

* Enable revive unused-parameter check and fix findings

* Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.3.1...v2.4.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>

* Bump github.com/spf13/cobra from 1.6.0 to 1.6.1

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update github workflow to use same golangci-lint minor version as Makefile

* fix docker buildx args

Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>

* 🐛 (kustomize/v2-alpha): Fix typo issue in the labels added to the manifests (#3047)

* Fix typo in kubernets (missing 'e')

* make generate

* Add KB project git-repo and edit icons

* Add doc FAQ section

* docs: supplement plugin creation

* Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)

* Bump github.com/onsi/gomega from 1.22.1 to 1.23.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.22.1...v1.23.0)

---
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>

* Bump github.com/onsi/gomega from 1.23.0 to 1.24.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.23.0...v1.24.0)

---
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>

* Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.4.0...v2.5.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>

* Bump github.com/spf13/afero from 1.9.2 to 1.9.3

Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.2...v1.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/tools from 0.2.0 to 0.3.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.2.0...v0.3.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>

* Bump github.com/onsi/gomega from 1.24.0 to 1.24.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.24.0...v1.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix typo in Makefile

* ✨ add version check for makefile template tools (#3077)

* add version check for makefile template tools

Prevent running controller-gen and kustomize commands with a version that does
not match the one specified in the corresponding CONTROLLER_TOOLS_VERSION or 
KUSTOMIZE_VERSION vars

Addresses #3068

* Update makefile target descriptions

* Updated descriptions for `kustomize` and `controller-gen` targets.
* Reformatted `controller-gen` recipe to reduce line length

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* update makefile samples

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* fix unexpected end of file error in makefiles

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* ✨ Add go/v4 base and migration guide

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/plugins/go-v4-plugin.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/legacy.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* (go/v3,go/v4-alpha): Upgrade controller-runtime version from 1.13.0 to 1.13.1

* 📖 : suggest specify plugin for pr

* Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.5.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: fix typo in the component config tutorial

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* 🌱: refact testdata

* ✨ (kustomize/v2-alpha): add kustomize file to track crd sample info

* add action to lint yaml

and fix existing yamllint failures

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* update yamllint to now be run via Makefile

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* run yamllint target as part of lint target

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* add yamllint job back as the lint job only runs golangci-lint

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* bump proxy image

* fix: Remove trailing space making yamllint fail on new project

* (kustomize/v2-alpha): change kustomization file to track samples to use marker instead of overwritting

* (deployimage/v1-alpha): fix error to scaffold go/v4-alpha projects

* Replace restricted-access ComponentConfig design doc link with the public one

Signed-off-by: Michail Resvanis <mresvani@redhat.com>

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>
Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>
Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Signed-off-by: Michail Resvanis <mresvani@redhat.com>
Co-authored-by: Simon Jürgensmeyer <6493966+sj14@users.noreply.github.com>
Co-authored-by: Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>
Co-authored-by: Camila Macedo <cmacedo@redhat.com>
Co-authored-by: Bryce Palmer <bpalmer@redhat.com>
Co-authored-by: Tony <kavinjsir@gmail.com>
Co-authored-by: Oscar Utbult <oscar.utbult@gmail.com>
Co-authored-by: Yash Singh <syash@vmware.com>
Co-authored-by: Abhishek koserwal <akoserwa@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Kremser <535866+jkremser@users.noreply.github.com>
Co-authored-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
Co-authored-by: jesus m. rodriguez <jesusr@redhat.com>
Co-authored-by: Phillip Wittrock <Phil.Wittrock@gmail.com>
Co-authored-by: Yash Singh <99066083+yashsingh74@users.noreply.github.com>
Co-authored-by: Laxmikant Bhaskar Pandhare <47066536+laxmikantbpandhare@users.noreply.github.com>
Co-authored-by: astraw99 <wangchengiscool@gmail.com>
Co-authored-by: Jonathan Ballet <jon@multani.info>
Co-authored-by: Krishna Indani <indanikrishna@gmail.com>
Co-authored-by: Nicholas Seemiller <seemiller@gmail.com>
Co-authored-by: Mikhail Sidorov <mixity@yandex.ru>
Co-authored-by: Marc Villacorta <h0tbird@github.com>
Co-authored-by: Shunsuke Ise <ise@ebiiim.com>
Co-authored-by: Eduardo M Coria <coriaedu@gmail.com>
Co-authored-by: Eduardo Coria <emcoria@us.ibm.com>
Co-authored-by: Varsha <varshaprasad96@gmail.com>
Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Co-authored-by: Erik Godding Boye <egboye@gmail.com>
Co-authored-by: Michail Resvanis <mresvani@redhat.com>
camilamacedo86 added a commit to camilamacedo86/kubebuilder that referenced this pull request Jan 16, 2023
* Fix nil pointer in Finalizer example

* 📖 fix link for platform support

* update kubebuilder core dependencies for k8s 1.25

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* docs: notify deps install to build book

* Update controller-tools version (v0.9.2->v0.10.0)

* 🐛 remove duplicate words and fix spelling mistakes

* ✨ update kubebuilder kubernetes version

* Update the export path of webhook

* 📖 fix broken links

* fixing the kubebuilder install locally curl request

* add dependency bot updates

* 🌱 Bump actions/checkout from 2 to 3

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>

* 🌱 Bump actions/setup-go from 2 to 3

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>

* 🌱 Bump goreleaser/goreleaser-action from 2 to 3

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>

* Bump github.com/spf13/afero from 1.6.0 to 1.9.2

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>

* Bump github.com/onsi/gomega from 1.19.0 to 1.20.2

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>

* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.8.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump k8s.io/apimachinery from 0.25.0 to 0.25.2

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.0 to 0.25.2.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](kubernetes/apimachinery@v0.25.0...v0.25.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0

Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/gobuffalo/flect/releases)
- [Commits](gobuffalo/flect@v0.2.5...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: describe e2e test towards plugin

Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>

* 🌱 remove WORKSPACE file commited by mistake

* remove unused value

* Bump github.com/spf13/cobra from 1.4.0 to 1.5.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.1.6...v2.2.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>

* Bump github.com/cloudflare/cfssl from 1.5.0 to 1.6.3

Bumps [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) from 1.5.0 to 1.6.3.
- [Release notes](https://github.com/cloudflare/cfssl/releases)
- [Changelog](https://github.com/cloudflare/cfssl/blob/master/CHANGELOG)
- [Commits](cloudflare/cfssl@v1.5.0...v1.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* update simple-external-plugin-tutorial

* update mdbook

* ⚠️ remove config-gen alpha option

* 📖 clarifies plugins available and its usage

* 📖 update doc samples

* ✨ (go/v4-alpha) : update kustomize version from 4.5.5 to 4.5.7

* ✨ (grafana/v1-alpha) : add custom units for custom grafana dashboards (kubernetes-sigs#2965)

:sparkles: add custom units for custom grafana dashboards

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

* cleanup: cert-manager and prometheus installs into e2e tests

* Apply suggestions from code review

* fixed bug for component-config flag

updated testdata

* Make jmrodri and varsha admins

Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>

* Bump github.com/onsi/gomega from 1.20.2 to 1.21.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.2 to 1.21.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.20.2...v1.21.1)

---
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>

* 📖 Updating doc with Installation steps of cert-manager and prometheus (kubernetes-sigs#2982)

* Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* 🐛 : leader-elect arg scaffolded should be scaffolded when component config option is not used (kubernetes-sigs#3013)

* updated templates for component config

* updates

* update

* update revert main.go

* update revert main.go

* revert changes and go thru docs once

* Update make build cmd with manifests

* Bump github.com/spf13/cobra from 1.5.0 to 1.6.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/text from 0.3.7 to 0.4.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.4.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>

* :seeding: update CLI deps

* golangci-lint: add recommended revive checks to linter-settings but disable checks with to many findings. Fix findings

* Improve rendering of the documentation

This fixes various rendering issues:

* Wrong or uninterpreted formatting
* Some missing links
* Incorrect markup
* Missing documentation pages

This doesn't fix all the links but at least the initial ones.

* update cronjob to use batchv1 api

* Fix grammar in comment

Change `these is` to `these are`

* Enable revive unused-parameter check and fix findings

* Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.3.1...v2.4.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>

* Bump github.com/spf13/cobra from 1.6.0 to 1.6.1

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update github workflow to use same golangci-lint minor version as Makefile

* fix docker buildx args

Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>

* 🐛 (kustomize/v2-alpha): Fix typo issue in the labels added to the manifests (kubernetes-sigs#3047)

* Fix typo in kubernets (missing 'e')

* make generate

* Add KB project git-repo and edit icons

* Add doc FAQ section

* docs: supplement plugin creation

* Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)

* Bump github.com/onsi/gomega from 1.22.1 to 1.23.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.22.1...v1.23.0)

---
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>

* Bump github.com/onsi/gomega from 1.23.0 to 1.24.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.23.0...v1.24.0)

---
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>

* Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.4.0...v2.5.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>

* Bump github.com/spf13/afero from 1.9.2 to 1.9.3

Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.2...v1.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/tools from 0.2.0 to 0.3.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.2.0...v0.3.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>

* Bump github.com/onsi/gomega from 1.24.0 to 1.24.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.24.0...v1.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix typo in Makefile

* ✨ add version check for makefile template tools (kubernetes-sigs#3077)

* add version check for makefile template tools

Prevent running controller-gen and kustomize commands with a version that does
not match the one specified in the corresponding CONTROLLER_TOOLS_VERSION or
KUSTOMIZE_VERSION vars

Addresses kubernetes-sigs#3068

* Update makefile target descriptions

* Updated descriptions for `kustomize` and `controller-gen` targets.
* Reformatted `controller-gen` recipe to reduce line length

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* update makefile samples

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* fix unexpected end of file error in makefiles

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* ✨ Add go/v4 base and migration guide

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/plugins/go-v4-plugin.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/legacy.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* (go/v3,go/v4-alpha): Upgrade controller-runtime version from 1.13.0 to 1.13.1

* 📖 : suggest specify plugin for pr

* Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.5.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: fix typo in the component config tutorial

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* 🌱: refact testdata

* ✨ (kustomize/v2-alpha): add kustomize file to track crd sample info

* add action to lint yaml

and fix existing yamllint failures

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* update yamllint to now be run via Makefile

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* run yamllint target as part of lint target

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* add yamllint job back as the lint job only runs golangci-lint

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* bump proxy image

* fix: Remove trailing space making yamllint fail on new project

* (kustomize/v2-alpha): change kustomization file to track samples to use marker instead of overwritting

* (deployimage/v1-alpha): fix error to scaffold go/v4-alpha projects

* Replace restricted-access ComponentConfig design doc link with the public one

Signed-off-by: Michail Resvanis <mresvani@redhat.com>

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>
Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>
Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Signed-off-by: Michail Resvanis <mresvani@redhat.com>
Co-authored-by: Simon Jürgensmeyer <6493966+sj14@users.noreply.github.com>
Co-authored-by: Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>
Co-authored-by: Camila Macedo <cmacedo@redhat.com>
Co-authored-by: Bryce Palmer <bpalmer@redhat.com>
Co-authored-by: Tony <kavinjsir@gmail.com>
Co-authored-by: Oscar Utbult <oscar.utbult@gmail.com>
Co-authored-by: Yash Singh <syash@vmware.com>
Co-authored-by: Abhishek koserwal <akoserwa@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Kremser <535866+jkremser@users.noreply.github.com>
Co-authored-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
Co-authored-by: jesus m. rodriguez <jesusr@redhat.com>
Co-authored-by: Phillip Wittrock <Phil.Wittrock@gmail.com>
Co-authored-by: Yash Singh <99066083+yashsingh74@users.noreply.github.com>
Co-authored-by: Laxmikant Bhaskar Pandhare <47066536+laxmikantbpandhare@users.noreply.github.com>
Co-authored-by: astraw99 <wangchengiscool@gmail.com>
Co-authored-by: Jonathan Ballet <jon@multani.info>
Co-authored-by: Krishna Indani <indanikrishna@gmail.com>
Co-authored-by: Nicholas Seemiller <seemiller@gmail.com>
Co-authored-by: Mikhail Sidorov <mixity@yandex.ru>
Co-authored-by: Marc Villacorta <h0tbird@github.com>
Co-authored-by: Shunsuke Ise <ise@ebiiim.com>
Co-authored-by: Eduardo M Coria <coriaedu@gmail.com>
Co-authored-by: Eduardo Coria <emcoria@us.ibm.com>
Co-authored-by: Varsha <varshaprasad96@gmail.com>
Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Co-authored-by: Erik Godding Boye <egboye@gmail.com>
Co-authored-by: Michail Resvanis <mresvani@redhat.com>
camilamacedo86 added a commit that referenced this pull request Jan 16, 2023
* Fix nil pointer in Finalizer example

* 📖 fix link for platform support

* update kubebuilder core dependencies for k8s 1.25

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* docs: notify deps install to build book

* Update controller-tools version (v0.9.2->v0.10.0)

* 🐛 remove duplicate words and fix spelling mistakes

* ✨ update kubebuilder kubernetes version

* Update the export path of webhook

* 📖 fix broken links

* fixing the kubebuilder install locally curl request

* add dependency bot updates

* 🌱 Bump actions/checkout from 2 to 3

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>

* 🌱 Bump actions/setup-go from 2 to 3

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>

* 🌱 Bump goreleaser/goreleaser-action from 2 to 3

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>

* Bump github.com/spf13/afero from 1.6.0 to 1.9.2

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>

* Bump github.com/onsi/gomega from 1.19.0 to 1.20.2

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>

* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.8.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump k8s.io/apimachinery from 0.25.0 to 0.25.2

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.0 to 0.25.2.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](kubernetes/apimachinery@v0.25.0...v0.25.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0

Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/gobuffalo/flect/releases)
- [Commits](gobuffalo/flect@v0.2.5...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: describe e2e test towards plugin

Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>

* 🌱 remove WORKSPACE file commited by mistake

* remove unused value

* Bump github.com/spf13/cobra from 1.4.0 to 1.5.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.1.6...v2.2.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>

* Bump github.com/cloudflare/cfssl from 1.5.0 to 1.6.3

Bumps [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) from 1.5.0 to 1.6.3.
- [Release notes](https://github.com/cloudflare/cfssl/releases)
- [Changelog](https://github.com/cloudflare/cfssl/blob/master/CHANGELOG)
- [Commits](cloudflare/cfssl@v1.5.0...v1.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* update simple-external-plugin-tutorial

* update mdbook

* ⚠️ remove config-gen alpha option

* 📖 clarifies plugins available and its usage

* 📖 update doc samples

* ✨ (go/v4-alpha) : update kustomize version from 4.5.5 to 4.5.7

* ✨ (grafana/v1-alpha) : add custom units for custom grafana dashboards (#2965)

:sparkles: add custom units for custom grafana dashboards

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

* cleanup: cert-manager and prometheus installs into e2e tests

* Apply suggestions from code review

* fixed bug for component-config flag

updated testdata

* Make jmrodri and varsha admins

Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>

* Bump github.com/onsi/gomega from 1.20.2 to 1.21.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.2 to 1.21.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.20.2...v1.21.1)

---
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>

* 📖 Updating doc with Installation steps of cert-manager and prometheus (#2982)

* Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* Adding installing steps for testing webhooks

* 🐛 : leader-elect arg scaffolded should be scaffolded when component config option is not used (#3013)

* updated templates for component config

* updates

* update

* update revert main.go

* update revert main.go

* revert changes and go thru docs once

* Update make build cmd with manifests

* Bump github.com/spf13/cobra from 1.5.0 to 1.6.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/text from 0.3.7 to 0.4.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.4.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>

* :seeding: update CLI deps

* golangci-lint: add recommended revive checks to linter-settings but disable checks with to many findings. Fix findings

* Improve rendering of the documentation

This fixes various rendering issues:

* Wrong or uninterpreted formatting
* Some missing links
* Incorrect markup
* Missing documentation pages

This doesn't fix all the links but at least the initial ones.

* update cronjob to use batchv1 api

* Fix grammar in comment

Change `these is` to `these are`

* Enable revive unused-parameter check and fix findings

* Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.3.1...v2.4.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>

* Bump github.com/spf13/cobra from 1.6.0 to 1.6.1

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update github workflow to use same golangci-lint minor version as Makefile

* fix docker buildx args

Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>

* 🐛 (kustomize/v2-alpha): Fix typo issue in the labels added to the manifests (#3047)

* Fix typo in kubernets (missing 'e')

* make generate

* Add KB project git-repo and edit icons

* Add doc FAQ section

* docs: supplement plugin creation

* Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)

* Bump github.com/onsi/gomega from 1.22.1 to 1.23.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.22.1...v1.23.0)

---
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>

* Bump github.com/onsi/gomega from 1.23.0 to 1.24.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.23.0...v1.24.0)

---
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>

* Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.4.0...v2.5.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>

* Bump github.com/spf13/afero from 1.9.2 to 1.9.3

Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.2...v1.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/tools from 0.2.0 to 0.3.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.2.0...v0.3.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>

* Bump github.com/onsi/gomega from 1.24.0 to 1.24.1

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.24.0...v1.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix typo in Makefile

* ✨ add version check for makefile template tools (#3077)

* add version check for makefile template tools

Prevent running controller-gen and kustomize commands with a version that does
not match the one specified in the corresponding CONTROLLER_TOOLS_VERSION or 
KUSTOMIZE_VERSION vars

Addresses #3068

* Update makefile target descriptions

* Updated descriptions for `kustomize` and `controller-gen` targets.
* Reformatted `controller-gen` recipe to reduce line length

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* update makefile samples

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* fix unexpected end of file error in makefiles

Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>

* ✨ Add go/v4 base and migration guide

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/plugins/go-v4-plugin.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/legacy.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Co-authored-by: Varsha <varshaprasad96@gmail.com>

* (go/v3,go/v4-alpha): Upgrade controller-runtime version from 1.13.0 to 1.13.1

* 📖 : suggest specify plugin for pr

* Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.5.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: fix typo in the component config tutorial

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* 🌱: refact testdata

* ✨ (kustomize/v2-alpha): add kustomize file to track crd sample info

* add action to lint yaml

and fix existing yamllint failures

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* update yamllint to now be run via Makefile

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* run yamllint target as part of lint target

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* add yamllint job back as the lint job only runs golangci-lint

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* bump proxy image

* fix: Remove trailing space making yamllint fail on new project

* (kustomize/v2-alpha): change kustomization file to track samples to use marker instead of overwritting

* (deployimage/v1-alpha): fix error to scaffold go/v4-alpha projects

* Replace restricted-access ComponentConfig design doc link with the public one

Signed-off-by: Michail Resvanis <mresvani@redhat.com>

* Bump golang.org/x/text from 0.4.0 to 0.5.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.4.0...v0.5.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>

* fix lint issue

* 🌱 Change testdata suffix and regenerate samples (#3111)

* edit script

* make generate

* fix test name

* project-v3-with-grafana

* book: add details rbac doc in tutorial

Signed-off-by: qingwave <isguory@gmail.com>

* improve golang/v3/v4 README template

* correctly spell "until"
* correct grammar
* add previously-absent puncuation
* remove trailing whitespace

Signed-off-by: Mike Ball <mikedball@gmail.com>

* run 'make generate'

Signed-off-by: Mike Ball <mikedball@gmail.com>

* Bump golang.org/x/tools from 0.3.0 to 0.4.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.3.0...v0.4.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>

* Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.5.1...v2.6.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>

* Update envtest.md

Fix typo

* Update SUMMARY.md

move the FAQ section to the bottom, after Plugins finish.

* 📖 Making section on envtest limitations visible in Master (#3123)

* files added

Signed-off-by: ShivamTyagi12345 <mergesuccessful@gmail.com>

* duplicate removed

Signed-off-by: ShivamTyagi12345 <mergesuccessful@gmail.com>

Signed-off-by: ShivamTyagi12345 <mergesuccessful@gmail.com>

* 🌱 Bump goreleaser/goreleaser-action from 3 to 4

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3...v4)

---
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>

* Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.6.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Fix "Available Plugins" link

* Bump github.com/onsi/gomega from 1.24.1 to 1.24.2

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.24.1...v1.24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ✨ warning comment on PROJECT file (#3137)

* warning comment on PROJECT file

* make generate

* add link

* docs: added missing shell argument to autocompletion snippet
The documentation's snippet was missing the shell argument, so
the code was not working if added to the .bash_profile.

* 🌱 update license date

* ⚠️  go/v4-alpha: change the layout to follow Golang Standards (#2985)

* fix-missing dashes infront of plugins

The kubebuilder command was missing the "--" infront of plugins. This meant that it used the go/v3 layout.

* :doc: cleanup info and code regards legacy actions using GCP to build KB CLI release

* ✨ upgrade k8s from 1.25 to 1.26 (#3147)

* Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0

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>

* Bump golang.org/x/text from 0.5.0 to 0.6.0

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>

* Bump golang.org/x/tools from 0.4.0 to 0.5.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>

* 📖 fix typo in curl command (#3156)

fix typo in curl command

* Bump github.com/gobuffalo/flect from 0.3.0 to 1.0.0

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>

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>
Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>
Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Signed-off-by: Michail Resvanis <mresvani@redhat.com>
Signed-off-by: qingwave <isguory@gmail.com>
Signed-off-by: Mike Ball <mikedball@gmail.com>
Signed-off-by: ShivamTyagi12345 <mergesuccessful@gmail.com>
Co-authored-by: Simon Jürgensmeyer <6493966+sj14@users.noreply.github.com>
Co-authored-by: Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>
Co-authored-by: Camila Macedo <cmacedo@redhat.com>
Co-authored-by: Bryce Palmer <bpalmer@redhat.com>
Co-authored-by: Tony <kavinjsir@gmail.com>
Co-authored-by: Oscar Utbult <oscar.utbult@gmail.com>
Co-authored-by: Yash Singh <syash@vmware.com>
Co-authored-by: Abhishek koserwal <akoserwa@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Kremser <535866+jkremser@users.noreply.github.com>
Co-authored-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
Co-authored-by: jesus m. rodriguez <jesusr@redhat.com>
Co-authored-by: Phillip Wittrock <Phil.Wittrock@gmail.com>
Co-authored-by: Yash Singh <99066083+yashsingh74@users.noreply.github.com>
Co-authored-by: Laxmikant Bhaskar Pandhare <47066536+laxmikantbpandhare@users.noreply.github.com>
Co-authored-by: astraw99 <wangchengiscool@gmail.com>
Co-authored-by: Jonathan Ballet <jon@multani.info>
Co-authored-by: Krishna Indani <indanikrishna@gmail.com>
Co-authored-by: Nicholas Seemiller <seemiller@gmail.com>
Co-authored-by: Mikhail Sidorov <mixity@yandex.ru>
Co-authored-by: Marc Villacorta <h0tbird@github.com>
Co-authored-by: Shunsuke Ise <ise@ebiiim.com>
Co-authored-by: Eduardo M Coria <coriaedu@gmail.com>
Co-authored-by: Eduardo Coria <emcoria@us.ibm.com>
Co-authored-by: Varsha <varshaprasad96@gmail.com>
Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Co-authored-by: Erik Godding Boye <egboye@gmail.com>
Co-authored-by: Michail Resvanis <mresvani@redhat.com>
Co-authored-by: Jason Jung <jason1028kr@gmail.com>
Co-authored-by: qingwave <isguory@gmail.com>
Co-authored-by: Mike Ball <mikedball@gmail.com>
Co-authored-by: Jordan Neufeld <neufeldtech@users.noreply.github.com>
Co-authored-by: Chinu Anand <66985303+chinu-anand@users.noreply.github.com>
Co-authored-by: shivam tyagi <mergesuccessful@gmail.com>
Co-authored-by: Yi-Han Chen <hannah51125@gmail.com>
Co-authored-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Co-authored-by: Gabriele Fedi <91485518+GabriFedi97@users.noreply.github.com>
Co-authored-by: Simon Zengerling <simonschulte1991@gmail.com>
Co-authored-by: Thomas Güttler <info@thomas-guettler.de>
Sajiyah-Salat pushed a commit to Sajiyah-Salat/kubebuilder that referenced this pull request Jun 11, 2023
…kubernetes-sigs#2965)

✨ add custom units for custom grafana dashboards

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants