Releases: tiangolo/latest-changes
Releases · tiangolo/latest-changes
0.3.2
Features
- ✨ Prevent CI workflows from running on a latest changes commit, add
[skip ci]
to commit message. PR #76 by @patrick91.
Refactors
- ♻️ Refactor usage of internal
number_of_trials
variable, it was not being used, fix typo. PR #75 by @nghiahsgs.
Docs
Internal
- ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR #74 by @dependabot[bot].
- ⬆ Bump docker/build-push-action from 5 to 6. PR #72 by @dependabot[bot].
- 👷 Update
issue-manager.yml
. PR #73 by @tiangolo.
0.3.1
Now you can (and should) use the native GitHub Action directly, as in:
...
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
instead of using the Docker image:
...
- uses: docker://tiangolo/latest-changes:0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
This way, Dependabot will be able to send you PRs updating the version automatically. 🚀
The internal code and build setup was refactored so that the native GitHub Action still re-uses a prebuilt Docker image, so it's still fast. 😎
Fixes
- 🐛 Fix race condition with retries, when more than one latest-changes is running. PR #69 by @tiangolo.
Refactors
- ♻️ Make using the native GitHub Action re-use the existing Docker image instead of building from scratch. PR #70 by @tiangolo.
Docs
Internal
- ⬆ Update httpx requirement from <0.26.0,>=0.15.5 to >=0.15.5,<0.28.0. PR #65 by @dependabot[bot].
- ⬆ Bump actions/cache from 3 to 4. PR #64 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 3 to 4. PR #61 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 4 to 5. PR #60 by @dependabot[bot].
- 🔧 Add GitHub templates for discussions and issues, and security policy. PR #67 by @alejsdev.
0.3.0
0.2.1
0.2.0
0.1.1
Fixes
Upgrades
- ⬆ Update httpx requirement from <0.16.0,>=0.15.5 to >=0.15.5,<0.26.0. PR #54 by @dependabot[bot].
Docs
- ✏️ Fix typo in syntax for using the GitHub Action tag directly (instead of with Docker) in README. PR #39 by @art049.
Internal
- ⬆ Bump docker/setup-buildx-action from 1 to 3. PR #53 by @dependabot[bot].
- ⬆ Bump docker/build-push-action from 2 to 5. PR #52 by @dependabot[bot].
- ⬆ Bump docker/login-action from 1 to 3. PR #51 by @dependabot[bot].
0.1.0
Features
- ♻️ Use Docker slim to reduce the time to run in half, from 33s to 16s. PR #55 by @tiangolo.
- ✨ Add support for labels and section headers (features, fixes, etc.). PR #48 by @tiangolo.
- 🚀 Publish amd64 and arm64 versions, and publish to GitHub Container Registry, fix git in containers. PR #46 by @tiangolo.
Upgrades
Docs
Internal
- 👷 Do not push the slim branch for debugging. PR #56 by @tiangolo.
- 👷 Update CI, Dependabot, funding. PR #50 by @tiangolo.
- 🔥 Remove config pushing to custom branch for debugging. PR #47 by @tiangolo.
Internal
0.0.3
0.0.2
- ✨ Check if the latest changes message was already added before adding it. PR #35 by @tiangolo.
- 📝 Add docs for running manually, with a workflow dispatch. PR #34 by @tiangolo.
- ✨ Refactor and add support for triggering with workflow dispatch events. PR #32 by @tiangolo.
- 🐛 Fix basic example in README, include checkout step. PR #31 by @tiangolo.
0.0.1
- 📝 Add note about updating the PR title. PR #30 by @tiangolo.
- 🐛 Fix internal latest changes, use a custom header so it doesn't break the examples. PR #29 by @tiangolo.
- 🐛 Fix default action config for template file. PR #28 by @tiangolo.
- ✨ Add support for Jinja2 templates for changes notes. PR #23 by @tiangolo.
- 🔥 Remove unnecessary note from release notes. PR #22 by @tiangolo.
- 🔥 Remove unnecessary note from latest changes. PR #21 by @tiangolo.
- 🔧 Update tmate config keys. PR #20 by @tiangolo.
- 🔒 Update tmate config for keys. PR #19 by @tiangolo.
- ✏️ Fix incorrect URL. PR #18 by @tiangolo.
- 🔒 Try to secure tmate. PR #17 by @tiangolo.
- 📝 Update release notes URLs. PR #16 by @tiangolo.