diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1cf1e5..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ec500..960832b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [0.1.0](https://github.com/grafana/generate-policy-bot-config/compare/v0.1.1...v0.1.0) (2024-11-08) + + +### 🎉 Features + +* **all:** add CI, a release process and Dependabot ([b8055cf](https://github.com/grafana/generate-policy-bot-config/commit/b8055cf3074f74a475f271e5e9ebf95d225ff3b0)) +* **build:** Add a Dockerfile ([5eb92d3](https://github.com/grafana/generate-policy-bot-config/commit/5eb92d3be6b871f879529d2250bcfb45b5eab7db)) +* **ci:** build binaries natively, avoiding emulation ([663e4ea](https://github.com/grafana/generate-policy-bot-config/commit/663e4ea1b23690505d6ac00a571a2a061a95ff36)) +* **ci:** generate and push sbom and build provenance attestations ([54ea116](https://github.com/grafana/generate-policy-bot-config/commit/54ea1169744e24035727f606d008a86264aa1a90)) +* print filename we're merging with ([23c0d91](https://github.com/grafana/generate-policy-bot-config/commit/23c0d9133dab64fd1a32a73f332e9178dcf1dc45)) + + +### 🐛 Bug Fixes + +* **ci:** drop local validate rule ([ac72894](https://github.com/grafana/generate-policy-bot-config/commit/ac72894827185b3ec5cd8a50fdad91922b884605)) +* **ci:** push from release event too and handle multiple tags ([1cbca2c](https://github.com/grafana/generate-policy-bot-config/commit/1cbca2cc6b957de6e6cec34ab1349165ff1c127b)) +* **ci:** run on `published` releases ([b0c19fe](https://github.com/grafana/generate-policy-bot-config/commit/b0c19feaab09f53af9b70033b10bb2e557f4fbbc)) +* remove rule properly ([38c376c](https://github.com/grafana/generate-policy-bot-config/commit/38c376c3bd2be5f00ad13b3da2c6a2df6be8d25c)) + + +### 📝 Documentation + +* add some more config instructions to the README ([457e203](https://github.com/grafana/generate-policy-bot-config/commit/457e203271c966ff4bf58f4d6935b77714f9352c)) +* **README:** update project name ([08e65bc](https://github.com/grafana/generate-policy-bot-config/commit/08e65bcaaa09863426a873cbb6b849c577817259)) + + +### 🔧 Miscellaneous Chores + +* **ci:** replicate path filters ([9d356ce](https://github.com/grafana/generate-policy-bot-config/commit/9d356cee16cab232acbd2fbe587b5f359c7bcac5)) +* **deps:** bump actions/checkout from 4.2.0 to 4.2.2 ([619596e](https://github.com/grafana/generate-policy-bot-config/commit/619596e72223f85260f9aadb45386230130e2763)) +* **deps:** bump actions/setup-go from 5.0.2 to 5.1.0 ([c7e715b](https://github.com/grafana/generate-policy-bot-config/commit/c7e715bb3775cf2691fa7b82694cd82f20a177bb)) +* **deps:** bump docker/setup-buildx-action from 3.6.1 to 3.7.1 ([a93f6cf](https://github.com/grafana/generate-policy-bot-config/commit/a93f6cfe296f2321db63aa9d083ff44bedb00c87)) +* **deps:** bump golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 ([#13](https://github.com/grafana/generate-policy-bot-config/issues/13)) ([3bc345b](https://github.com/grafana/generate-policy-bot-config/commit/3bc345b084d2755ed7d0297c40e2262ad1c4d0ce)) +* **deps:** bump golang.org/x/term from 0.23.0 to 0.25.0 ([bef8476](https://github.com/grafana/generate-policy-bot-config/commit/bef847652a2c0528db7bf720a17ad5fc84ac6e83)) +* **deps:** bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 ([66bda90](https://github.com/grafana/generate-policy-bot-config/commit/66bda907a4d93b72c012bf34fe785d66ae2e90df)) +* **docs:** Add standard project documentation ([b1d518a](https://github.com/grafana/generate-policy-bot-config/commit/b1d518a837c2d686458a382c958a4d7c7335fa7e)) +* **go.mod:** update module name ([df2842f](https://github.com/grafana/generate-policy-bot-config/commit/df2842fb3784e63aef44ab435bd99375d4b4f06b)) +* **main:** release 0.1.0 ([f32aa88](https://github.com/grafana/generate-policy-bot-config/commit/f32aa88e55f498f6f7e917fc3c909cc088afa0e6)) +* **main:** release 0.1.1 ([b197641](https://github.com/grafana/generate-policy-bot-config/commit/b197641bbd2289d71110baeb5659b8c53e2b4f44)) +* move `.go` files out of the root ([5576877](https://github.com/grafana/generate-policy-bot-config/commit/55768778b2ff1b22a86e4caa94adfed5ceae6b78)) +* release as a prerelease v0.1.0 ([e3700e6](https://github.com/grafana/generate-policy-bot-config/commit/e3700e6b3f57566f18bf1dad458e2525a6bbdf8e)) +* **release:** make releases with with github actions user ([6d3f0b4](https://github.com/grafana/generate-policy-bot-config/commit/6d3f0b483978c9c4c26b3dcfa97a4fba4ca1677b)) +* remove reference to `deployment_tools` ([6205ebb](https://github.com/grafana/generate-policy-bot-config/commit/6205ebbe48fd6846eeabacdfe462b7643ce70d70)) + ## [0.1.1](https://github.com/grafana/generate-policy-bot-config/compare/v0.1.0...v0.1.1) (2024-11-08)