Skip to content

Where I can found a changelog between releases? #201

Answered by 4141done
andrew-demb asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Thanks for raising this. This project started out a little experimental but now as we're seeing more interest it seems to be time to formalize some things like changelogs and versioning.

In terms of answering your question - we don't have a changelog at the moment but we are consistent about squashing our commits on merge so the commit log on master should give you an idea of changes.

git log --since="2023-06-23" --pretty=format:"* %s\n"
* fix and issue where final build cannot find the base image for build (#200)\n
* Build multi-architecture images (#197)\n
* fix: handle IMDSv2 auth when checking if we are running on EC2 instance (#193)\n
* feat: Add option to specify a prefix to …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrew-demb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants