Merge pull request #7837 from backstage/techdocs/bump-container-v035

[TechDocs] Bump container to v0.3.5
This commit is contained in:
Eric Peterson
2021-10-29 12:20:43 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/techdocs-common': patch
---
Default TechDocs container used at docs generation-time is now [v0.3.5](https://github.com/backstage/techdocs-container/releases/tag/v0.3.5).
+1 -1
View File
@@ -256,7 +256,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.4';
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.5';
// (undocumented)
static fromConfig(
config: Config,
@@ -44,7 +44,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.4';
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.5';
private readonly logger: Logger;
private readonly containerRunner: ContainerRunner;
private readonly options: GeneratorConfig;