Skip to content

Releases: cloudposse/build-harness

v0.44.1

28 Aug 01:08
5af2306
Compare
Choose a tag to compare
Fixing superlint terraform docs check for inherited markdown files @3h4x (#244)

what

  • Fixes lint error in inherited markdown file

[ERROR ] [docs/terraform.md:1 MD041/first-line-heading/first-line-h1 First line in file should be a top level heading [Context: "## Requirements"]]

references

v0.44.0

27 Aug 04:59
6f95278
Compare
Choose a tag to compare
Add context.tf to CODEOWNERS @Nuru (#245)

what

  • Add context.tf to CODEOWNERS

why

  • Its purpose is to standardize our modules and so any change should be carefully scrutinized and planned

v0.43.0

18 Aug 09:37
18d5fef
Compare
Choose a tag to compare
Fix module upgrade script @osterman (#243)

what

why

  • We need to mass upgrade our modules

v0.42.0

18 Aug 09:34
315334e
Compare
Choose a tag to compare
Update chatops @osterman (#236)

what

  • change default permission to triage

why

  • security

v0.41.0

15 Aug 00:21
f28afcf
Compare
Choose a tag to compare
Update Release Template @osterman (#241)

what

  • Update the details in the release template to include PR information
  • Change default semver strategy to minor release
  • Closes #242

why

  • Closer to what we're currently doing.

v0.40.0

14 Aug 23:47
145099c
Compare
Choose a tag to compare

🚀 Enhancements

use labels @osterman (#240)

what

  • Use labels instead of label for consistency
  • Update auto versioning to look at more labels

why

  • This is technical a bug fix, but marking it as an enhancement to test.

v0.39.2

14 Aug 23:15
902ff51
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.39.1

14 Aug 23:13
bb2c3f5
Compare
Choose a tag to compare

Related Pull Requests

🚀 Enhancements

0.39.0 Update README template to pass lint and add gh action superlinter #232

30 Jul 19:53
e18caa6
Compare
Choose a tag to compare

what

  • superlinter fix

why

In PR against terraform-example-module I ran into issue with superlint

ERROR:[README.md:240 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]]

Here is documentation about it:
https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md046---code-block-style

Passing check after manual changes introduced in this PR:
https://github.com/cloudposse/terraform-example-module/pull/3/checks?check_run_id=928418728

0.38.0 Changes to support README.md to passing super-linter #230

15 Jul 16:14
7eb7208
Compare
Choose a tag to compare

what

  • Small changes for README.md to be linted

why

  • To conform with MD standards

references