Skip to main content

My Activity in 2022-09

· 2 min read
Shunsuke Suzuki

Work

I've improved the experience of a huge Terraform Monorepo by introducing my OSS tfcmt and github-comment.

OSS Development

Mainly I focused on the release of gha-trigger. After the release, mainly I'm working on the improvement of aqua.

aqua

  • v1.19.4
    • generate-registry: set complete_windows_ext
    • Support MD5 for the checksum verification
    • Improve a log creating a symbolic link
  • v1.19.3
    • generate-registry: fix the regular expression to extract checksums
    • exec: set config file path

aqua-registry

I've updated aqua-registry from v3.42.0 to v3.64.0. The number of packages has increased from 803 to 870. Thank you, all contributors!

tfcmt

  • v3.4.1
    • fix: Fix links to GitHub Actions jobs in GitHub Enterprise
    • chore: Update Go from v1.18.5 to v1.19.1
  • v3.4.2
    • fix: Add pull request labels properly even if a pull request number isn't passed as an argument or an environment variable
  • v4.0.0
    • breaking change: Remove features to output environment variables for security

github-comment

  • v4.5.1
    • fix: Fix links to GitHub Actions jobs in GitHub Enterprise
    • chore: Update Go from v1.18.5 to v1.19.1
  • v4.5.2
    • fix: Check if the configuration base is nil
  • v5.0.0
    • breaking change: Remove features to output environment variables for security

go-ci-env

  • v3.0.1
    • fix: fix GitHub Actions JobURL for GitHub Enterprise

tfaction

  • v0.5.17
    • feat: Show how to create a scaffold pull request with $GITHUB_STEP_SUMMARY
  • v0.5.18
    • tfmigrate-plan: Support testing with Conftest

New OSS 🚀

gha-trigger

I've released gha-trigger, which is Webhook Server and Actions to run GitHub Actions securely.

oss-contribution-guide

I've published OSS Contribution Guide, which is a guide to creating GitHub Issues and Pull Requests for OSS Contribution.