Skip to content

Latest commit

 

History

History
369 lines (225 loc) · 25.1 KB

CHANGELOG.md

File metadata and controls

369 lines (225 loc) · 25.1 KB

Changelog

1.20.0 (2024-08-07)

Features

  • add open-terminal command (af1b0d4)

1.19.0 (2024-07-01)

Features

  • add extra api for git installatin on go test (53b1958)

1.18.0 (2024-07-01)

Features

  • add initial version of release-drafter (#106) (9299b8d)

1.17.0 (2024-06-30)

Features

  • Add test data for users, products, orders, logs, and settings. Update README for test data. (#93) (716c62d)
  • tests: add dagger test module, .gitignore, README and attributes (#101) (3c2dfde)
  • Update module name placeholder and dependency versions (#95) (6f3f313)

1.16.0 (2024-06-18)

Features

  • Add testing section to README with instructions for running tests. (#77) (abed91f)
  • dagger: Replace WithExec with WithNewFile for netrc file creation (964cd31)
  • dagger: Update method names to use WithEnvironmentVariable (#78) (964cd31)
  • deps: update golang.org/x/sys to v0.20.0, golang.org/x/text to v0.15.0, google.golang.org/grpc to v1.64.0, google.golang.org/protobuf to v1.34.1 (#74) (3974e1e)
  • tests: Add unit test for PrintSum in main_test file (964cd31)
  • Update golangci-lint workflow to include tests and use module name in job description (#85) (c3823a7)
  • Update release workflow to include new module publishing in Daggerverse 🚀 (#91) (6bb066e)

1.15.4 (2024-06-06)

Refactoring

  • terratest module with extra apis (d9c3b90)

1.15.3 (2024-06-06)

Bug Fixes

1.15.2 (2024-06-06)

Refactoring

  • add enhanced apis for mutating original object (252f994)

1.15.1 (2024-06-05)

Refactoring

  • add extra apis on gotest (dd4ace2)

1.15.0 (2024-06-03)

Features

  • add dagger in dagger module (044fa43)
  • add daggerindag module (3329998)

Other

1.14.0 (2024-06-02)

Features

Refactoring

  • add initial boilerplate code for new modules, remove iac-terragrunt legacy module (c1b6230)
  • fix golangci lint issues, remove unsused dependencies (d21ad8d)

Other

1.13.0 (2024-05-27)

Features

  • add newer version of terragrunt module (65db0ff)

1.12.2 (2024-05-27)

Refactoring

  • use constant for arguments (d895b81)
  • use constant for arguments (e000650)

1.12.1 (2024-05-16)

Other

  • add goreleaser testdata (67b8cc9)
  • fix hooks errores, tidy go module updates (b8c4756)

1.12.0 (2024-04-29)

Features

  • Add basic functions for terragrunt intereoperability through Dagger (#50) (524071d)
  • Refactor RunAll method in Terragrunt struct (#51) (95b482e)

Refactoring

  • Remove unused code and simplify container functions. (#48) (f5bbef0)

1.11.0 (2024-04-28)

Features

  • tflint: Update TFLint instructions in README.md (#44) (8d07963)

1.10.0 (2024-04-28)

Features

  • Improve Tflint Docker container initialization and command execution (#43) (052c2de)

Refactoring

  • Simplify parameter declaration in addCMDsToContainer function (#39) (c004989)

Other

1.9.0 (2024-04-27)

Features

  • dagger: Add Release method to run 'goreleaser release' (#36) (5b4ff83)
  • Enhance buildArgs function and add new methods in Goreleaser struct (#32) (b724076)
  • Update .gitignore to exclude go.work (#34) (ecf519d)

Other

  • add example project for goreleaesr module (4be5287)

1.8.0 (2024-04-25)

Features

  • Add dagger generated files and query builder to gitignore (#23) (8640987)
  • Update labeler configuration with new rules (#26) (b5cb8ec)
  • Update module dependencies (#30) (f2ca164)
  • Upgrade Go to version 1.21.7, update tflint engineVersion to v0.11.1, (#31) (01c88d7)

Other

  • Update gqlgen and go-logr versions for dagger internal telemetry folder. (#25) (59fb15b)

Refactoring

  • cli: improve handling of secret variables in get command (#29) (82e10c9)
  • Fix indentation in workflows and labeler files (#27) (e2c4a88)
  • Refactor main.go to use secret token for GitLab client authentication. (#28) (25dbf73)

1.7.0 (2024-03-05)

Features

  • add terratest mvp dagger module (640334b)
  • draft terratest module (2f8f0f6)

Docs

  • add better doc on gitlab-cicd-vars module (ae32152)

1.6.0 (2024-03-03)

Features

  • add dagger-module for gitlab cicdvars (0fc7d73)

1.5.0 (2024-03-03)

Features

  • Add common terragrunt functions (5f95ba7)
  • Add common terragrunt functions (220908d)
  • add enablePrivateGit flag in IacTerragrunt struct (e86e583)
  • Add new apis supported for secrets, git ssh, and cache (8ebb47b)
  • Add repo setup (6b7c984)
  • Add support for environment variables (8b4e37c)
  • Add sync utility (6f93818)
  • add terraform dagger-module (260c3d3)
  • add terraform dagger-module (9755d3f)
  • Add tg init, add reusable functions (d6d87c8)
  • Add working version (1aa9e19)
  • first commit (242b312)
  • Fix order of git-ssh api (f56789f)

Bug Fixes

  • dead-links (274b13e)
  • dead-links (99eb6df)
  • explicit dependency for daggerx (471e1b2)
  • Fix commands (75a5962)
  • fix workflows (a4d54a5)
  • markdown link checker (4da7915)
  • update sync task to use 'dagger develop' instead of 'dagger mod sync -m' command (#17) (c26c720)
  • workflows and incorrect interpolation (03c5ab2)
  • workflows and incorrect interpolation (2816973)
  • workflows and incorrect interpolation (f4e83a4)

Docs

  • Add better docs, and usage (b78a703)
  • Add better docs, and usage (f75e9c3)
  • Add final docs (f7dd4ed)
  • Add readme, add logo (5f074f4)
  • add README.md, add reusable taskfile for dagger common operations (a09f56b)
  • add README.md, add reusable taskfile for dagger common operations (8a21d4f)

Other

1.4.1 (2024-03-03)

Bug Fixes

  • fix workflows (a4d54a5)
  • update sync task to use 'dagger develop' instead of 'dagger mod sync -m' command (#17) (c26c720)

Other

  • update go tasks to run in specific module directory (#19) (924dd4d)

1.4.0 (2024-03-02)

Features

  • add terraform dagger-module (260c3d3)
  • add terraform dagger-module (9755d3f)

1.3.1 (2024-02-05)

Other

  • add example with an external terraform module (284f3a7)

1.3.0 (2024-02-05)

Features

  • add enablePrivateGit flag in IacTerragrunt struct (e86e583)
  • Add new apis supported for secrets, git ssh, and cache (8ebb47b)
  • Fix order of git-ssh api (f56789f)

Bug Fixes

Other

  • Add missing .gitattributes (184b1df)

1.2.0 (2024-02-01)

Features

  • Add support for environment variables (8b4e37c)

1.1.4 (2024-01-30)

Docs

  • Add better docs, and usage (b78a703)
  • Add better docs, and usage (f75e9c3)

1.1.3 (2024-01-30)

Docs

Other

  • Fix dagger CLI link (5537e21)
  • Fix link that points to the actual iac-terragrunt module (2ab9790)

1.1.2 (2024-01-30)

Other

  • update dependencies, test publish (92627e9)

1.1.1 (2024-01-30)

Bug Fixes

  • explicit dependency for daggerx (471e1b2)

Other

1.1.0 (2024-01-30)

Features

  • Add common terragrunt functions (5f95ba7)
  • Add common terragrunt functions (220908d)
  • Add sync utility (6f93818)
  • Add tg init, add reusable functions (d6d87c8)

Other

  • Add required ignored files from jetbrains (34369db)

1.0.1 (2024-01-22)

Docs

  • add README.md, add reusable taskfile for dagger common operations (a09f56b)
  • add README.md, add reusable taskfile for dagger common operations (8a21d4f)

1.0.0 (2024-01-22)

Features

Docs

Other

  • Add Dagger tasks, and other repo settings (8a0cd49)
  • Remove go-build from allowed hooks (559072f)