Skip to content

Update chronicle to v0.8.0#2154

Merged
wagoodman merged 1 commit intomainfrom
use-annotated-tags
Sep 20, 2023
Merged

Update chronicle to v0.8.0#2154
wagoodman merged 1 commit intomainfrom
use-annotated-tags

Conversation

@wagoodman
Copy link
Copy Markdown
Contributor

This PR adjusts the release pipeline to use annotated tags over lightweight tags and updates chronicle to the latest version to leverage this.

While looking at the old release logs I noticed that the cache keys are not unique, thus are causing cache restore errors (which file silently). Additionally I also removed an unused env var.

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
@wagoodman wagoodman marked this pull request as ready for review September 20, 2023 13:50
@wagoodman wagoodman requested a review from a team September 20, 2023 13:50
- name: Tag release
run: |
git tag ${{ github.event.inputs.version }}
git config --global user.name "anchoreci"
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.

Why pass --global? Is this setting correct for every job that runs on this CI worker? (Maybe it is, come to think of it.)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I can leave off global and it would also still function (I added it out of habit), but leaving the global flag will not affect other jobs as the github hosted CI runners don't allow for persisted state (you get a clean state every time).

@wagoodman wagoodman merged commit 40899ad into main Sep 20, 2023
@wagoodman wagoodman deleted the use-annotated-tags branch September 20, 2023 14:11
GijsCalis pushed a commit to GijsCalis/syft that referenced this pull request Feb 19, 2024
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants