Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(CI): change release tag format #464

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

alacuku
Copy link
Member

@alacuku alacuku commented Apr 11, 2024

What type of PR is this?

Uncomment one (or more) /kind <> lines:

/kind bug

/kind cleanup

/kind design

/kind documentation

/kind failing-test

/kind feature

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area plugins

/area registry

/area build

/area documentation

What this PR does / why we need it:
See #223
Which issue(s) this PR fixes:

Fixes #223

Special notes for your reviewer:

@falcosecurity/plugins-maintainers Please note that once this PR gets merged, you will need to use the new tag format to release a plugin!

Copy link
Member

@leogr leogr left a comment

Choose a reason for hiding this comment

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

@@ -18,14 +18,13 @@ jobs:
package: ${{ steps.regex-match.outputs.group1 }}

steps:
- name: Extract semver ℹ️
- name: Validate tag ℹ️
Copy link
Member

@leogr leogr Apr 11, 2024

Choose a reason for hiding this comment

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

What does i mean here ? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

It was already there.

Copy link
Member

Choose a reason for hiding this comment

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

I guess it was a leftover. I recommend to clean it up, eventually

Copy link
Member

@leogr leogr left a comment

Choose a reason for hiding this comment

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

Noticed that the pre case must also be fixed to accommodate the possibility of new and old tags, see 👇

https://github.com/falcosecurity/plugins/pull/464/files#diff-ea759ade72ddb523d1113744fdbc8c8ab7bc9c5cc60da3a854a78d361ca430bcL166

@alacuku alacuku force-pushed the klc/ci-change-tag-format branch 3 times, most recently from b1484db to 863a292 Compare April 11, 2024 15:51
@alacuku alacuku force-pushed the klc/ci-change-tag-format branch from 863a292 to c57b11d Compare April 11, 2024 16:44
@poiana
Copy link
Contributor

poiana commented Apr 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alacuku, leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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

@poiana
Copy link
Contributor

poiana commented Apr 12, 2024

LGTM label has been added.

Git tree hash: 2527855429d9a4757d551926b9cf466303c25808

@poiana poiana merged commit 225ba61 into falcosecurity:main Apr 12, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change plugins git tag convention to be go-compatible
3 participants