diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b238b1719 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.7.0](https://github.com/GoogleCloudPlatform/emblem/compare/v0.6.0...v0.7.0) (2023-01-23) + + +### Features + +* add in unseed database functionality for emblem cleanup ([#751](https://github.com/GoogleCloudPlatform/emblem/issues/751)) ([ea191d5](https://github.com/GoogleCloudPlatform/emblem/commit/ea191d50ee7ead3f0dbcf8448ec29bc1feefa923)) +* add OpenTelemetry tracing to content-api and website ([#746](https://github.com/GoogleCloudPlatform/emblem/issues/746)) ([d81c79c](https://github.com/GoogleCloudPlatform/emblem/commit/d81c79cbaa1f23d03dbfea89b2c1e15efff80cd3)) +* an Emblem bootstrap script ([#734](https://github.com/GoogleCloudPlatform/emblem/issues/734)) ([c2ff65f](https://github.com/GoogleCloudPlatform/emblem/commit/c2ff65fb8eeab1a8e46f720b96c1ed6472043b4a)) +* **e2e testing:** add E2E testing module to Terraform ([#745](https://github.com/GoogleCloudPlatform/emblem/issues/745)) ([35a81c7](https://github.com/GoogleCloudPlatform/emblem/commit/35a81c7ac82c9e484df5a05a59feadb195a10c69)) +* **E2E testing:** remove unused resources + add tf module import ([#726](https://github.com/GoogleCloudPlatform/emblem/issues/726)) ([caeb859](https://github.com/GoogleCloudPlatform/emblem/commit/caeb859242a363196df8934ddff5cba950d21f48)) +* **E2E testing:** specify content API URL via `data` element ([#748](https://github.com/GoogleCloudPlatform/emblem/issues/748)) ([2338f9b](https://github.com/GoogleCloudPlatform/emblem/commit/2338f9b85bfbdf953e4255ead62d2e6ab50eb728)) +* implement minimal release-please config ([#731](https://github.com/GoogleCloudPlatform/emblem/issues/731)) ([0e109fa](https://github.com/GoogleCloudPlatform/emblem/commit/0e109fa4cf2cc55fb85193a4458f7169d812f0a8)) +* **ops:** split up E2E testing Cloud Build config ([#759](https://github.com/GoogleCloudPlatform/emblem/issues/759)) ([60bca26](https://github.com/GoogleCloudPlatform/emblem/commit/60bca2639997308e1d6d629a28d674b8e12aed14)) +* run setup terraform via build jobs ([#737](https://github.com/GoogleCloudPlatform/emblem/issues/737)) ([d9fc2c3](https://github.com/GoogleCloudPlatform/emblem/commit/d9fc2c37194bbc959f1f4014014f0e4826f2d6ab)) + + +### Bug Fixes + +* **deps:** update dependency @reduxjs/toolkit to v1.9.1 ([#778](https://github.com/GoogleCloudPlatform/emblem/issues/778)) ([d72e437](https://github.com/GoogleCloudPlatform/emblem/commit/d72e437a2e0166764440770b5452b74d6390dee3)) +* **docs:** update testing documentation ([#717](https://github.com/GoogleCloudPlatform/emblem/issues/717)) ([0487997](https://github.com/GoogleCloudPlatform/emblem/commit/0487997dfe7720246c5107b13a8ee229e9d2c0f1)) +* **e2e tests:** update package.json ([#739](https://github.com/GoogleCloudPlatform/emblem/issues/739)) ([db0d003](https://github.com/GoogleCloudPlatform/emblem/commit/db0d00345fc9663bf5f17b9ec87d05f74878b84f)) +* fixing minor bugs in client setup script and clarifying directions in README ([#768](https://github.com/GoogleCloudPlatform/emblem/issues/768)) ([8a318ae](https://github.com/GoogleCloudPlatform/emblem/commit/8a318ae1c9bd0dfe4350116b6bb170d72081f1d9)) +* **ops:** enable Cloud Run API in Terraform ([#758](https://github.com/GoogleCloudPlatform/emblem/issues/758)) ([9d3524a](https://github.com/GoogleCloudPlatform/emblem/commit/9d3524a1f50becb92a6710001f9a22593a54c137)) +* **testing:** move E2E image build to configure-delivery script ([#765](https://github.com/GoogleCloudPlatform/emblem/issues/765)) ([ffa5a6e](https://github.com/GoogleCloudPlatform/emblem/commit/ffa5a6ebef20a191f59cb8a3af552a942a410bb2)) diff --git a/version.txt b/version.txt index 09a3acfa1..faef31a43 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.7.0