From dfd03b5aa63e00a078e32c460566c6899335674a Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Mon, 18 Oct 2021 18:16:48 +0200 Subject: [PATCH 1/2] chore(techdocs-common): bump default docker image A new release of `techdocs-container` has been published and as recommended [here](https://github.com/backstage/techdocs-container#release) the default container image used by the Techdocs Generator has been changed. Signed-off-by: Camila Belo --- packages/techdocs-common/src/stages/generate/techdocs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/techdocs-common/src/stages/generate/techdocs.ts b/packages/techdocs-common/src/stages/generate/techdocs.ts index d5d4584c34..44a9d5a14a 100644 --- a/packages/techdocs-common/src/stages/generate/techdocs.ts +++ b/packages/techdocs-common/src/stages/generate/techdocs.ts @@ -42,7 +42,7 @@ export class TechdocsGenerator implements GeneratorBase { * The default docker image (and version) used to generate content. Public * and static so that techdocs-common consumers can use the same version. */ - public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3'; + public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.4'; private readonly logger: Logger; private readonly containerRunner: ContainerRunner; private readonly options: GeneratorConfig; From 7f7057eb6afba4fc15e834deae81dbd7d8216b26 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Mon, 18 Oct 2021 19:39:38 +0200 Subject: [PATCH 2/2] docs(techdocs-common): update api reports Signed-off-by: Camila Belo --- packages/techdocs-common/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/techdocs-common/api-report.md b/packages/techdocs-common/api-report.md index fca67d8948..f5a00c25ea 100644 --- a/packages/techdocs-common/api-report.md +++ b/packages/techdocs-common/api-report.md @@ -256,7 +256,7 @@ export class TechdocsGenerator implements GeneratorBase { config: Config; scmIntegrations: ScmIntegrationRegistry; }); - static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3'; + static readonly defaultDockerImage = 'spotify/techdocs:v0.3.4'; // (undocumented) static fromConfig( config: Config,