From 2a352b44e2cc450c9a719c07008561f5de827f2b Mon Sep 17 00:00:00 2001 From: GO Feature Flag Bot Date: Mon, 27 Oct 2025 15:23:11 +0100 Subject: [PATCH] chore(main): release 1.47.0 --- .github/release-please/CHANGELOG.md | 127 ++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) diff --git a/.github/release-please/CHANGELOG.md b/.github/release-please/CHANGELOG.md index d48b9786c3a..5cf406019e4 100644 --- a/.github/release-please/CHANGELOG.md +++ b/.github/release-please/CHANGELOG.md @@ -1,5 +1,132 @@ # Changelog +## [1.47.0](https://github.com/thomaspoignant/go-feature-flag/compare/v1.47.0...v1.47.0) (2025-10-27) + + +### 🚀 New Features + +* filter type of releases in the badge ([#4101](https://github.com/thomaspoignant/go-feature-flag/issues/4101)) ([222c947](https://github.com/thomaspoignant/go-feature-flag/commit/222c9474587a79d233260b176e1e3277896087e5)) +* **helm:** Add pod disruption budget to relay proxy ([#4108](https://github.com/thomaspoignant/go-feature-flag/issues/4108)) ([5cd0a74](https://github.com/thomaspoignant/go-feature-flag/commit/5cd0a7415a9cb9e765858d8bf56cfe4f0ac6000c)) + + +### 🐛 Bug Fixes + +* Cleaning some code ([a13c67f](https://github.com/thomaspoignant/go-feature-flag/commit/a13c67ffd0da324c5c1fe5b2eba2e73dd012618e)) +* prevent nil map assignment panic in /v1/allflags endpoint ([#4134](https://github.com/thomaspoignant/go-feature-flag/issues/4134)) ([7396246](https://github.com/thomaspoignant/go-feature-flag/commit/7396246216da7f4f58ac6f1e166175795e2f614f)) +* Synk warning changes ([#4102](https://github.com/thomaspoignant/go-feature-flag/issues/4102)) ([4ff1328](https://github.com/thomaspoignant/go-feature-flag/commit/4ff1328ecd6af21a3273fd29f1feb45aeff9c768)) +* **test:** validate that test panics ([#4037](https://github.com/thomaspoignant/go-feature-flag/issues/4037)) ([53cfac0](https://github.com/thomaspoignant/go-feature-flag/commit/53cfac012e575321816c25bc4e48d915f2679d9e)) +* Use github personnal token ([#4034](https://github.com/thomaspoignant/go-feature-flag/issues/4034)) ([f59efb1](https://github.com/thomaspoignant/go-feature-flag/commit/f59efb1071b9a67107cf243ba4d5b469b7282967)) +* use redis Close() instead of Shutdown() ([#4140](https://github.com/thomaspoignant/go-feature-flag/issues/4140)) ([a28007f](https://github.com/thomaspoignant/go-feature-flag/commit/a28007f3e3b7e4fa43925f3b7212b35e2e523159)) + + +### 🔧 Chores + +* adding missing comments ([#4089](https://github.com/thomaspoignant/go-feature-flag/issues/4089)) ([ee4d621](https://github.com/thomaspoignant/go-feature-flag/commit/ee4d62114163f24d16e387ff9dc73ce9759d68e2)) +* Bump @babel/eslint-parser in /examples/openfeature_web/webapp ([#4157](https://github.com/thomaspoignant/go-feature-flag/issues/4157)) ([1f8948a](https://github.com/thomaspoignant/go-feature-flag/commit/1f8948a6fe5d5b19c0d8dedc9d6223fa351309b5)) +* Bump @babel/preset-env in /examples/openfeature_web/webapp ([#4158](https://github.com/thomaspoignant/go-feature-flag/issues/4158)) ([2f53ceb](https://github.com/thomaspoignant/go-feature-flag/commit/2f53cebb001030bd8c9c72a973ac5b7101d87932)) +* Bump @openfeature/web-sdk ([#4174](https://github.com/thomaspoignant/go-feature-flag/issues/4174)) ([bfb1e38](https://github.com/thomaspoignant/go-feature-flag/commit/bfb1e381e1fea8fcb45f5e478519aba32cac51d4)) +* Bump @openfeature/web-sdk in /examples/openfeature_web/webapp ([#4161](https://github.com/thomaspoignant/go-feature-flag/issues/4161)) ([e5445a9](https://github.com/thomaspoignant/go-feature-flag/commit/e5445a9fbba9629b4f9418bd77b5af75cb19a2c0)) +* Bump @types/react in /examples/openfeature_react/react-app ([#4054](https://github.com/thomaspoignant/go-feature-flag/issues/4054)) ([d34224e](https://github.com/thomaspoignant/go-feature-flag/commit/d34224ec80646638b48b0954cc3d33341184e349)) +* Bump @types/react-dom in /examples/openfeature_react/react-app ([#4056](https://github.com/thomaspoignant/go-feature-flag/issues/4056)) ([867d2c6](https://github.com/thomaspoignant/go-feature-flag/commit/867d2c62f10adb6e37df61b2b96dd68919e0f36e)) +* Bump @types/react-dom in /examples/openfeature_react/react-app ([#4128](https://github.com/thomaspoignant/go-feature-flag/issues/4128)) ([8e6906c](https://github.com/thomaspoignant/go-feature-flag/commit/8e6906cbe58c0d7fbf6b0690baa3df94ee21eb8e)) +* Bump @typescript-eslint/eslint-plugin ([#4058](https://github.com/thomaspoignant/go-feature-flag/issues/4058)) ([d8b3244](https://github.com/thomaspoignant/go-feature-flag/commit/d8b324440bdfb427f5e22bbee40ae5ea9f1d37b9)) +* Bump @typescript-eslint/eslint-plugin ([#4129](https://github.com/thomaspoignant/go-feature-flag/issues/4129)) ([2b43be5](https://github.com/thomaspoignant/go-feature-flag/commit/2b43be58147e62158756714504faffbf82e17211)) +* Bump @typescript-eslint/eslint-plugin ([#4173](https://github.com/thomaspoignant/go-feature-flag/issues/4173)) ([0724b37](https://github.com/thomaspoignant/go-feature-flag/commit/0724b37ab39e9076667a008cdac4f45f55f16d09)) +* Bump @typescript-eslint/parser ([#4057](https://github.com/thomaspoignant/go-feature-flag/issues/4057)) ([f414b46](https://github.com/thomaspoignant/go-feature-flag/commit/f414b4669608167f3f3e44cfd0d447af22e1165c)) +* Bump @typescript-eslint/parser ([#4127](https://github.com/thomaspoignant/go-feature-flag/issues/4127)) ([f186b1f](https://github.com/thomaspoignant/go-feature-flag/commit/f186b1fdf8c11b18a5bb1f36ebca0c9ccf7dd488)) +* Bump @vitejs/plugin-react ([#4168](https://github.com/thomaspoignant/go-feature-flag/issues/4168)) ([c5411fd](https://github.com/thomaspoignant/go-feature-flag/commit/c5411fdc618360dfa21519d340f2c23920c612b5)) +* Bump actions/setup-node from 5.0.0 to 6.0.0 ([#4132](https://github.com/thomaspoignant/go-feature-flag/issues/4132)) ([8909ed2](https://github.com/thomaspoignant/go-feature-flag/commit/8909ed225d786c73b8732a06439578a3cd6c6559)) +* Bump actions/upload-artifact from 4.6.2 to 5.0.0 ([#4176](https://github.com/thomaspoignant/go-feature-flag/issues/4176)) ([4a40287](https://github.com/thomaspoignant/go-feature-flag/commit/4a40287a05abef5a17cb43ba1cffefb0da8ae740)) +* Bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.2.1 ([#4111](https://github.com/thomaspoignant/go-feature-flag/issues/4111)) ([6137e9f](https://github.com/thomaspoignant/go-feature-flag/commit/6137e9fc0863927019001d02e55be8b14f2a6b16)) +* Bump cloud.google.com/go/pubsub/v2 from 2.2.1 to 2.3.0 ([#4165](https://github.com/thomaspoignant/go-feature-flag/issues/4165)) ([fcc801b](https://github.com/thomaspoignant/go-feature-flag/commit/fcc801b945f141a301e64bb12dcf490021114fc1)) +* Bump dev.openfeature:sdk ([#4052](https://github.com/thomaspoignant/go-feature-flag/issues/4052)) ([fd51f4b](https://github.com/thomaspoignant/go-feature-flag/commit/fd51f4bc4f09c6bf68560837cb1768684581b2e4)) +* Bump docusaurus to 3.9.2 ([#4136](https://github.com/thomaspoignant/go-feature-flag/issues/4136)) ([fcdcf01](https://github.com/thomaspoignant/go-feature-flag/commit/fcdcf01d36819b5f988969f0500ceaf145258d31)) +* Bump eslint in /examples/openfeature_react/react-app ([#4126](https://github.com/thomaspoignant/go-feature-flag/issues/4126)) ([4bdc149](https://github.com/thomaspoignant/go-feature-flag/commit/4bdc149648283597c45633a1693564c56489244f)) +* Bump eslint in /examples/openfeature_web/webapp ([#4115](https://github.com/thomaspoignant/go-feature-flag/issues/4115)) ([c252769](https://github.com/thomaspoignant/go-feature-flag/commit/c252769548d33f82ddd5a968732a0cd6d7e083a2)) +* Bump eslint-plugin-react-hooks ([#4055](https://github.com/thomaspoignant/go-feature-flag/issues/4055)) ([13f787a](https://github.com/thomaspoignant/go-feature-flag/commit/13f787a447e22a0404a5b522a9705c2d902380a3)) +* Bump eslint-plugin-react-hooks ([#4170](https://github.com/thomaspoignant/go-feature-flag/issues/4170)) ([d363325](https://github.com/thomaspoignant/go-feature-flag/commit/d363325537aecf45439a150a2450ed033a76d768)) +* Bump eslint-plugin-react-refresh ([#4124](https://github.com/thomaspoignant/go-feature-flag/issues/4124)) ([20c1653](https://github.com/thomaspoignant/go-feature-flag/commit/20c1653f4a28522e74bb820d15c428fc3a4f3b92)) +* Bump FluentAssertions from 8.7.1 to 8.8.0 ([#4138](https://github.com/thomaspoignant/go-feature-flag/issues/4138)) ([a027586](https://github.com/thomaspoignant/go-feature-flag/commit/a02758697b8ee7af32ab9750c4e77a4ca042d15f)) +* Bump github.com/aws/aws-lambda-go from 1.49.0 to 1.50.0 ([#4041](https://github.com/thomaspoignant/go-feature-flag/issues/4041)) ([ee2a5cc](https://github.com/thomaspoignant/go-feature-flag/commit/ee2a5cc15b950e0936b394455a0e50d89760de0e)) +* Bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.13 ([#4116](https://github.com/thomaspoignant/go-feature-flag/issues/4116)) ([3d0c717](https://github.com/thomaspoignant/go-feature-flag/commit/3d0c7176d8f373f52b1418ce3977c7d5682302e6)) +* Bump github.com/aws/aws-sdk-go-v2/config from 1.31.13 to 1.31.15 ([#4155](https://github.com/thomaspoignant/go-feature-flag/issues/4155)) ([4f90400](https://github.com/thomaspoignant/go-feature-flag/commit/4f904003196d1cf3ae84e815e438b708b553ad4c)) +* Bump github.com/aws/aws-sdk-go-v2/credentials ([#4109](https://github.com/thomaspoignant/go-feature-flag/issues/4109)) ([d07e2e3](https://github.com/thomaspoignant/go-feature-flag/commit/d07e2e3a58223a795a39ea191fac162ce5a36c82)) +* Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager ([#4049](https://github.com/thomaspoignant/go-feature-flag/issues/4049)) ([ffd0c7d](https://github.com/thomaspoignant/go-feature-flag/commit/ffd0c7d47dcabb14c80aa737667008e7da2db3c6)) +* Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager ([#4113](https://github.com/thomaspoignant/go-feature-flag/issues/4113)) ([f9dd4b7](https://github.com/thomaspoignant/go-feature-flag/commit/f9dd4b7f76b6a6460cbf43edfc025126e9c04098)) +* Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager ([#4167](https://github.com/thomaspoignant/go-feature-flag/issues/4167)) ([beec863](https://github.com/thomaspoignant/go-feature-flag/commit/beec86396913408bd6811e8fd4d260136cd0a472)) +* Bump github.com/aws/aws-sdk-go-v2/service/kinesis ([#4121](https://github.com/thomaspoignant/go-feature-flag/issues/4121)) ([d4aff3c](https://github.com/thomaspoignant/go-feature-flag/commit/d4aff3c0667056cc2be20ae0809524ce8db7a0f0)) +* Bump github.com/aws/aws-sdk-go-v2/service/kinesis ([#4154](https://github.com/thomaspoignant/go-feature-flag/issues/4154)) ([b7437bd](https://github.com/thomaspoignant/go-feature-flag/commit/b7437bde50923ced07d6c4ee7916f6abe0ecc7be)) +* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4045](https://github.com/thomaspoignant/go-feature-flag/issues/4045)) ([337d31c](https://github.com/thomaspoignant/go-feature-flag/commit/337d31ce3c10b125d934eb1d9da80ab17912d71b)) +* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4153](https://github.com/thomaspoignant/go-feature-flag/issues/4153)) ([9c4c251](https://github.com/thomaspoignant/go-feature-flag/commit/9c4c251738e04bf7a124887c253691dc86bce530)) +* Bump github.com/aws/aws-sdk-go-v2/service/sqs ([#4112](https://github.com/thomaspoignant/go-feature-flag/issues/4112)) ([9abb7f6](https://github.com/thomaspoignant/go-feature-flag/commit/9abb7f6d29b55c4e705631005e16984ecb6501b8)) +* Bump github.com/aws/aws-sdk-go-v2/service/sqs ([#4162](https://github.com/thomaspoignant/go-feature-flag/issues/4162)) ([ec741bd](https://github.com/thomaspoignant/go-feature-flag/commit/ec741bd469317b636eaff6d32c30c7fef93f3da8)) +* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ([#4046](https://github.com/thomaspoignant/go-feature-flag/issues/4046)) ([8bd6e4b](https://github.com/thomaspoignant/go-feature-flag/commit/8bd6e4bcd9961e0bfbf59858abea4a18a51956bb)) +* Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob ([#4117](https://github.com/thomaspoignant/go-feature-flag/issues/4117)) ([c0b228d](https://github.com/thomaspoignant/go-feature-flag/commit/c0b228d8cb70416f5edf768db8db70b312a75323)) +* Bump github.com/IBM/sarama from 1.46.1 to 1.46.2 ([#4042](https://github.com/thomaspoignant/go-feature-flag/issues/4042)) ([c9cb6a4](https://github.com/thomaspoignant/go-feature-flag/commit/c9cb6a45d5b3ff549c71a812643b7555d990dbaf)) +* Bump github.com/IBM/sarama from 1.46.2 to 1.46.3 ([#4159](https://github.com/thomaspoignant/go-feature-flag/issues/4159)) ([e6e2bbb](https://github.com/thomaspoignant/go-feature-flag/commit/e6e2bbbe0ea9ae6dd54cbf0524f2feedbea3b779)) +* Bump github.com/pterm/pterm from 0.12.81 to 0.12.82 ([#4118](https://github.com/thomaspoignant/go-feature-flag/issues/4118)) ([5b047ff](https://github.com/thomaspoignant/go-feature-flag/commit/5b047ffad5510ded1afe59ab5d6f1198b3a611d9)) +* Bump github.com/redis/go-redis/v9 from 9.14.0 to 9.14.1 ([#4110](https://github.com/thomaspoignant/go-feature-flag/issues/4110)) ([7495a2a](https://github.com/thomaspoignant/go-feature-flag/commit/7495a2a82333963b4cae2ce6d96ac65f7ed063a7)) +* Bump github.com/redis/go-redis/v9 from 9.14.1 to 9.16.0 ([#4156](https://github.com/thomaspoignant/go-feature-flag/issues/4156)) ([797a0fa](https://github.com/thomaspoignant/go-feature-flag/commit/797a0faece4360202c007ac4cc2d9ccb77212474)) +* Bump github/codeql-action from 3.30.6 to 4.30.8 ([#4062](https://github.com/thomaspoignant/go-feature-flag/issues/4062)) ([6fc6cef](https://github.com/thomaspoignant/go-feature-flag/commit/6fc6cefa4099f2a38e9e1dcb8093f0671f41fec8)) +* Bump github/codeql-action from 4.30.8 to 4.30.9 ([#4131](https://github.com/thomaspoignant/go-feature-flag/issues/4131)) ([6d39309](https://github.com/thomaspoignant/go-feature-flag/commit/6d393091742acfe8bdc1d42b3da52c12231e25c7)) +* Bump github/codeql-action from 4.30.9 to 4.31.0 ([#4175](https://github.com/thomaspoignant/go-feature-flag/issues/4175)) ([0613ce7](https://github.com/thomaspoignant/go-feature-flag/commit/0613ce79f636363c3cc733d3da343209f6bcc6a6)) +* Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 ([#4047](https://github.com/thomaspoignant/go-feature-flag/issues/4047)) ([502cfbf](https://github.com/thomaspoignant/go-feature-flag/commit/502cfbfac21cd20d981839ecf6c015c667658140)) +* Bump google.golang.org/api from 0.251.0 to 0.252.0 ([#4044](https://github.com/thomaspoignant/go-feature-flag/issues/4044)) ([7345d19](https://github.com/thomaspoignant/go-feature-flag/commit/7345d19f7f3da5bcfab7f4560b02df938fa062ca)) +* Bump google.golang.org/api from 0.252.0 to 0.253.0 ([#4163](https://github.com/thomaspoignant/go-feature-flag/issues/4163)) ([57e4a6f](https://github.com/thomaspoignant/go-feature-flag/commit/57e4a6f54837ee0e35d0af5a07c8283c6c2f109c)) +* Bump google.golang.org/grpc from 1.75.1 to 1.76.0 ([#4048](https://github.com/thomaspoignant/go-feature-flag/issues/4048)) ([8d5388e](https://github.com/thomaspoignant/go-feature-flag/commit/8d5388e48d90ac1f3dfb9852e42d0253b0bfbe5b)) +* Bump googleapis/release-please-action from 4.3.0 to 4.4.0 ([#4177](https://github.com/thomaspoignant/go-feature-flag/issues/4177)) ([c31b31c](https://github.com/thomaspoignant/go-feature-flag/commit/c31b31c28253e74666971c40e393d272caf3dcc1)) +* Bump jvm in /examples/openfeature_kotlin_server/kotlin-app ([#4164](https://github.com/thomaspoignant/go-feature-flag/issues/4164)) ([75520e3](https://github.com/thomaspoignant/go-feature-flag/commit/75520e3b9e10f3159ca17ccd1b935447e775218f)) +* Bump mikefarah/yq from 4.47.2 to 4.48.1 ([#4061](https://github.com/thomaspoignant/go-feature-flag/issues/4061)) ([aedad8e](https://github.com/thomaspoignant/go-feature-flag/commit/aedad8e37306a4eb5fad3a3756ceba10b8cb5cc8)) +* Bump octokit from 5.0.3 to 5.0.4 in /openfeature/ci_scripts ([#4130](https://github.com/thomaspoignant/go-feature-flag/issues/4130)) ([b30fe73](https://github.com/thomaspoignant/go-feature-flag/commit/b30fe731d334daa25c8b2f5f10c412a69a670436)) +* Bump OpenFeature from 2.8.1 to 2.9.0 ([#4104](https://github.com/thomaspoignant/go-feature-flag/issues/4104)) ([041c67d](https://github.com/thomaspoignant/go-feature-flag/commit/041c67d8575930cb55e8927e3816137d17eb258f)) +* Bump posthtml in /examples/openfeature_web/webapp ([#4119](https://github.com/thomaspoignant/go-feature-flag/issues/4119)) ([6920272](https://github.com/thomaspoignant/go-feature-flag/commit/6920272c4eb9884cef283575f19a28be024250e3)) +* Bump softprops/action-gh-release from 2.3.4 to 2.4.1 ([#4060](https://github.com/thomaspoignant/go-feature-flag/issues/4060)) ([7b6066a](https://github.com/thomaspoignant/go-feature-flag/commit/7b6066a7407feffd518a8746b7f25a26f082be70)) +* Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 ([#4059](https://github.com/thomaspoignant/go-feature-flag/issues/4059)) ([a8458c3](https://github.com/thomaspoignant/go-feature-flag/commit/a8458c3a4a0720abe14e3ea6b746cd2f8b7bf67c)) +* Bump tailwindcss in /examples/openfeature_react/react-app ([#4171](https://github.com/thomaspoignant/go-feature-flag/issues/4171)) ([5e0fc78](https://github.com/thomaspoignant/go-feature-flag/commit/5e0fc7830ec5f9352696fa44a8c4b617fc736207)) +* Bump vite in /examples/openfeature_react/react-app ([#4125](https://github.com/thomaspoignant/go-feature-flag/issues/4125)) ([e5d2a0a](https://github.com/thomaspoignant/go-feature-flag/commit/e5d2a0a153651f8ee9f863a025d8a52a6534289f)) +* Bump vite in /examples/openfeature_react/react-app ([#4137](https://github.com/thomaspoignant/go-feature-flag/issues/4137)) ([bb72774](https://github.com/thomaspoignant/go-feature-flag/commit/bb72774a2e424e0d324fc7ac18b51a2eed60f055)) +* Bump vite in /examples/openfeature_react/react-app ([#4172](https://github.com/thomaspoignant/go-feature-flag/issues/4172)) ([5c5cc92](https://github.com/thomaspoignant/go-feature-flag/commit/5c5cc929bb5c715ff43b887ccd497b849d35929c)) +* Bump webpack in /examples/openfeature_web/webapp ([#4051](https://github.com/thomaspoignant/go-feature-flag/issues/4051)) ([18c8460](https://github.com/thomaspoignant/go-feature-flag/commit/18c84607f49348f6f26c664722b69b87f4e7fbcb)) +* Change coverage in makefile to run all tests ([#4098](https://github.com/thomaspoignant/go-feature-flag/issues/4098)) ([e4661ca](https://github.com/thomaspoignant/go-feature-flag/commit/e4661caba205546351fa98176c57c40dbacdd492)) +* **dependency:** Bump module ${MODULE_PATH} ${VERSION} ([#4095](https://github.com/thomaspoignant/go-feature-flag/issues/4095)) ([c8b0b25](https://github.com/thomaspoignant/go-feature-flag/commit/c8b0b25970eee8a32b7782bc02cac3bd29247a0d)) +* fix build for wasi and wasm ([#4150](https://github.com/thomaspoignant/go-feature-flag/issues/4150)) ([833980b](https://github.com/thomaspoignant/go-feature-flag/commit/833980be44467d1c17212823f4966cbfe69bbbe8)) +* fixing makefile for new dev workflow ([#4097](https://github.com/thomaspoignant/go-feature-flag/issues/4097)) ([9175a18](https://github.com/thomaspoignant/go-feature-flag/commit/9175a18de60b5e8a15ab0a956d0ab5e6a263fc6e)) +* initial release please setup ([#4028](https://github.com/thomaspoignant/go-feature-flag/issues/4028)) ([081e1ab](https://github.com/thomaspoignant/go-feature-flag/commit/081e1aba45f7d32073802ddceb3790766c6ef4ea)) +* move wasm binary to cmd/wasm ([#4099](https://github.com/thomaspoignant/go-feature-flag/issues/4099)) ([39f1169](https://github.com/thomaspoignant/go-feature-flag/commit/39f11693ab0a0970796e6ba298af79cba4872f4c)) +* **release:** Setup auto bump of dependencies ([#4035](https://github.com/thomaspoignant/go-feature-flag/issues/4035)) ([0fdce07](https://github.com/thomaspoignant/go-feature-flag/commit/0fdce07fc7ef56ac817cfc183abbf880437ad5c2)) +* **repo:** Create an evaluation go module ([#4079](https://github.com/thomaspoignant/go-feature-flag/issues/4079)) ([2305959](https://github.com/thomaspoignant/go-feature-flag/commit/230595939b35e9472a422e0b265fb450b20d3651)) +* rework makefile to work in CI ([#4082](https://github.com/thomaspoignant/go-feature-flag/issues/4082)) ([e9b9c9c](https://github.com/thomaspoignant/go-feature-flag/commit/e9b9c9cd806530b801e1c3d9f1a5d3c6c72edd85)) +* trigger release with new format ([#4033](https://github.com/thomaspoignant/go-feature-flag/issues/4033)) ([6d03d4e](https://github.com/thomaspoignant/go-feature-flag/commit/6d03d4e705a7fc93d4b06ffd68c470bb3c0c648d)) + + +### 📚 Documentation + +* Add a new SDKs menu to the website ([#4107](https://github.com/thomaspoignant/go-feature-flag/issues/4107)) ([32cb9d6](https://github.com/thomaspoignant/go-feature-flag/commit/32cb9d60df75eba01aab792eb50670c2feba9583)) +* **pricing:** Review the pricing page for enterprise support ([#4100](https://github.com/thomaspoignant/go-feature-flag/issues/4100)) ([74720e5](https://github.com/thomaspoignant/go-feature-flag/commit/74720e51921ee49d684f0e41e77300beb8b14513)) + + +### ⚙️ CI/CD + +* add action read to release-please ([6e08105](https://github.com/thomaspoignant/go-feature-flag/commit/6e08105b52c414365c1cff6ef36d696fb59dcee5)) +* Bump version of modules when new module is released ([#4040](https://github.com/thomaspoignant/go-feature-flag/issues/4040)) ([e686eb5](https://github.com/thomaspoignant/go-feature-flag/commit/e686eb5b64bfe73922c7a905acad6488c02dd929)) +* change how to pass secrets ([#4091](https://github.com/thomaspoignant/go-feature-flag/issues/4091)) ([fb0a0e1](https://github.com/thomaspoignant/go-feature-flag/commit/fb0a0e1f1a699af7b71bc7e93d6bcc4ee1f001e3)) +* change path of modules ([08118cf](https://github.com/thomaspoignant/go-feature-flag/commit/08118cf2b0ac3fde6017a19d40c401ede962cc69)) +* Configure GoReleaser to sign the releases ([#3909](https://github.com/thomaspoignant/go-feature-flag/issues/3909)) ([c58e0a1](https://github.com/thomaspoignant/go-feature-flag/commit/c58e0a14161e5d112ba217488aa62c89a4c5e471)) +* fix bad replacement ([#4083](https://github.com/thomaspoignant/go-feature-flag/issues/4083)) ([f976b54](https://github.com/thomaspoignant/go-feature-flag/commit/f976b54f5c5ba29255182c92dd3c6218c9317d6e)) +* fix release please to not update the version in poetry ([#4141](https://github.com/thomaspoignant/go-feature-flag/issues/4141)) ([081b284](https://github.com/thomaspoignant/go-feature-flag/commit/081b284a50084d814d1633b13f6908734305e211)) +* missing v when bumping gomodule ([#4086](https://github.com/thomaspoignant/go-feature-flag/issues/4086)) ([f2ebc22](https://github.com/thomaspoignant/go-feature-flag/commit/f2ebc22a10f29c676a9dac631842fb6456a4448a)) +* move helm release to the release-please workflow ([0c8e53f](https://github.com/thomaspoignant/go-feature-flag/commit/0c8e53f84c985618d1ca3d2427b9e8125702d69a)) +* move helm release to the release-please workflow ([d07f941](https://github.com/thomaspoignant/go-feature-flag/commit/d07f941ba6f53de0d17ba9bd34453114497a5268)) +* move helm release to the release-please workflow ([#4068](https://github.com/thomaspoignant/go-feature-flag/issues/4068)) ([13a01d2](https://github.com/thomaspoignant/go-feature-flag/commit/13a01d2cda79d0b9742abbb3e68e656883500d4f)) +* passing secrets to workflows. ([#4096](https://github.com/thomaspoignant/go-feature-flag/issues/4096)) ([465b17f](https://github.com/thomaspoignant/go-feature-flag/commit/465b17fa9900c377e0c51497c04179463f8c7f9d)) +* release space before releasing ([#4148](https://github.com/thomaspoignant/go-feature-flag/issues/4148)) ([ffb183f](https://github.com/thomaspoignant/go-feature-flag/commit/ffb183fb3e3f8542f3bd07e0ba0956b878349157)) +* release space before releasing ([#4149](https://github.com/thomaspoignant/go-feature-flag/issues/4149)) ([b946ea1](https://github.com/thomaspoignant/go-feature-flag/commit/b946ea1a2cc9a403663781d8d5962e099a368ff8)) +* **release-please:** launch release after release-please runs ([#4066](https://github.com/thomaspoignant/go-feature-flag/issues/4066)) ([aed9fa0](https://github.com/thomaspoignant/go-feature-flag/commit/aed9fa017d474f4e6f8117bf58d9184c197be137)) +* use env variables in a secure way ([#4178](https://github.com/thomaspoignant/go-feature-flag/issues/4178)) ([24d08e3](https://github.com/thomaspoignant/go-feature-flag/commit/24d08e376bb742f6fc7a38707a36840039fec7e3)) +* use env.VERSION ([be65ad7](https://github.com/thomaspoignant/go-feature-flag/commit/be65ad7391a8bd5bf5960be93fa410a224cbfa01)) +* use env.VERSION ([#4146](https://github.com/thomaspoignant/go-feature-flag/issues/4146)) ([b0fe88e](https://github.com/thomaspoignant/go-feature-flag/commit/b0fe88efd891250bd9d1dc97a7d74446fe13ac19)) +* workflow release helm chart ([d1bf927](https://github.com/thomaspoignant/go-feature-flag/commit/d1bf9271d10b3deb653844175ee13f6332b742e8)) + ## [1.47.0](https://github.com/thomaspoignant/go-feature-flag/compare/v1.47.0...v1.47.0) (2025-10-26)