Files
backstage/packages/techdocs-cli/CHANGELOG.md
T
github-actions[bot] 99bf179ccf Version Packages
2021-11-18 11:52:08 +00:00

5.4 KiB

@techdocs/cli

0.8.6

Patch Changes

  • e21e3c6102: Bumping minimum requirements for dockerode and testcontainers
  • 1578ad341b: Add support for specifying bucketRootPath for AWS and GCS publishers
  • f2694e3750: Adds ability to use encrypted S3 buckets by utilizing the SSE option in the AWS SDK
  • Updated dependencies

0.8.5

Patch Changes

  • Reunified the techdocs-cli monorepo code back into the main backstage repo

    See 7288). The changes include some internal refactoring that do not affect functionality beyond the local development setup.

0.8.4

Patch Changes

  • 8333394: The change updated the @backstage/techdocs-common from version 0.9.0 to 0.10.2 and one of the intermediate versions, the 0.10.0, introduced the use of search in context that requires an implementation for the Search API.

    Created a custom techdocs page to disable search in the Reader component, preventing it from using the Search API, as we don't want to provide search in preview mode.

0.8.3

Patch Changes

  • edbb988: Upgrades the techdocs common page to the latest version 0.10.2.

    See @backstage/techdocs-common changelog.

  • db4ebfc: Add an etag flag to the generate command that is stored in the techdocs_metadata.json file.

0.8.2

Patch Changes

  • 8fc7384: Allow to execute techdocs-cli serve using docker techdocs-container on Windows

0.8.1

Patch Changes

  • 0187424: Separate build and publish release steps

0.8.0

Minor Changes

Patch Changes

  • 05f0409: Merge Jobs for Release Pull Requests and Package Publishes

0.7.0

Minor Changes

  • 9d1f8d8: The techdocs-cli publish command will now publish TechDocs content to remote storage using the lowercase'd entity triplet as the storage path. This is in line with the beta release of the TechDocs plugin (v0.11.0).

    If you have been running techdocs-cli prior to this version, you will need to follow this migration guide.

0.6.2

Patch Changes

  • f1bcf1a: Changelog (from v0.6.1 to v0.6.2)

    🐛 Bug Fix

    • techdocs-cli
      • #105 Add azureAccountKey parameter back to the publish command (@emmaindal)

    🏠 Internal

    • embedded-techdocs-app
      • #122 chore(deps-dev): bump @types/node from 12.20.20 to 16.7.1 in /packages/embedded-techdocs-app (@dependabot[bot])
      • #120 chore(deps-dev): bump @types/react-dom from 16.9.14 to 17.0.9 in /packages/embedded-techdocs-app (@dependabot[bot])
      • #119 chore(deps-dev): bump @testing-library/user-event from 12.8.3 to 13.2.1 in /packages/embedded-techdocs-app (@dependabot[bot])
      • #118 chore(deps-dev): bump @testing-library/react from 10.4.9 to 12.0.0 (@dependabot[bot])
    • Other

    Committers: 3

    Thank you for contributing ❤️