Skip to content

Releases: draios/infra-action-mark2confluence

v0.0.13

22 Feb 13:56
50123ec
Compare
Choose a tag to compare

What's Changed

  • Fix get_files_by_doc_dir_pattern return condition by @gmarraff in #3

Full Changelog: v0.0.12...v0.0.13

Fixes Docker build error for the action

07 Aug 23:37
5c7f990
Compare
Choose a tag to compare

Fixes an error seen by builds using this action:

   #8 [builder 4/4] RUN pip install --target=/app -r requirements.txt &&     apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y tar curl gnupg2 &&     rm -rf /var/lib/apt/lists/* &&     curl -LO https://github.com/kovetskiy/mark/releases/download/9.12.0/mark_Linux_x86_64.tar.gz &&     tar -xvzf mark_Linux_x86_64.tar.gz && chmod +x mark && mv mark /usr/local/bin/mark     && curl -L https://dl-ssl.google.com/linux/linux_signing_key.pub |apt-key add -     && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list     && apt update && apt-get install -y google-chrome-stable
  #8 1.583 ERROR: Invalid requirement: 'Jinja2 >= "3.0.3"': Expected end or semicolon (after name and no valid version specifier)
  #8 1.583     Jinja2 >= "3.0.3"
  #8 1.583            ^ (from line 1 of requirements.txt)

Python pip changed the version specification requirements, so you need to update to v0.2.4 if you see this error.

v0.2.3

24 Jun 15:38
85bba05
Compare
Choose a tag to compare

What's Changed

  • Add table of contents macro by default by @brokenpip3 in #4
  • Add first test battery by @gmarraff in #5
  • Bump mark version to 8.1 by @mbovo in #6
  • Handle custom macros when injecting the header by @gmarraff in #7
  • Version bump of mark to 9.2.1 by @drscream in #8
  • exposing --mermaid-provider parameter as env var by @ivanlysiuk-sysdig in #10
  • fix: add MERMAID_PROVIDER to action inputs and handle it provider as optional since it will require additional dependencies by @brokenpip3 in #11
  • feat: Bump mark version add chrome for mermaid support by @brokenpip3 in #13
  • fix(mark2confluence): fix HEADER_TEMPLATE by @lorepanichi in #14
  • fix(action.yml): update HEADER_TEMPLATE default by @lorepanichi in #15
  • feat(mark2confluence): Allow to specify default space and parents for files under a specific directory by @gmarraff in #17
  • fix(mark2confluence): Check if mark headers are present at the beginning of the page by @gmarraff in #18
  • fix(mark2confluence): Skip files beginning with Space header when injecting default parents by @gmarraff in #19
  • fix: make verify action show output by @lorepanichi in #20

New Contributors

Full Changelog: v0.0.13...v0.2.3

v0.0.12

08 Feb 11:29
bfb24db
Compare
Choose a tag to compare
v0.0.12