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

Docs latest release #3341

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 24, 2022

  1. Merge pull request kubernetes-sigs#3034 from oscr/add-recommended-rev…

    …ive-checks
    
    🌱  golangci-lint: add recommended revive checks to linter-settings but d…
    k8s-ci-robot authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    523907a View commit details
    Browse the repository at this point in the history
  2. Fix grammar in comment

    Change `these is` to `these are`
    seemiller authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    dc5bd18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dab7149 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c15cf19 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    649ef61 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge pull request kubernetes-sigs#3042 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/spf13/cobra-1.6.1
    
    🌱 Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
    k8s-ci-robot authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    cac77c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a726856 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3040 from oscr/enable-revive-unuse…

    …d-parameter
    
    🌱 Enable revive unused-parameter check and fix findings
    k8s-ci-robot authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2a0133c View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3041 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.4.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0
    k8s-ci-robot authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6af8e88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#3039 from seemiller/patch-1

    📖 Fix grammar in comment
    k8s-ci-robot authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b1087a7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3043 from oscr/update-linter-in-gi…

    …thub-workflow
    
    🌱 Update github workflow to use same golangci-lint minor version as Makefile
    k8s-ci-robot authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    e4e7f70 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. fix docker buildx args

    Signed-off-by: Mikhail Sidorov <mixity@yandex.ru>
    mikelsid committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    057f627 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3046 from mikelsid/master

    🐛  Fix docker buildx makefile target missing arg (.)
    k8s-ci-robot authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c73d4d5 View commit details
    Browse the repository at this point in the history
  3. 🐛 (kustomize/v2-alpha): Fix typo issue in the labels added to the man…

    …ifests (kubernetes-sigs#3047)
    
    * Fix typo in kubernets (missing 'e')
    
    * make generate
    h0tbird authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0b36d0c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    473be14 View commit details
    Browse the repository at this point in the history
  2. Add doc FAQ section

    astraw99 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    55034be View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3050 from astraw99/ftr-add-git-icon

    🌱 Add KB project git-repo and edit icons
    k8s-ci-robot authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    0cf3280 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3044 from astraw99/ftr-add-faq

    📖 Add kubebuilder FAQ section
    k8s-ci-robot authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    5f51f1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    637f85a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    49b863d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Merge pull request kubernetes-sigs#3051 from oscr/update-apidiff

    🌱  Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)
    k8s-ci-robot authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    69b64ae View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. 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>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f297975 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Merge pull request kubernetes-sigs#3008 from Kavinjsir/docs/external-…

    …plugin
    
    📖  docs: supplement plugin creation
    k8s-ci-robot authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8dfecb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3053 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.23.0
    
    🌱 Bump github.com/onsi/gomega from 1.22.1 to 1.23.0
    k8s-ci-robot authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    15bd05e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. 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>
    dependabot[bot] authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3b6ec86 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge pull request kubernetes-sigs#3064 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.24.0
    
    🌱 Bump github.com/onsi/gomega from 1.23.0 to 1.24.0
    k8s-ci-robot authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    59a59ba View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f59d6c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge pull request kubernetes-sigs#3063 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.5.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
    k8s-ci-robot authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6f1f8c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. 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>
    dependabot[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    39443ab View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7036a6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3070 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/spf13/afero-1.9.3
    
    🌱 Bump github.com/spf13/afero from 1.9.2 to 1.9.3
    k8s-ci-robot authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fc538cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3071 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/tools-0.3.0
    
    🌱 Bump golang.org/x/tools from 0.2.0 to 0.3.0
    k8s-ci-robot authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    766db4a View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4e2983a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. fix typo in Makefile

    ebiiim committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2ea935f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge pull request kubernetes-sigs#3072 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.24.1
    
    🌱 : Bump github.com/onsi/gomega from 1.24.0 to 1.24.1
    k8s-ci-robot authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e41da7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3073 from ebiiim/fix-typo

    🐛 fix a minor typo in Makefile
    k8s-ci-robot authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bff13b2 View commit details
    Browse the repository at this point in the history
  3. ✨ 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>
    coriaedu authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6cbdc16 View commit details
    Browse the repository at this point in the history
  4. fix unexpected end of file error in makefiles

    Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>
    Eduardo Coria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    84938f0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#3079 from coriaedu/fix-end-of-file…

    …-error-in-makefile
    
    🐛 fix unexpected end of file error in makefiles
    k8s-ci-robot authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    89f58d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. ✨ Add go/v4 base and migration guide

    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    camilamacedo86 and varshaprasad96 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8fcc643 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    camilamacedo86 and varshaprasad96 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    920b923 View commit details
    Browse the repository at this point in the history
  2. Update docs/book/src/migration/legacy.md

    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    camilamacedo86 and varshaprasad96 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    89026b7 View commit details
    Browse the repository at this point in the history
  3. Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    camilamacedo86 and varshaprasad96 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    aa90d6b View commit details
    Browse the repository at this point in the history
  4. Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    camilamacedo86 and varshaprasad96 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9cc0c3f View commit details
    Browse the repository at this point in the history
  5. Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    camilamacedo86 and varshaprasad96 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    00dfad7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3032 from camilamacedo86/go-v4-base

    ✨ Add go/v4-alpha base and migration guide from go/v3 to go/v4-alpha
    k8s-ci-robot authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1f099ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8be469 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Merge pull request kubernetes-sigs#3085 from camilamacedo86/bump-cont…

    …roller-runtime
    
    ✨ (go/v3,go/v4-alpha): Upgrade controller-runtime version from 1.13.0 to  1.13.1
    camilamacedo86 authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    eddf0ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b1f8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3096 from Kavinjsir/docs/commit-fo…

    …rmat
    
    📖 : suggest specify plugin for pr
    k8s-ci-robot authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0e22096 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. 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>
    dependabot[bot] authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    55129b9 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo in the component config tutorial

    Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
    andreasgerstmayr committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    43faac7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3098 from andreasgerstmayr/fix-typo

    📖 docs: fix typo in the component config tutorial
    k8s-ci-robot authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5e2b056 View commit details
    Browse the repository at this point in the history
  4. 🌱: refact testdata

    Kavinjsir committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    972dc6e View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#3086 from Kavinjsir/ci/refact-e2e-…

    …test
    
    🌱 ci: refact testdata
    k8s-ci-robot authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4fefbf7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3097 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.5.1
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
    k8s-ci-robot authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    051b05a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    407b9fe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge pull request kubernetes-sigs#3084 from Kavinjsir/feat/kustomize…

    …-sample
    
    ✨ feat  : add kustomize file for crd sample
    k8s-ci-robot authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    136f6ce View commit details
    Browse the repository at this point in the history
  2. add action to lint yaml

    and fix existing yamllint failures
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    787b588 View commit details
    Browse the repository at this point in the history
  3. update yamllint to now be run via Makefile

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    346896e View commit details
    Browse the repository at this point in the history
  4. run yamllint target as part of lint target

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    feb0c54 View commit details
    Browse the repository at this point in the history
  5. add yamllint job back as the lint job only runs golangci-lint

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    758ab61 View commit details
    Browse the repository at this point in the history
  6. bump proxy image

    camilamacedo86 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    777fd27 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    3ad1c7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3099 from camilamacedo86/kube-rbac…

    …-proxy
    
    ✨ Upgrade gcr.io/kubebuilder/kube-rbac-proxy from 0.13.0 to 0.13.1 to address CVE
    k8s-ci-robot authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    c1d56e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3101 from erikgb/fix/remove-yaml-t…

    …railing-space
    
    📖 : Remove trailing space making yamllint fail on new project
    k8s-ci-robot authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    cc703b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. (kustomize/v2-alpha): change kustomization file to track samples to u…

    …se marker instead of overwritting
    camilamacedo86 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e615d6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3102 from camilamacedo86/fix-kust

    🐛  (kustomize/v2-alpha): use marker to track samples and do not create tracks for core types
    camilamacedo86 authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ce42706 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3069 from everettraven/actions/yam…

    …llint
    
    🌱 add GitHub Action to lint yaml
    k8s-ci-robot authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3044376 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    24846f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merge pull request kubernetes-sigs#3104 from camilamacedo86/fix-deploy

    🐛 (deployimage/v1-alpha): fix error to scaffold go/v4-alpha projects
    k8s-ci-robot authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    432a727 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Replace restricted-access ComponentConfig design doc link with the pu…

    …blic one
    
    Signed-off-by: Michail Resvanis <mresvani@redhat.com>
    mresvanis committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4833ccc View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3108 from mresvanis/replace-restri…

    …cted-component-config-ddoc-link
    
    📖 Replace restricted-access ComponentConfig design doc link with the public one
    k8s-ci-robot authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    184ff74 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. 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>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6203012 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Merge pull request kubernetes-sigs#3113 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/text-0.5.0
    
    🌱 Bump golang.org/x/text from 0.4.0 to 0.5.0
    k8s-ci-robot authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c823f2a View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    camilamacedo86 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7e2d018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f21e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. 🌱 Change testdata suffix and regenerate samples (kubernetes-sigs#3111)

    * edit script
    
    * make generate
    
    * fix test name
    
    * project-v3-with-grafana
    jason1028kr authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    880e827 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. book: add details rbac doc in tutorial

    Signed-off-by: qingwave <isguory@gmail.com>
    qingwave committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    fd0325a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3120 from qingwave/rbac-doc

    📖 add details rbac doc in tutorial
    k8s-ci-robot authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3adb0d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. 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>
    mdb committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d385fee View commit details
    Browse the repository at this point in the history
  2. run 'make generate'

    Signed-off-by: Mike Ball <mikedball@gmail.com>
    mdb committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b977e1e View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b5d6442 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8a873b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Update envtest.md

    Fix typo
    neufeldtech authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5266844 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Merge pull request kubernetes-sigs#3125 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.6.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
    k8s-ci-robot authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ae21e66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3122 from mdb/improve-readme-template

    🐛 Improve README template spelling and grammar
    k8s-ci-robot authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d23c254 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3124 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/tools-0.4.0
    
    🌱 Bump golang.org/x/tools from 0.3.0 to 0.4.0
    k8s-ci-robot authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ece2ea9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3128 from neufeldtech/patch-1

    📖 Update envtest.md
    k8s-ci-robot authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3c42286 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Update SUMMARY.md

    move the FAQ section to the bottom, after Plugins finish.
    chinu-anand authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    9ef038b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3131 from chinu-anand/master

    📖 Update SUMMARY.md
    k8s-ci-robot authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    58e39f7 View commit details
    Browse the repository at this point in the history
  3. 📖 Making section on envtest limitations visible in Master (kubernetes…

    …-sigs#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>
    ShivamTyagi12345 authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    a99b151 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. 🌱 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>
    dependabot[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a1509d9 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f1a0083 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    248fe91 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Merge pull request kubernetes-sigs#3132 from kubernetes-sigs/dependab…

    …ot/github_actions/goreleaser/goreleaser-action-4
    
    🌱 Bump goreleaser/goreleaser-action from 3 to 4
    k8s-ci-robot authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    221ebc6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3133 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.6.1
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1
    k8s-ci-robot authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    4c112e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3140 from tan-i-ham/fix/kubernetes…

    …-sigs#3138
    
    📖  fix "Available Plugins" link
    k8s-ci-robot authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    e118741 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    3b9fec5 View commit details
    Browse the repository at this point in the history
  5. ✨ warning comment on PROJECT file (kubernetes-sigs#3137)

    * warning comment on PROJECT file
    
    * make generate
    
    * add link
    jason1028kr authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    bc644f0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3134 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.24.2
    
    🌱 Bump github.com/onsi/gomega from 1.24.1 to 1.24.2
    k8s-ci-robot authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    5098f75 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. 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.
    GabriFedi97 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e2c0c50 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    d38d743 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3146 from camilamacedo86/update-li…

    …cense-date
    
    🌱 update license date
    k8s-ci-robot authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ac6e6d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    afce6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94211ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3143 from GabriFedi97/master

    📖 missing shell argument in autocompletion snippet
    k8s-ci-robot authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e18e7cc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fix-missing dashes infront of plugins

    The kubebuilder command was missing the "--" infront of plugins. This meant that it used the go/v3 layout.
    Sijoma authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8e769c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    74ecc86 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    3ce1d56 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    191feaa View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    7683218 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3148 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/text-0.6.0
    
    🌱 : Bump golang.org/x/text from 0.5.0 to 0.6.0
    k8s-ci-robot authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    63524e6 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    298f7a7 View commit details
    Browse the repository at this point in the history
  6. 📖 fix typo in curl command (kubernetes-sigs#3156)

    fix typo in curl command
    guettli authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6ff1023 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#3150 from kubernetes-sigs/dependab…

    …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
    k8s-ci-robot authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6fc53b1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-sigs#3153 from Sijoma/patch-1

    📖 fix-missing dashes infront of plugins
    k8s-ci-robot authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    0b16814 View commit details
    Browse the repository at this point in the history
  9. 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>
    dependabot[bot] authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    dcc7e2e View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes-sigs#3151 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/gobuffalo/flect-1.0.0
    
    🌱 Bump github.com/gobuffalo/flect from 0.3.0 to 1.0.0
    k8s-ci-robot authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    caa4a8b View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes-sigs#3149 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/tools-0.5.0
    
    🌱 Bump golang.org/x/tools from 0.4.0 to 0.5.0
    k8s-ci-robot authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    9f8c026 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge pull request kubernetes-sigs#3157 from camilamacedo86/clean-rel…

    …ease-info
    
    🌱 : cleanup info and code regards legacy actions using GCP to build KB CLI release
    k8s-ci-robot authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    26f605e View commit details
    Browse the repository at this point in the history
  2. 📖 remove the workaround steps from the release doc

    ## Description
    
    remove the workaround steps from the release doc.
    these steps are from the legacy method, which is no longer used
    camilamacedo86 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    43ebec9 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump kubernetes-sigs/kubebuilder-release-tools

    Bumps [kubernetes-sigs/kubebuilder-release-tools](https://github.com/kubernetes-sigs/kubebuilder-release-tools) from 0.2.0 to 0.3.0.
    - [Release notes](https://github.com/kubernetes-sigs/kubebuilder-release-tools/releases)
    - [Changelog](https://github.com/kubernetes-sigs/kubebuilder-release-tools/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/kubebuilder-release-tools@v0.2.0...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: kubernetes-sigs/kubebuilder-release-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5a0a65e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge pull request kubernetes-sigs#3168 from kubernetes-sigs/dependab…

    …ot/github_actions/kubernetes-sigs/kubebuilder-release-tools-0.3.0
    
    🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.2.0 to 0.3.0
    k8s-ci-robot authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5b3ff7e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    5bfdd11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Sajiyah-Salat/Sajiyah-Salat-patch-1

    Update cronjob_types.go
    Sajiyah-Salat authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e89793c View commit details
    Browse the repository at this point in the history
  3. 📖 fix untile typo in readmes (kubernetes-sigs#3135)

    fix untile typo in readmes
    klucsik authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    16f6469 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge pull request kubernetes-sigs#3161 from kubernetes-sigs/camilama…

    …cedo86-update-release
    
    📖 remove the workaround steps from the release doc
    k8s-ci-robot authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    36bc3c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. corrected layout

    swastik959 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    355901d View commit details
    Browse the repository at this point in the history
  2. co_doc

    swastik959 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9b69713 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Merge pull request kubernetes-sigs#3176 from swastik959/docs_corr

    📖 [docs] : corrected layout of manually_migration_guide_gov3_to_gov4.md
    k8s-ci-robot authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    da54c08 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. 📖 : update ComponentConfig tutorial (kubernetes-sigs#3181)

    docs: update ComponentConfig
    Eileen-Yu authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f2b0119 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/onsi/gomega from 1.24.2 to 1.26.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.2 to 1.26.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.24.2...v1.26.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>
    dependabot[bot] authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8702243 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3184 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.26.0
    
    🌱 Bump github.com/onsi/gomega from 1.24.2 to 1.26.0
    k8s-ci-robot authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    55ac993 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.7.0 to 2.8.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.7.0...v2.8.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>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2bf4b5d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. change kustomize install templating to avoid tripping security alerts

    Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
    jberkhahn committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fb1ef1d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge pull request kubernetes-sigs#3190 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.8.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0
    k8s-ci-robot authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fc673e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Upgrade the k8s version from 1.26.0 to 1.26.1 and controller-runtime …

    …from 0.14.1 to 0.14.2
    
    Signed-off-by: Yash Singh <syash@vmware.com>
    Yash Singh committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f4a8032 View commit details
    Browse the repository at this point in the history
  2. feat: automatically update componentconfig tutorial

    Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
    
    chore: refactor
    Eileen-Yu committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0ba2830 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Merge pull request kubernetes-sigs#3191 from Eileen-Yu/ci/autoupdate-…

    …docs
    
    ✨ Update component-config tutorial automatically
    k8s-ci-robot authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    5bbe609 View commit details
    Browse the repository at this point in the history
  2. ⚠️ (kustomize/v2-alpha, go/v4-alpha): Upgrade kustomize from 4.5.7 to…

    … 5.0.0 (kubernetes-sigs#3199)
    
    ⚠️ (kustomize/v2-alpha, go/v4-alpha): Upgrade kustomize from 4.5.7 to 5.0.0 (kubernetes-sigs#3199)
    Eileen-Yu authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    60697e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge pull request kubernetes-sigs#3197 from yashsingh74/bump-k8s-1-26-1

    ✨ Upgrade the k8s to 1.26.1 and controller-runtime to 0.14.2
    varshaprasad96 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8c4ebfc View commit details
    Browse the repository at this point in the history
  2. [Fix] Generate docs

    varshaprasad96 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ee96332 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3206 from varshaprasad96/verify-ma…

    …ster
    
    📖 [Fix] Generate docs
    k8s-ci-robot authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    97b8966 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3187 from jberkhahn/change_kustomi…

    …ze_install
    
    ✨ (go/v3,go/v4-alpha): instead of call script to install kustomize download it first
    k8s-ci-robot authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f802fe7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    5a34384 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    9c46344 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    8bebf73 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Bump golang.org/x/text from 0.6.0 to 0.7.0

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.6.0...v0.7.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>
    dependabot[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    162441d View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3228 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/text-0.7.0
    
    🌱 Bump golang.org/x/text from 0.6.0 to 0.7.0
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8ee2b7d View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/tools from 0.5.0 to 0.6.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.5.0...v0.6.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>
    dependabot[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ec789d2 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.0 to 2.8.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.8.0...v2.8.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>
    dependabot[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    586a74d View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#3226 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/tools-0.6.0
    
    🌱 Bump golang.org/x/tools from 0.5.0 to 0.6.0
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    92644a8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3227 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.8.1
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1504697 View commit details
    Browse the repository at this point in the history
  7. ✨ (go/v3,go/v4-alpha) :Update controller-runtime and controller-tools…

    … dependencies (kubernetes-sigs#3218)
    
    ✨ (go/v3,go/v4-alpha) :Update controller-runtime and controller-tools dependecies
    camilamacedo86 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    156196c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. 📖 update the template for proposals (kubernetes-sigs#3219)

    * 📖 update the template for proposals
    
    * Apply suggestions from code review
    camilamacedo86 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6f56fbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3220 from camilamacedo86/update-de…

    …sign-status
    
    📖 update the status of the proposals in the repo
    k8s-ci-robot authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4238c3f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. 🐛 (Kubebuilder External Plugins API): fix populate PluginRequest.Univ…

    …erse which is empty (kubernetes-sigs#3223)
    
    * fix: populate PluginRequest.Universe
    
    * test: add unit test for getUniverseMap
    
    * refactor: fix linting errors
    em-r authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8538e78 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. docs(README): add latest release badge

    r3drun3 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    850fae8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3236 from R3DRUN3/master

    📖 Add latest release badge to readme
    k8s-ci-robot authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d245de8 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump golang.org/x/net from 0.6.0 to 0.7.0 (kubernetes-sigs#3232)

    Bump golang.org/x/net from 0.6.0 to 0.7.0
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ef3c017 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9476007 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Bump github.com/onsi/gomega from 1.26.0 to 1.27.1

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.26.0 to 1.27.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.26.0...v1.27.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>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5b2422a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21393a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3241 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.27.1
    
    🌱 Bump github.com/onsi/gomega from 1.26.0 to 1.27.1
    k8s-ci-robot authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fbccbb3 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.1 to 2.8.3.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.8.1...v2.8.3)
    
    ---
    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>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    944b3e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#3242 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.8.3
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3
    k8s-ci-robot authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a2a7659 View commit details
    Browse the repository at this point in the history
  6. ⚠️ (kustomize/v1) deprecated v1 version in favor of v2 (kubernetes-si…

    …gs#3235)
    
    * ⚠️ deprecated kustomize/v1 plugin
    
    * Update docs/book/src/plugins/kustomize-v1.md
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    
    * Update docs/book/src/plugins/kustomize-v1.md
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    
    * Update docs/book/src/plugins/to-be-extended.md
    
    * Update docs/book/src/plugins/to-be-extended.md
    
    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    
    * Update pkg/plugins/common/kustomize/v1/plugin.go
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    
    * Update docs/book/src/plugins/to-be-extended.md
    
    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    
    ---------
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    3 people authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    751e268 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#3243 from tharun634/master

    🌱 Update golangci-lint to latest version
    k8s-ci-robot authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    140883c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    2e0a0fb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. 👻 : add tony as reviewer

    Kavinjsir committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0232bbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3248 from Kavinjsir/kavinjsir/requ…

    …est-for-reviewer
    
    👻 : add tony as reviewer
    k8s-ci-robot authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    73e25fa View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    1d5c6c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. test: increase coverage

    em-r committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6ccbc0f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    4732cf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update api-changes.md

    Fix a typo in the docs
    shubhamrajvanshi authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5ed3440 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3258 from shubhamrajvanshi/patch-1

    📖 Fix typo in api-changes.md
    k8s-ci-robot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    dbac840 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump github.com/spf13/afero from 1.9.3 to 1.9.4 (kubernetes-sigs#3254)

    Bump github.com/spf13/afero from 1.9.3 to 1.9.4
    
    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.3 to 1.9.4.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.9.3...v1.9.4)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    142ee02 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 (kubernetes-sigs…

    …#3253)
    
    Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.3 to 2.8.4.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.8.3...v2.8.4)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4757be7 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.4 to 2.9.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.8.4...v2.9.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>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    91396e0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3259 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.9.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0
    k8s-ci-robot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3a1240f View commit details
    Browse the repository at this point in the history
  7. 🌱 Bump github.com/gobuffalo/flect from 1.0.0 to 1.0.2 (kubernetes-sig…

    …s#3252)
    
    Bump github.com/gobuffalo/flect from 1.0.0 to 1.0.2
    
    Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/gobuffalo/flect/releases)
    - [Commits](gobuffalo/flect@v1.0.0...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gobuffalo/flect
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    244a9e9 View commit details
    Browse the repository at this point in the history
  8. ⚠️ (go/v3) deprecate go/v3 in favor of go/v4 (kubernetes-sigs#3238)

    * ⚠️ deprecate go/v3
    
    * Apply suggestions from code review
    
    * Update pkg/plugins/golang/v4/plugin.go
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    
    ---------
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    camilamacedo86 and everettraven authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    90d09e1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes-sigs#3255 from Sajiyah-Salat/sajiyah-ty…

    …pofix
    
    📖 fix typo in the design docs to scaffold projects
    k8s-ci-robot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c997ff3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    134cc11 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes-sigs#3247 from em-r/linux-plugin-discov…

    …ery-fix
    
    🐛 (API - External Plugins):  Fix external plugin discovery on Linux
    k8s-ci-robot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6adce22 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Bump golang.org/x/text from 0.7.0 to 0.8.0

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.7.0...v0.8.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>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2c61a35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3264 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/text-0.8.0
    
    🌱 Bump golang.org/x/text from 0.7.0 to 0.8.0
    k8s-ci-robot authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b90dfda View commit details
    Browse the repository at this point in the history
  3. Bump github.com/spf13/afero from 1.9.4 to 1.9.5

    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.4 to 1.9.5.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.9.4...v1.9.5)
    
    ---
    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>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    99caf56 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3263 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/spf13/afero-1.9.5
    
    🌱 Bump github.com/spf13/afero from 1.9.4 to 1.9.5
    k8s-ci-robot authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    af10313 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/onsi/gomega from 1.27.1 to 1.27.2

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.1 to 1.27.2.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.1...v1.27.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>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8ce171c View commit details
    Browse the repository at this point in the history
  6. 🌱 Bump joelanford/go-apidiff from 0.5.0 to 0.6.0 (kubernetes-sigs#3265)

    Bumps [joelanford/go-apidiff](https://github.com/joelanford/go-apidiff) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/joelanford/go-apidiff/releases)
    - [Commits](joelanford/go-apidiff@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: joelanford/go-apidiff
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ab45916 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#3262 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.27.2
    
    🌱 Bump github.com/onsi/gomega from 1.27.1 to 1.27.2
    k8s-ci-robot authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a0c4077 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56bbc88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    014e08c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. [fix: go/v3, go/v4] Remove stale imports

    This PR removes the stale import: "pkg/envtest/printer" that is not needed
    after migrating to ginko/v2.
    
    Controller-runtime v0.14.0+ has migrated to use ginko/v2 and thereby removed
    "printer" package. The imports were still being scaffolded though not used in the
    codebase.
    
    Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
    varshaprasad96 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8284311 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3270 from varshaprasad96/fix-exter…

    …nalCRD/v4-alpha
    
    🐛 [fix: go/v3, go/v4] Remove stale imports
    k8s-ci-robot authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    3cb60ab View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. fix nit lint issue

    camilamacedo86 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    2e44509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ee6e8b View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3274 from camilamacedo86/fix-lint

    🌱 fix nit lint issue
    k8s-ci-robot authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    9557eb2 View commit details
    Browse the repository at this point in the history
  4. 🐛 fix: deprecate message should be in go/v3 (kubernetes-sigs#3277)

    fix: deprecate message should be in go/v3
    camilamacedo86 authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    5f89a59 View commit details
    Browse the repository at this point in the history
  5. 🌱 : fix sample project-v4-grafana (kubernetes-sigs#3279)

    🐛 fix sample project-v4-grafana
    camilamacedo86 authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    958cda2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f38140 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c58b3f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    837fcdc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    321c00c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f0aa0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66aa98b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    820eeba View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Merge pull request kubernetes-sigs#3281 from camilamacedo86/update-cr…

    …onjob-tutorial
    
    📖 update cronjob tutorial sample to use go/v4
    k8s-ci-robot authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    1dc75e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    3e8df57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3278 from camilamacedo86/ensure-de…

    …fault
    
    ✨  : make go/v4 to be default Kubebuilder CLI scaffold
    k8s-ci-robot authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    99e275d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.9.0...v2.9.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>
    dependabot[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0e3dc73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3284 from camilamacedo86/deprecate…

    …d-packages
    
    ✨ (API) deprecate kustomize/v1 and go/v3 packages
    k8s-ci-robot authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d4ec246 View commit details
    Browse the repository at this point in the history
  3. doc: add fish and powershell of autocompletion command

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    dd5d4bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#3294 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.9.1
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1
    k8s-ci-robot authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    27639e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#3280 from camilamacedo86/component…

    …-config
    
    📖 Update Component config tutorial to use go/v4 plugin
    k8s-ci-robot authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0500f37 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#3295 from jenting/shell

    📖 doc: add fish and powershell of autocompletion command
    k8s-ci-robot authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f9a8196 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge pull request kubernetes-sigs#3275 from camilamacedo86/stop-gene…

    …rate-testdata-v3
    
    🌱 : stop to generate all samples for go/v3
    k8s-ci-robot authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9c3e643 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    28a158c View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3302 from camilamacedo86/fix-merge…

    …-testdat
    
    🌱 fix testdata / merge conflict
    k8s-ci-robot authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f5af84e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7009f5 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/onsi/gomega from 1.27.2 to 1.27.4

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.4.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.2...v1.27.4)
    
    ---
    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>
    dependabot[bot] authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a78c136 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    af14bf6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#3293 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.27.4
    
    🌱 Bump github.com/onsi/gomega from 1.27.2 to 1.27.4
    k8s-ci-robot authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    bf9812b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    7f5d552 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    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>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b3f401b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Merge pull request kubernetes-sigs#3310 from kubernetes-sigs/dependab…

    …ot/github_actions/actions/setup-go-4
    
    🌱 Bump actions/setup-go from 3 to 4
    k8s-ci-robot authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1ab1f16 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. adds small version cmd test

    sklarsa committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e9f1f0c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    cd2a493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8065e62 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#3333 from camilamacedo86/fix-ci

    🌱 ci: remove check docs only since it is blocking the ci
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8299d40 View commit details
    Browse the repository at this point in the history
  4. 📖: fix spelling mistakes in document (kubernetes-sigs#3331)

    fix spelling mistakes in doc
    pratikmota authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c3d5cf7 View commit details
    Browse the repository at this point in the history
  5. 📖: Add version dropdown for doc release (kubernetes-sigs#3332)

    add version dropdown for doc
    pratikmota authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b17a13e View commit details
    Browse the repository at this point in the history
  6. Bump github.com/spf13/cobra from 1.6.1 to 1.7.0

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.6.1...v1.7.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>
    dependabot[bot] authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    22080d2 View commit details
    Browse the repository at this point in the history
  7. Bump golang.org/x/text from 0.8.0 to 0.9.0

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.8.0 to 0.9.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.8.0...v0.9.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>
    dependabot[bot] authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8a165af View commit details
    Browse the repository at this point in the history
  8. Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.9.1 to 2.9.2.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.9.1...v2.9.2)
    
    ---
    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>
    dependabot[bot] authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    22db1cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d60ebab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    140af01 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes-sigs#3326 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/text-0.9.0
    
    🌱 Bump golang.org/x/text from 0.8.0 to 0.9.0
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    67f117a View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes-sigs#3327 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/spf13/cobra-1.7.0
    
    🌱 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    473f16a View commit details
    Browse the repository at this point in the history
  13. Bump golang.org/x/tools from 0.7.0 to 0.8.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.7.0...v0.8.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>
    dependabot[bot] authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    679afca View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes-sigs#3314 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.9.2
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    eb8b341 View commit details
    Browse the repository at this point in the history
  15. Merge pull request kubernetes-sigs#3322 from sklarsa/steve/unit-tests

    🌱  Adds version command E2E test to improve coverage
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b868893 View commit details
    Browse the repository at this point in the history
  16. Bump github.com/onsi/gomega from 1.27.4 to 1.27.6

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.4 to 1.27.6.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.4...v1.27.6)
    
    ---
    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>
    dependabot[bot] authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    56d0b3a View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubernetes-sigs#3325 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/tools-0.8.0
    
    🌱 Bump golang.org/x/tools from 0.7.0 to 0.8.0
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6ce6d4e View commit details
    Browse the repository at this point in the history
  18. Merge pull request kubernetes-sigs#3317 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/gomega-1.27.6
    
    🌱 Bump github.com/onsi/gomega from 1.27.4 to 1.27.6
    k8s-ci-robot authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0fa5740 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    ecf5843 View commit details
    Browse the repository at this point in the history
  2. 📖 : Document update - Fix document spelling mistake (kubernetes-sigs#…

    …3324)
    
    Fix spelling mistake errors
    pratikmota authored and camilamacedo86 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e87bf49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87fb31d View commit details
    Browse the repository at this point in the history