Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
make api-gen
# check for uncommited changes crds
git diff --exit-code
sudo apt update
sudo apt install -y libgpgme-dev
make test
TAG=${TAG} make test-e2e
- name: Publish Test Report
Expand Down
28 changes: 15 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ api-gen: client-gen lister-gen informer-gen
.PHONY: docs
docs: build crd-ref-docs manifests
$(CRD_REF_DOCS) --config ./docs/config.yaml \
--max-depth 60 \
--templates-dir ./docs/templates/api \
--renderer markdown
mv out.md docs/api.md
Expand Down Expand Up @@ -383,20 +384,20 @@ GINKGO_BIN ?= $(LOCALBIN)/ginkgo-$(GINKGO_VERSION)
CRUST_GATHER_BIN ?= $(LOCALBIN)/crust-gather-$(CRUST_GATHER_VERSION)

## Tool Versions
KUSTOMIZE_VERSION ?= v5.6.0
CONTROLLER_TOOLS_VERSION ?= v0.18.0
ENVTEST_VERSION ?= release-0.20
GOLANGCI_LINT_VERSION ?= v2.4.0
CODEGENERATOR_VERSION ?= v0.32.2
KIND_VERSION ?= v0.27.0
OLM_VERSION ?= 0.31.0
OPERATOR_SDK_VERSION ?= v1.39.1
OPM_VERSION ?= v1.51.0
YQ_VERSION ?= v4.45.1
GINKGO_VERSION ?= v2.23.0
KUSTOMIZE_VERSION ?= v5.8.0
CONTROLLER_TOOLS_VERSION ?= v0.20.0
ENVTEST_VERSION ?= release-0.23
GOLANGCI_LINT_VERSION ?= v2.8.0
CODEGENERATOR_VERSION ?= v0.35.0
KIND_VERSION ?= v0.31.0
OLM_VERSION ?= 0.39.0
OPERATOR_SDK_VERSION ?= v1.42.0
OPM_VERSION ?= v1.62.0
YQ_VERSION ?= v4.50.1
GINKGO_VERSION ?= v2.27.5
CRUST_GATHER_VERSION ?= v0.11.0

CRD_REF_DOCS_VERSION ?= latest
CRD_REF_DOCS_VERSION ?= 4deb8b1eb0169ac22ac5d777feaeb26a00e38a33

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
Expand All @@ -414,7 +415,8 @@ install-tools: crd-ref-docs client-gen lister-gen informer-gen controller-gen ku
.PHONY: crd-ref-docs
crd-ref-docs: $(CRD_REF_DOCS)
$(CRD_REF_DOCS): $(LOCALBIN)
$(call go-install-tool,$(CRD_REF_DOCS),github.com/elastic/crd-ref-docs,$(CRD_REF_DOCS_VERSION))
# Required to support custom markers with values - https://github.com/elastic/crd-ref-docs/pull/194
$(call go-install-tool,$(CRD_REF_DOCS),github.com/AndrewChubatiuk/crd-ref-docs,$(CRD_REF_DOCS_VERSION))

.PHONY: client-gen
client-gen: $(CLIENT_GEN)
Expand Down
5 changes: 3 additions & 2 deletions api/client/informers/externalversions/factory.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/client/informers/externalversions/generic.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/client/informers/externalversions/operator/v1/vlagent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/client/informers/externalversions/operator/v1/vlcluster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/client/informers/externalversions/operator/v1/vlsingle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/client/informers/externalversions/operator/v1/vmanomaly.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/client/informers/externalversions/operator/v1/vtcluster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/client/informers/externalversions/operator/v1/vtsingle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading