Releases: fujiwara/lambroll
Releases · fujiwara/lambroll
v1.5.0
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features
- Add diff --external and unify diff with jsondiff by @fujiwara in #601
- Support subcommand-specific flags in option file via unified CLIOptions by @fujiwara in #614
- Add --mask to hide sensitive values in diff and render output by @fujiwara in #615
Fixes
- fix: sort VPC subnet/security group IDs in diff by @draftcode in #600
- Replace log.Printf with slog in cli.go by @fujiwara in #602
- Fix minor robustness issues and cleanups by @fujiwara in #605
- Fix diff/render of empty environment variables and mask warning by @fujiwara in #617
Others
- Exclude GCS and AzureRM tfstate backends from release binaries by @fujiwara in #598
- Update AWS SDK and replace deprecated EndpointResolver by @fujiwara in #603
- ci: replace LocalStack with floci by @fujiwara in #604
- Bump dependencies (combined dependabot updates) by @fujiwara in #612
New Contributors
- @draftcode made their first contribution in #600
Full Changelog: v1.4.4...v1.5.0
v1.4.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add DurableConfig to diff/update handling by @butadora3 in #594
- Bundle dependabot updates by @fujiwara in #596
New Contributors
- @butadora3 made their first contribution in #594
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix ext_str/ext_code from option file being overridden by CLI args by @jirtosterone in #568
- go fix (modernize) and pin actions. by @fujiwara in #570
- Bundle dependabot dependency bumps by @fujiwara in #585
- Bump tablewriter to v1.1.3 by @fujiwara in #586
- Document FileSystemConfigs support for EFS and S3 Files by @fujiwara in #587
Full Changelog: v1.4.2...v1.4.3
v1.4.2
Immutable
release. Only release title and notes can be modified.
What's Changed
New features
- Supports Lambda Managed Instances by @fujiwara in #554
- Supports multi tenancy mode. by @fujiwara in #547
Documents
Dependency updates
- Bump actions/checkout from 5.0.0 to 6.0.1 by @dependabot[bot] in #555
- Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #549
- Bump github.com/samber/lo from 1.51.0 to 1.52.0 by @dependabot[bot] in #538
- Bump github.com/itchyny/gojq from 0.12.17 to 0.12.18 by @dependabot[bot] in #552
- Bump the aws-sdk-go-v2 group across 1 directory with 3 updates by @dependabot[bot] in #558
- Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #560
- Bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #561
- Bump github.com/fujiwara/tfstate-lookup from 1.8.1 to 1.10.0 by @dependabot[bot] in #566
- Bump golang.org/x/sys from 0.38.0 to 0.40.0 by @dependabot[bot] in #563
- Bump the aws-sdk-go-v2 group across 1 directory with 2 updates by @dependabot[bot] in #567
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump golang.org/x/crypto from 0.39.0 to 0.45.0 by @dependabot[bot] in #543
- supports
aws login- update to aws-sdk-go-v2 v1.40.0 by @fujiwara in #545
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add args inputs to run lambroll after installation. by @fujiwara in #527
- Fix invoke command example by @ss49919201 in #529
- Add comprehensive documentation to README by @fujiwara in #534
- Add both InvokeFunctionUrl and InvokeFunction permissions for Function URLs by @fujiwara in #536
- add diff --skip-function option. by @fujiwara in #539
- Migrate from logutils to sloghandler and refactor logging by @fujiwara in #540
- Add --log-format option (text|json) by @fujiwara in #541
- use version.go by @fujiwara in #542
New Contributors
- @ss49919201 made their first contribution in #529
Full Changelog: v1.3.2...v1.4.0
v1.3.2
Immutable
release. Only release title and notes can be modified.
v1.3.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix ext_str and ext_code support in option files by @jirtosterone in #508
- Add backward compatibility for extstr/extcode fields by @fujiwara in #514
- Add branch policy to development guidelines by @fujiwara in #515
- Bump github.com/fujiwara/tfstate-lookup from 1.4.2 to 1.7.0 by @dependabot[bot] in #520
- Bump github.com/alecthomas/kong from 1.10.0 to 1.12.1 by @dependabot[bot] in #519
- Bump github.com/google/go-jsonnet from 0.20.0 to 0.21.0 by @dependabot[bot] in #511
- Bump the aws-sdk-go-v2 group across 1 directory with 5 updates by @dependabot[bot] in #512
- Bump github.com/samber/lo from 1.49.1 to 1.51.0 by @dependabot[bot] in #509
- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot[bot] in #505
New Contributors
- @jirtosterone made their first contribution in #508
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #496
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #493
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #492
- Bump github.com/aereal/jsondiff from 0.4.0 to 0.4.1 by @dependabot in #481
- Bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #494
- Bump the aws-sdk-go-v2 group across 1 directory with 5 updates by @dependabot in #484
- Bump github.com/alecthomas/kong from 1.6.1 to 1.10.0 by @dependabot in #495
- Bump github.com/samber/lo from 1.47.0 to 1.49.1 by @dependabot in #482
- ignore AWS managed tags for tag/untag operation. by @fujiwara in #500
- add --skip-configuration to deploy command. by @fujiwara in #499
Full Changelog: v1.2.2...v1.3.0
v1.2.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #488
- Fix download function to use context for HTTP requests by @fujiwara in #489
- Fixed error handling for --keep-versions by @mashiike in #491
New Contributors
Full Changelog: v1.2.1...v1.2.2