Releases: TokTok/ci-tools
Releases · TokTok/ci-tools
nightly
fix: Add top level directory to the source tarballs. Fixes https://github.com/TokTok/c-toxcore/issues/3026
v0.8.4
Release notes
Here's a new ci-tools release to test the release workflow.
Bug Fixes
- Fetch hub-restyled to a temporary file during release. (b9d45f1b)
- Ensure bit-for-bit reproducibility of AppImage builds. (2735bd77)
- Ensure hub-restyled is available during release. (3dfd6827)
- Ensure validation failures are reported to the release dashboard. (bd8b5bad)
- Add libgles2 to the dependencies of flutter linux. (4d0b278c)
- Use
--no-nameto make reproducible gzip tarballs. (4112161c) - Find release issue more reliably in GitHub Actions. (c9bb07c5)
Features
- Report release script failures to the tracking issue dashboard. (e56a4980)
- Use unified naming convention for iOS artifacts. (24fe8cff)
- Add an iOS workflow for Qt applications. (b6bb8a8d)
- Improve reproducibility of AppImage builds. (37533678)
- Collapse RC changelogs when a production release exists. (2f7917df)
v0.8.3
v0.8.3-rc.1
Release notes
Some pre-release notes here.
Bug Fixes
- Don't crash the todo list update when there are no releases. (34d2d3a9)
- Correct the path prefixes in release tarballs. (f69e34f8)
- Add missing python dependencies in the slim image. (299d574c)
- Add check that the translation event contains data. (ecd28e25)
- Disable clazy check as it is missing cmake dependencies. (1dacf2dd)
- Preserve leading spaces in automated translations. (7075deb1)
- Don't duplicate lines in .gitignore. (75ebfe8f)
- Correct the android apk artifact names. (3279f702)
- Don't add
third_party/.gitignoreif it doesn't exist. (13d9f077) - Add ci-tools to the .gitignore during release. (03d62889)
- Use "now" as the time stamp for unreleased versions. (b4557cc2)
- milestone assignment for rc (8a404f4a)
- Assign issue to release milestone; support gpg args. (3c1125ba)
Features
- Update the release tracking issue with actions required. (54e0e065)
- Add script to update flutter golden images from test failures. (c1b21075)
- Add a shared GitHub Pages workflow for flutter apps. (49cba142)
- Add a standardised flutter workflow. (cd3b70ff)
- Add a script to run bazel builds on circle ci. (6c0ab050)
Performance
- Don't run circleci stuff on anything other than PRs. (afd28c0e)
v0.8.2
v0.8.1
Release notes
Prod release for ci-tools.
Bug Fixes
v0.8.1-rc.1
Release notes
First release of ci-tools made by ci-tools releaser scripts. Release candidate first.
Bug Fixes
- Reviewable config was broken. (73df8058)
- Forcibly trigger CI on automation pull requests. (4bcdf84b)
- Fix self-name detection for real now. (782a44c9)
- Better detect the project's self-name. (1dd4366b)
- Verify all assets (except signatures and hashes). (e10da65d)
- Be less qtox-specific. (6941efe0)
- Use the version from the tracking issue if available. (830de610)
- Clear the correct cache on
clear_cache. (63157bd2) - Checkout ci-tools into
third_party.(b85a6de9) - Fix screenshotting in appimage build. (ac355bdc)
- Checkout ci-tools into the correct directory. (a2e0673b)
- Don't try to upload release artifacts on master builds. (18266196)
- Support original-only artifact file name globs. (fbb1fb4a)
- Check out the PR head instead of merge commit in restyled. (59f72a80)
- Respect the
local_requiredbool. (b6c16510) - Actually handle all the cases of versions being available or not. (40e0b274)
- Allow milestone to be empty. (722fce93)
- Terminate restyled action with error if a patch exists. (97066a4e)
- It's
git-patchinstead ofpatch. (3fd551b6) - Don't abort the restyled workflow before uploading a patch. (1587d59d)
- Don't try to restyle submodules. (5e2f2c85)
- Fix bzl file parser. (7cd1c326)
- Ignore empty response from github api. (9618fca1)
- Move workflows to workflows toplevel directory. (541a153d)
- Move workflows to .github. (54e32f1f)
- Disable release version check when there's no draft release. (3a6eb17c)
- Don't evaluate BUILD.bazel. (cdc378fd)
- Fail the
hackage_uploadscript on upload failure. (0c2126d6) - Fix hackage upload URL for package candidates. (563e21cd)
Features
- Show number of release assets verified in the log. (c0519b1d)
- Add PR validation to common prepare workflow. (13c63859)
- Make project-name optional, infer from cmake. (ba24249e)
- Add release workflow. (829df801)
- Add support for multiple distinct artifacts. (a50c0246)
- Add support for multi-file generic artifacts. (f35086cd)
- Add the qTox deploy scripts. (ea26a8ab)
- Add Qt application deploy workflows. (e2ce075f)
- Add
install_apple_certtool to ci-tools scripts. (6012b895) - Add netlify deploy workflow. (f7477300)
- Add a release-soon workflow to check if we should release soon. (33ef2fa4)
- Support toxic's version location. (510a4114)
- Check the PR milestone matches the upcoming draft release. (81d08966)
- Upload restyled diff as artifact. (c248b2c7)
- Add release drafter common github action. (2b74b8d3)
- Add common CI checks to be shared by all repos. (cc1982dd)
- Support reading from stdin in stylish-haskell-lhs. (bda2ee47)
- Add support for dpkg-divert'ed stylish-haskell. (00aec25d)
- Add Haskell workflows that can be called from other repos. (cdf1bed0)
- Add
hackage_uploadscript used by Haskell GH actions. (ab8e6d6f) - Add
check_releasescript, used by other repos. (19ddbe74)
0.8
0.7
Add `happy` to the tools.
Happy is needed to build happy when using stack.