Skip to content

Remove leftover unused files - #4018

Open
gauron99 wants to merge 1 commit into
knative:mainfrom
gauron99:leftover-cleanup
Open

Remove leftover unused files#4018
gauron99 wants to merge 1 commit into
knative:mainfrom
gauron99:leftover-cleanup

Conversation

@gauron99

Copy link
Copy Markdown
Contributor

Changes

  • 🗑️ Drop frozen CHANGELOG.md (last entry 0.26.0) and unused
    git-chglog / standard-version config (.chglog/, .versionrc)
  • 🗑️ Drop generated docs for hidden func cluster and leftover
    func_info.md (info remains an alias of describe)
  • 🗑️ Drop unused mocks, empty pkg/pipelines/init.go, old
    Tekton catalog Task YAML, obsolete Kind/S2I testdata, and the CI echo
    smoke test hack/test.sh
  • 🧹 Generate func config ci reference docs when running the docs
    generator; fix the hack/test-full.sh comment that still said
    func cluster create --dapr

/kind cleanup

Docs


@knative-prow knative-prow Bot added the kind/cleanup Cleanup label Aug 21, 2026
@knative-prow

knative-prow Bot commented Aug 21, 2026

Copy link
Copy Markdown

[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

Details Needs approval from an approver in each of these files:

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

@knative-prow knative-prow Bot added approved 🤖 PR has been approved by an approver from all required OWNERS files. size/XXL 🤖 PR changes 1000+ lines, ignoring generated files. labels Aug 21, 2026
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
gauron99 requested a balanced review from Copilot August 21, 2026 11:45
@gauron99
gauron99 requested review from lkingland and matejvasek and removed request for jrangelramos August 21, 2026 11:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved 🤖 PR has been approved by an approver from all required OWNERS files. kind/cleanup Cleanup size/XXL 🤖 PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants