Remove leftover unused files - #4018
Open
gauron99 wants to merge 1 commit into
Open
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changelog tooling, obsolete CI Kind config, unused mocks, generated docs for renamed or hidden commands, and the frozen third_party license dump had no remaining in-repo readers. Current knative hack only runs go-licenses check; it no longer writes third_party/VENDOR-LICENSE.
gauron99
force-pushed
the
leftover-cleanup
branch
from
August 21, 2026 11:40
4651f45 to
c50ae09
Compare
gauron99
requested review from
lkingland and
matejvasek
and removed request for
jrangelramos
August 21, 2026 11:46
Contributor
There was a problem hiding this comment.
Pull request overview
Removes obsolete configuration, generated documentation, mocks, test assets, and dependency metadata while enabling generation of func config ci reference docs.
Changes:
- Removes legacy release, cluster, test, and mock assets.
- Updates documentation generation for the feature-gated CI command.
- Removes the third-party license bundle and related exclusions.
Reviewed changes
Copilot reviewed 191 out of 581 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.chglog/CHANGELOG.tpl.md |
Removes legacy changelog template. |
.chglog/config.yml |
Removes git-chglog configuration. |
.codecov.yaml |
Stops excluding third_party. |
.golangci.yaml |
Stops excluding third_party. |
.versionrc |
Removes standard-version configuration. |
CHANGELOG.md |
Removes frozen changelog. |
docs/generator/main.go |
Enables CI command during generation. |
docs/reference/func_cluster.md |
Removes hidden cluster docs. |
docs/reference/func_cluster_create.md |
Removes cluster-create docs. |
docs/reference/func_cluster_delete.md |
Removes cluster-delete docs. |
docs/reference/func_cluster_list.md |
Removes cluster-list docs. |
docs/reference/func_config.md |
Links CI command documentation. |
docs/reference/func_config_ci.md |
Refreshes supported test runtimes. |
docs/reference/func_info.md |
Removes alias-specific docs. |
hack/test-full.sh |
Corrects cluster setup guidance. |
hack/test.sh |
Removes obsolete smoke test. |
hack/vcs.sh |
Includes third_party in source checks. |
pkg/config/testdata/TestDefaultNamespace/kubeconfig |
Removes unused fixture. |
pkg/functions/testdata/cluster.yaml |
Removes obsolete Kind fixture. |
pkg/functions/testdata/example.com/region1/README.md |
Removes unused fixture documentation. |
pkg/mock/client.go |
Removes unused client mock. |
pkg/mock/dnsProvider.go |
Removes unused DNS mock. |
pkg/mock/initializer.go |
Removes unused initializer mock. |
pkg/pipelines/init.go |
Removes empty package file. |
pkg/pipelines/resources/tekton/task/func-buildpacks/0.1/func-buildpacks.yaml |
Removes old catalog task. |
pkg/s2i/testdata/builder.tar |
Removes obsolete S2I fixture. |
third_party/VENDOR-LICENSE/** (554 files) |
Removes dependency licenses, notices, and copied metadata. |
third_party/go.mod |
Removes the auxiliary module. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| ### SEE ALSO | ||
|
|
||
| * [func](func.md) - func manages Knative Functions | ||
| * [func config ci](func_config_ci.md) - Generate a GitHub Workflow for function deployment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
CHANGELOG.md(last entry 0.26.0) and unusedgit-chglog / standard-version config (
.chglog/,.versionrc)func clusterand leftoverfunc_info.md(inforemains an alias ofdescribe)pkg/pipelines/init.go, oldTekton catalog Task YAML, obsolete Kind/S2I testdata, and the CI echo
smoke test
hack/test.shfunc config cireference docs when running the docsgenerator; fix the
hack/test-full.shcomment that still saidfunc cluster create --dapr/kind cleanup
Docs