Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
9abe27b
Enhance GitHub actions CI
Adirio Mar 16, 2021
e3437d6
Merge pull request #2095 from Adirio/enhance-gh-actions
k8s-ci-robot Mar 23, 2021
d7bd9c7
Allow to modify the root's command description
Adirio Mar 24, 2021
2d0bae4
Merge pull request #2105 from Adirio/cli-description
k8s-ci-robot Mar 24, 2021
f5d2f6a
Split GH Actions jobs into separate workflows
Adirio Mar 25, 2021
825b347
Merge pull request #2107 from Adirio/split-GH-workflows
k8s-ci-robot Mar 25, 2021
beecada
:bug: do not generate the cert-manager directory by default.
camilamacedo86 Mar 25, 2021
b828d86
Merge pull request #2111 from camilamacedo86/fix-certmanager
k8s-ci-robot Mar 25, 2021
39ec8f8
Allow bundles to be used as input to other bundles
Adirio Mar 26, 2021
9d1fd06
:warning: move declarative plugin to golang domain
camilamacedo86 Mar 26, 2021
f65ddb2
Merge pull request #2114 from camilamacedo86/declarative-org
k8s-ci-robot Mar 26, 2021
84f357b
Merge pull request #2112 from Adirio/bundle-recursion
k8s-ci-robot Mar 27, 2021
9e816f5
:sparkles: add the common plugin(s) to allow it to be used by consumers
camilamacedo86 Apr 1, 2021
3da7f18
change scale example attribute
huiwq1990 Apr 7, 2021
3eb373c
Merge pull request #2127 from huiwq1990/fix-bookScaleExample
k8s-ci-robot Apr 7, 2021
d5e70a5
Merge pull request #2106 from camilamacedo86/config-base
k8s-ci-robot Apr 7, 2021
3eaa8c0
:seeding: fix lint issue on master for the release
camilamacedo86 Apr 7, 2021
72f7c2e
Merge pull request #2132 from camilamacedo86/fix-lint-master
k8s-ci-robot Apr 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
:seeding: fix lint issue on master for the release
  • Loading branch information
camilamacedo86 committed Apr 7, 2021
commit 3eaa8c06260b6a96592d0d96656884915f746eaa
1 change: 1 addition & 0 deletions pkg/plugins/golang/v3/scaffolds/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package scaffolds

import (
"fmt"

"github.com/spf13/afero"

"sigs.k8s.io/kubebuilder/v3/pkg/config"
Expand Down