Releases: vitessio/vitess-releaser
Releases · vitessio/vitess-releaser
v1.0.4
v1.0.3
What's Changed
- Add vitess releaser items specified in vitessio/vitess#16795 (comment) by @rohit-nayak-ps in #123
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Add being part of the DockerHub org as a prerequisite by @frouioui in #116
- Update README with improved install step by @frouioui in #121
- Move some vtop steps to code freeze by @frouioui in #118
- Check the version of the tool at start time by @frouioui in #122
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
Description
Initial release of vitess-releaser
, this version contains everything that was done since the creation of the tool.
What's Changed
- Addition of
.gitignore
by @frouioui in #1 - Addition of the
create-issue
command by @frouioui in #2 - update README by @systay in #3
- check for open PRs on the release branch by @systay in #4
- Addition of the interactive frontend by @frouioui in #5
- add license header by @frouioui in #6
- Addition of the code freeze automation by @frouioui in #7
- new interactive code by @systay in #8
- clean up the interactive code by @systay in #9
- Addition of progress logging to the
releaser
by @frouioui in #10 - Addition of progress bar to create issue by @frouioui in #12
- Prompts the Slack Announcements to the release manager by @frouioui in #13
- Add the list of backports to the release issue by @frouioui in #14
- Create milestone during pre-release by @frouioui in #15
- update dialogs that are not active by @systay in #16
- Use
*release.Context
everywhere and get rid ofstate
pkg by @frouioui in #17 - Enhance Check PRs to also check Pull Request with
Backport to: xxx
labels by @frouioui in #18 - Check the release note summary by @frouioui in #19
- Handle release blockers issues by @frouioui in #20
- Fix license header typo by @frouioui in #21
- New actionable dialogue by @frouioui in #22
- Merge the check and addition of PRs/Release Blocker Issues by @frouioui in #23
- Start updating the Release Issue as we mark items as
done
/to do
in the UI by @frouioui in #24 - Refactor how the release issue is written and read by @frouioui in #25
- Enhance code freeze mechanism by @frouioui in #26
- Create the Release PR by @frouioui in #27
- feat: change the binary name by @systay in #30
- Small UI enhancements (better guidance and look) by @frouioui in #31
- Add
gh
extension install step to readme by @frouioui in #32 - Better startup by @frouioui in #33
- add the date flag by @frouioui in #34
- Fix divers small bugs by @frouioui in #35
- Improve the creation of the release PR by @frouioui in #36
- Push the commit by @frouioui in #37
- remove bot commits from release notes by @frouioui in #38
- Improve overall navigation of the menu and the release issue by @frouioui in #39
- Initial work on the release steps by @frouioui in #40
- Merge release Pull Request by @frouioui in #41
- Addition of Tag Release step by @frouioui in #42
- Remove the Java frontend and issue code by @frouioui in #43
- Fix small issue with how we load data into the issue struct by @frouioui in #44
- Copy release notes to main branch by @frouioui in #45
- Implement back to dev mode by @frouioui in #46
- Remove period from NewStepf call by @frouioui in #47
- Addition of the benchmark step by @frouioui in #48
- Add the check docker images step by @frouioui in #49
- Add close milestone by @frouioui in #50
- Finish the post-release step with twitter and close issue support by @frouioui in #51
- Support RC releases by @frouioui in #52
- Move release specific fields from
state
to aReleaseInformation
struct by @frouioui in #53 - Partial support vitess-operator releases by @frouioui in #54
- Small refactor of the state machine by @frouioui in #55
- Several patches after running patch release test by @frouioui in #56
- Replace all logs.Fatal by logs.Panic by @frouioui in #57
- add the website documentation step by @frouioui in #58
- Bump the version.go file on vitess-operator during rc1 by @frouioui in #59
- Add all manual steps of the vtop release by @frouioui in #60
- Add more context to panics by @frouioui in #71
- Add comment to not edit the release issue's body by @frouioui in #72
- Rearrange the CLI and flags and README by @frouioui in #73
- Enhance README by @frouioui in #74
- Fix the insertion of summary in the release notes by @frouioui in #77
- fix how we detect the vtop version when there is an rc by @frouioui in #78
- Support GA releases by @frouioui in #79
- Quick fix to the java step by @frouioui in #80
- update the readme by @frouioui in #81
- update the readme by @frouioui in #82
- Copy branch protection rules using GH API by @frouioui in #86
- Create
Backport to
label during the first RC release by @frouioui in #87 - Implement new release process by @frouioui in #89
- Fix branch protection rules copy by @frouioui in #90
- Better instructions for the release summary step by @frouioui in #92
- Fix how the status of the general prerequisite is handled by @frouioui in #91
- Fix how we list backports by @frouioui in #93
- Divide the pre-release and code freeze section in two by @frouioui in #94
- Fix date parsing in the issue by @frouioui in #95
- Fix update go deps for vtop by @frouioui in #96
- Use lowercase for the vitess tag used in vtop deps by @frouioui in #97
- List PRs that are marked as Release Blockers by @frouioui in #98
- Fix the links in the check docker step by @frouioui in #99
- Automate the creation of the release-blocker label by @frouioui in #100
- Fix workflow links for < v20 release by @frouioui in #101
- Add version flag, contribution doc, small UI enhancements by @rohit-nayak-ps in #102
- Move PRs to newer milestone when doing RC-1 by @frouioui in #106
- Enhance the description of the manual steps (website docs and vtop) by @frouioui in #103
- Fix typo in the compatibility table step by @frouioui in #104
- Enhance the the flow for GA releases by @frouioui in #105
- Use newer links to check the docker images by @frouioui in #107
- Add 'unmanaged_tablet_test.sh' to the list of vtop tests by @frouioui in #108
- Ensure vitess-operator image is correctly built by @frouioui in h...