Skip to content

Releases: erNail/labdoc

2.0.1

23 Jul 08:57

Choose a tag to compare

[2.0.1] - 2025-07-23

🐛 Bug Fixes

  • (dependencies) Update module github.com/stretchr/testify to v1.10.0
  • (dependencies) Update module github.com/spf13/cobra to v1.9.1
  • (dependencies) Update module github.com/spf13/afero to v1.14.0

⚙️ Miscellaneous Tasks

  • (dependencies) Update pre-commit hook pre-commit/pre-commit-hooks to v5
  • (dependencies) Update dependency ubuntu to v24
  • (dependencies) Update actions/setup-python action to v5.4.0
  • (dependencies) Update actions/checkout action to v4.2.2
  • (dependencies) Update pre-commit hook igorshubovych/markdownlint-cli to v0.44.0
  • (dependencies) Update pre-commit hook rhysd/actionlint to v1.7.7
  • Move Renovate configuration and workflow into this repository
  • (dependencies) Update pre-commit hook golangci/golangci-lint to v1.64.8
  • (renovate) Disable digest pinning
  • (dependencies) Update pre-commit hook igorshubovych/markdownlint-cli to v0.45.0
  • (dependencies) Update pre-commit hook adrienverge/yamllint to v1.37.1
  • (dependencies) Update actions/setup-python action to v5.6.0
  • (dependencies) Update actions/setup-go action to v5.5.0
  • (dependencies) Update docker/login-action action to v3.4.0
  • (dependencies) Update dependency go to v1.24.5
  • Adapt goreleaser to use draft releases
  • (dependencies) Update mcr.microsoft.com/devcontainers/universal Docker tag to v3

2.0.0

15 Feb 16:23

Choose a tag to compare

[2.0.0] - 2025-02-15

🐛 Bug Fixes

  • [breaking] Abandon maintenance of the labdoc GitLab CI/CD component
  • (dependencies) Update go to 1.23.5

⚙️ Miscellaneous Tasks

  • Replace semantic-release with another release process
  • (dependencies) Update golangci-lint to v1.64.5

Breaking Changes

  • The labdoc GitLab CI/CD component is no longer maintained. I'd suggest running labdoc within pre-commit in your CI processes. The component file will still exist as an example in the templates directory for testing labdoc.

1.2.0

15 Jun 23:35

Choose a tag to compare

1.2.0 (2024-06-15)

Features

  • Add functionality to display the current version of labdoc via the --version flag (f4d96fc)

1.1.1

15 Jun 13:42

Choose a tag to compare

1.1.1 (2024-06-15)

Bug Fixes

  • dependencies: Update module github.com/spf13/cobra to v1.8.1 (500b830)

1.1.0

13 Jun 22:23

Choose a tag to compare

1.1.0 (2024-06-13)

Features

  • Add column "Options" to the inputs table
  • Add column "Regex" to the inputs table
  • Add column "Mandatory" to the inputs table
  • Improve display of empty string values in the inputs table
  • Improve display of nil values in the inputs table
  • Avoid duplicate headings in the generated documentation

1.0.3

11 Jun 08:26

Choose a tag to compare

1.0.3 (2024-06-11)

Bug Fixes

  • Make the order of documented components deterministic by sorting the components by name (714ab1d)

1.0.2

10 Jun 10:26
afdf01f

Choose a tag to compare

1.0.2 (2024-06-10)

Bug Fixes

  • Adapt logic for formatting comments for the documentation so hash symbols can still be used for anchor links (afdf01f), closes #10

1.0.1

08 Jun 15:47
9485e7b

Choose a tag to compare

1.0.1 (2024-06-08)

Bug Fixes

  • dependencies: Update module github.com/stretchr/testify to v1.9.0 (#7) (9485e7b)

1.0.0

07 Jun 15:22

Choose a tag to compare

1.0.0 (2024-06-07)

Features

  • Add functionality to generate documentation for GitLab CI/CD components (afae25e)
  • Add GitLab CI/CD component for running labdoc generate (85457e8)
  • Add pre-commit hook for running labdoc generate (e074223)