Releases: talkiq/confluence-wiki-sync
v1.4: Images!
The main feature is initial support for images. The script will now attach images to
wiki pages that mention them.
There is also a new git-default-branch optional param, which dictates which branch the
GitHub links point to.
And some refactoring/simplifying/bug fixing.
What's Changed
- Use ruff for linting and formatting by @KevinGDialpad in #66
- Escape JIRA macros: the sequel by @KevinGDialpad in #67
- feat: Add support for images by @KevinGDialpad in #69
- refactor: Remove get_repository_root() by @KevinGDialpad in #70
- feat: Add param for default branch by @KevinGDialpad in #72
- fix: Fail workflow if root page can't be found by @KevinGDialpad in #73
- infra: Use same image in tests as on prod by @KevinGDialpad in #74
Full Changelog: v1.3...v1.4
v1.3: Keeping things up to date
No new features this time around! Just keeping the dependencies and tooling up
to date.
What's Changed
- docs: Add MAINTAINING.rst by @KevinGDialpad in #41
- infra: Fetch flake8 from GitHub instead of GitLab by @KevinGDialpad in #43
- chore: Upgrade version of pre-commit check tools by @KevinGDialpad in #44
- chore(deps): update dependency atlassian-python-api to v3.32.2 by @renovate in #40
- chore(deps): update linter orb to v3.2.0 by @renovate in #42
- chore(deps): update dependency atlassian-python-api to v3.34.0 by @renovate in #45
- chore(deps): update dependency pypandoc to v1.11 by @renovate in #46
- chore(deps): update dependency atlassian-python-api to v3.36.0 by @renovate in #47
- chore(deps): update dependency atlassian-python-api to v3.39.0 by @renovate in #48
- chore(deps): update dependency atlassian-python-api to v3.41.2 by @renovate in #49
- chore: Upgrade version of pre-commit check tools by @KevinGDialpad in #55
- chore(deps): update dependency pypandoc to v1.12 by @renovate in #51
- chore(deps): update dependency atlassian-python-api to v3.41.4 by @renovate in #52
- chore(deps): update dependency pypandoc to v1.13 by @renovate in #58
- chore(deps): update python docker tag to v3.12 by @renovate in #50
- chore(deps): update linter orb to v4 by @renovate in #56
- chore(deps): update dependency atlassian-python-api to v3.41.10 by @renovate in #57
- chore(deps): update dependency atlassian-python-api to v3.41.11 by @renovate in #59
- Fix tests by @KevinGDialpad in #62
- chore(deps): update dependency atlassian-python-api to v3.41.15 by @renovate in #60
- chore(deps): update dependency atlassian-python-api to v3.41.16 by @renovate in #63
- chore(deps): update dependency pypandoc to v1.14 by @renovate in #64
- chore(deps): update python docker tag to v3.13 by @renovate in #65
Full Changelog: v1.2...v1.3
v1.2
v1.2
The main changes are fixes to the handling of relative links.
We also changed the container slightly, and upgraded the dependencies, including to Python 3.11.
What's Changed
- chore(deps): update dependency atlassian-python-api to v3.28.1 by @renovate in #27
- chore(deps): update python docker tag to v3.10 by @renovate in #28
- chore(deps): update dependency pypandoc to v1.9 by @renovate in #29
- Use slim version of bullseye container by @KevinGDialpad in #31
- chore: Upgrade pylint to latest by @KevinGDialpad in #39
- chore(deps): update python docker tag to v3.11 by @renovate in #32
- chore(deps): update dependency pypandoc to v1.10 by @renovate in #33
- fix: Use relative path to create GitHub links, fix regex by @KevinGDialpad in #37
Full Changelog: v1.1.1...v1.2
Moving underlying image to Debian for packaginng support
What's Changed
- Moving off of Alpine linux to a distro with pandoc in official repos by @alexdialpad in #26
Full Changelog: v1.1...v1.1.1
v1.1
No breaking changes.
The main feature for 1.1 is proper handling of relative links.
The rest is infrastructure improvements and keeping up with new releases in third-party dependencies.
What's Changed
Kevin Guillaumond (4):
infra: Run pre-commit on CircleCI (#13)
infra: Add test framework and some tests (#14)
docs: Add suggested config to enable manual runs (#17)
feat: Handle relative links properly (#20)
renovate[bot] (5):
Update dependency atlassian-python-api to v3.22.0 (#4)
Update dependency atlassian-python-api to v3.23.0 (#12)
Update dependency pypandoc to v1.8 (#3)
Update dependency atlassian-python-api to v3.25.0 (#16)
Update dependency pypandoc to v1.8.1 (#15)
Full Changelog: v1.0.2...v1.1
v1.0.2
What's Changed
- Configure Renovate by @renovate in #1
- fix: pass modified files to the Action by @KevinGDialpad in #6
New Contributors
- @renovate made their first contribution in #1
- @KevinGDialpad made their first contribution in #6
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fix action location