Skip to content

Conversation

@twoGiants
Copy link
Contributor

Changes

  • 🎁 Add --force flag to func config ci to prevent accidental overwrites of existing workflow files
  • 🎁 Use distinct default workflow name for remote builds ("Remote Func Deploy")
  • 🧹 Remove verbose banner output from func config ci command

/kind enhancement

Relates to #3256

Release Note

The `func config ci` command now checks if a workflow file already exists before writing. Use the `--force` flag to overwrite existing workflows.

The `func config ci` command previously overwrote existing workflow
files silently, risking loss of user customizations.

Now the command checks if a workflow file exists before writing and
returns an error unless the `--force` flag is specified. This gives
users explicit control over when to replace their existing workflows.

Additionally, remote builds now use a distinct default workflow name
("Remote Func Deploy") to avoid conflicts.

Issue knative#3256

Signed-off-by: Stanislav Jakuschevskij <sjakusch@redhat.com>
@knative-prow
Copy link

knative-prow bot commented Jan 30, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: twoGiants
Once this PR has been reviewed and has the lgtm label, please assign lkingland for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 30, 2026
@knative-prow-robot
Copy link

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@knative-prow knative-prow bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 30, 2026
@knative-prow
Copy link

knative-prow bot commented Jan 30, 2026

@twoGiants: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
unit-tests_func_main e269e84 link true /test unit-tests

Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants