diff --git a/CHANGELOG.md b/CHANGELOG.md index 1227846..e25ca80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,74 @@ # Changelog +## [0.1.0](https://github.com/opzkit/terraform-aws-k8s-network/compare/v0.1.0...v0.1.0) (2025-01-24) + + +### Features + +* additional tags for subnets ([c64d901](https://github.com/opzkit/terraform-aws-k8s-network/commit/c64d90106d60b78f9bd71697775691e187818007)) +* expose complete vpc object instead of only id ([c4639eb](https://github.com/opzkit/terraform-aws-k8s-network/commit/c4639eb148efe6a03c269840a7dae2ff17593481)) +* expose complete vpc object instead of only id ([fd60738](https://github.com/opzkit/terraform-aws-k8s-network/commit/fd6073836385608c65780b359f2593209af82fed)) +* s3 service endpoint ([e12837a](https://github.com/opzkit/terraform-aws-k8s-network/commit/e12837afd6de496d0759aea39ae56372f7545b0e)) +* s3 service endpoint ([d276bc5](https://github.com/opzkit/terraform-aws-k8s-network/commit/d276bc59c8c6ea0d05556f92386adc33d6b4491a)) + + +### Bug Fixes + +* commitlint config ([4b6a286](https://github.com/opzkit/terraform-aws-k8s-network/commit/4b6a286bc855acb76f35a00990e7da9fd436c949)) +* commitlint config ([bf2366d](https://github.com/opzkit/terraform-aws-k8s-network/commit/bf2366d9480ea2c1d95e254de7dd14cdb3d122d7)) +* deprecation warning ([e884c43](https://github.com/opzkit/terraform-aws-k8s-network/commit/e884c43f6f43f477d4c688c8a2555c8e0393f31c)) +* deprecation warning ([5ad08d6](https://github.com/opzkit/terraform-aws-k8s-network/commit/5ad08d6f632ac7c1912896880e5442202de60fa4)) +* handle case of no private zones ([9c95638](https://github.com/opzkit/terraform-aws-k8s-network/commit/9c95638739df26bfc249cece372ff205197699ed)) +* typo ([8d6133a](https://github.com/opzkit/terraform-aws-k8s-network/commit/8d6133a845cce7807b14cd95c8d6dea95f052f1b)) + + +### Miscellaneous Chores + +* add override cidrs ([6bad938](https://github.com/opzkit/terraform-aws-k8s-network/commit/6bad938b4306d28af363f76dac843dddb16dd6b2)) +* always assume 3 network CIDRr for public and private ([55349e1](https://github.com/opzkit/terraform-aws-k8s-network/commit/55349e1179ba8dd51a3d4f32a48fc25994be2129)) +* change deprecated s3_force_path_style to s3_use_path_style ([455e94c](https://github.com/opzkit/terraform-aws-k8s-network/commit/455e94cad49eca417732ee7f2de8a5f6bc15125e)) +* change deprecated s3_force_path_style to s3_use_path_style ([fe8129e](https://github.com/opzkit/terraform-aws-k8s-network/commit/fe8129e3202c0856f98235228213699db9756cba)) +* correct release version ([#27](https://github.com/opzkit/terraform-aws-k8s-network/issues/27)) ([b064b09](https://github.com/opzkit/terraform-aws-k8s-network/commit/b064b098618f016d7026f069d2c0cd000669cd2f)) +* **deps:** bump actions/checkout from 2 to 3 ([602be17](https://github.com/opzkit/terraform-aws-k8s-network/commit/602be178049041e3f4f357dd44a50ecc081fe04d)) +* **deps:** bump actions/checkout from 2 to 3 ([dae60e3](https://github.com/opzkit/terraform-aws-k8s-network/commit/dae60e340361e3582f2e676cfc0d370e4a1d67f9)) +* **deps:** bump actions/checkout from 3 to 4 ([d044664](https://github.com/opzkit/terraform-aws-k8s-network/commit/d044664031859bb5848815d79b4efa04c0cdb1e5)) +* **deps:** bump actions/checkout from 3 to 4 ([2540788](https://github.com/opzkit/terraform-aws-k8s-network/commit/25407886c3cf2204b7482515949a7296b5cdf841)) +* **deps:** bump github/codeql-action from 2 to 3 ([d138771](https://github.com/opzkit/terraform-aws-k8s-network/commit/d138771c8411029ab878ae8303a41cddb63a0ac1)) +* **deps:** bump github/codeql-action from 2 to 3 ([5dbad2c](https://github.com/opzkit/terraform-aws-k8s-network/commit/5dbad2cbe6bd008b9f9df4e8bc5e26837130b939)) +* **deps:** bump github/codeql-action from 3.28.2 to 3.28.4 ([524c93a](https://github.com/opzkit/terraform-aws-k8s-network/commit/524c93a0bafec69b30ef242e01aa98fc4f017caa)) +* **deps:** bump github/codeql-action from 3.28.2 to 3.28.4 ([9625107](https://github.com/opzkit/terraform-aws-k8s-network/commit/9625107088f50508c722c4632e444a5abf71f876)) +* **deps:** bump HarshCasper/setup-localstack from 0.1.1 to 0.1.2 ([0ed37f4](https://github.com/opzkit/terraform-aws-k8s-network/commit/0ed37f4d6a0918187cf4eba18629a1389c1b28c6)) +* **deps:** bump HarshCasper/setup-localstack from 0.1.1 to 0.1.2 ([f7a0776](https://github.com/opzkit/terraform-aws-k8s-network/commit/f7a077697e94fd188e06726b51887b157952babd)) +* **deps:** bump HarshCasper/setup-localstack from 0.1.2 to 0.2.1 ([658825c](https://github.com/opzkit/terraform-aws-k8s-network/commit/658825c91d3e70ac0c00bdb9c540c635c865ba97)) +* **deps:** bump HarshCasper/setup-localstack from 0.1.2 to 0.2.1 ([b9f6e98](https://github.com/opzkit/terraform-aws-k8s-network/commit/b9f6e982a2649eb1d79edaf0e1bfcaac19025b53)) +* **deps:** bump LocalStack/setup-localstack from 0.2.1 to 0.2.2 ([6c188b9](https://github.com/opzkit/terraform-aws-k8s-network/commit/6c188b9441feb8391135fcd7d5b8b76f47ecb4a6)) +* **deps:** bump LocalStack/setup-localstack from 0.2.1 to 0.2.2 ([05e49b9](https://github.com/opzkit/terraform-aws-k8s-network/commit/05e49b90a9d6f7b6885811c61c9283b387fd6d1f)) +* **deps:** bump LocalStack/setup-localstack from 0.2.2 to 0.2.3 ([179958e](https://github.com/opzkit/terraform-aws-k8s-network/commit/179958e9b3e74a53b98ad4437be80a8541413a11)) +* **deps:** bump LocalStack/setup-localstack from 0.2.2 to 0.2.3 ([84ded83](https://github.com/opzkit/terraform-aws-k8s-network/commit/84ded830fe24ef54da344942b63663966fac3869)) +* **deps:** bump wagoid/commitlint-github-action from 5 to 6 ([197c3ab](https://github.com/opzkit/terraform-aws-k8s-network/commit/197c3ab67ec5394456ef0efb6039c27dfb482eef)) +* **deps:** bump wagoid/commitlint-github-action from 5 to 6 ([1968ce5](https://github.com/opzkit/terraform-aws-k8s-network/commit/1968ce55b4afd5190679b1d0c2f12a2e489df682)) +* fix pre-commit errors and checkov warninggs ([dd52ab1](https://github.com/opzkit/terraform-aws-k8s-network/commit/dd52ab1605715bff3c1a60719f00a7e93fe9c259)) +* ignore changes to tags ([5e1e41a](https://github.com/opzkit/terraform-aws-k8s-network/commit/5e1e41a883dcf6472862383cc77abbcba529eeaa)) +* ignore changes to tags ([57e9424](https://github.com/opzkit/terraform-aws-k8s-network/commit/57e94246212d9b909e49756d3099c655eadd9829)) +* **main:** release 0.1.0 ([#29](https://github.com/opzkit/terraform-aws-k8s-network/issues/29)) ([e39fdac](https://github.com/opzkit/terraform-aws-k8s-network/commit/e39fdacc61ea6f676c4d909be40ad4bd385f0c8a)) +* rebase from template ([a10e499](https://github.com/opzkit/terraform-aws-k8s-network/commit/a10e4992bb1a1e50f52c90950edcdeb8469cc98a)) +* rebase from template ([018499f](https://github.com/opzkit/terraform-aws-k8s-network/commit/018499f101e4d93ded57b4f02703d74eac019a72)) +* rebase from template ([f5fd034](https://github.com/opzkit/terraform-aws-k8s-network/commit/f5fd03406eea5cbb0d1664a23e728db27b574f9a)) +* rebase from template ([998855f](https://github.com/opzkit/terraform-aws-k8s-network/commit/998855f33c825c76f2e7194f418002274a6a80bf)) +* rebase from template ([a3f266e](https://github.com/opzkit/terraform-aws-k8s-network/commit/a3f266e286bab23bc912c3a7620d33a7de4286ca)) +* rebase from template ([4cb5aa4](https://github.com/opzkit/terraform-aws-k8s-network/commit/4cb5aa4c581c322f067bd9e5b05d235d50d5d631)) +* release-please and checks ([70e3661](https://github.com/opzkit/terraform-aws-k8s-network/commit/70e366158156d3694d88c83c039323df744e51e5)) +* release-please and checks ([8fa8d80](https://github.com/opzkit/terraform-aws-k8s-network/commit/8fa8d805df94558dd996aae7e6f94fee6baf4524)) +* remove unused validations ([089417f](https://github.com/opzkit/terraform-aws-k8s-network/commit/089417ff9477b68d6d1b5f3fdde77603c74b481a)) + + +### Continuous Integration + +* add commit linting ([60061af](https://github.com/opzkit/terraform-aws-k8s-network/commit/60061afb0834b90eed4fcce9af2f93c02d91df24)) +* add commit linting ([12b6075](https://github.com/opzkit/terraform-aws-k8s-network/commit/12b607562546b9bd36d01228b3d4eed3a2bc4031)) +* add dependabot ([d5a081f](https://github.com/opzkit/terraform-aws-k8s-network/commit/d5a081f840ade73e9569e5770e4b580fd7ad61da)) +* localstack tests ([600a6aa](https://github.com/opzkit/terraform-aws-k8s-network/commit/600a6aa66ab7edf81e3ffa241394100710519acf)) + ## [0.1.0](https://github.com/opzkit/terraform-aws-k8s-network/compare/v0.0.10...v0.1.0) (2025-01-24)