Skip to content

Releases: talkiq/confluence-wiki-sync

v1.4: Images!

12 Nov 17:14
c13bc06
Compare
Choose a tag to compare

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

Full Changelog: v1.3...v1.4

v1.3: Keeping things up to date

12 Nov 17:12
f56ad50
Compare
Choose a tag to compare

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

17 Nov 10:20
9f509cb
Compare
Choose a tag to compare

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

22 Sep 00:04
d0ae769
Compare
Choose a tag to compare

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

03 Jun 17:50
a9fbce4
Compare
Choose a tag to compare

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

06 May 23:23
d9c1e33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 May 22:41
Compare
Choose a tag to compare
Fix action location