From 36f263163dddd123277285bb403928c8bbf5c672 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:09:37 +0000 Subject: [PATCH] chore(main): release emblem 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 221 ++++++++++++++++++++++++++++++++++ version.txt | 2 +- 3 files changed, 223 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea87acc66..c04b615e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..02ac1dd5f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,221 @@ +# Changelog + +## [1.0.0](https://github.com/GoogleCloudPlatform/emblem/compare/emblem-v0.6.0...emblem-v1.0.0) (2024-03-08) + + +### ⚠ BREAKING CHANGES + +* reorganize installation testing TF + add builds ([#530](https://github.com/GoogleCloudPlatform/emblem/issues/530)) + +### Features + +* add content seeding to setup.sh ([#484](https://github.com/GoogleCloudPlatform/emblem/issues/484)) ([3d21a15](https://github.com/GoogleCloudPlatform/emblem/commit/3d21a15b0de2f73673fe54d81f9912fb8454e247)) +* add deployer Cloud build ([#525](https://github.com/GoogleCloudPlatform/emblem/issues/525)) ([0697b4e](https://github.com/GoogleCloudPlatform/emblem/commit/0697b4ef716c4e209df3da09acde220238f10fbe)) +* add end-of-script wrap-up message to auth and setup ([#598](https://github.com/GoogleCloudPlatform/emblem/issues/598)) ([d816dca](https://github.com/GoogleCloudPlatform/emblem/commit/d816dca1b7a361ec9e1f9ed98d30a50660dfeaa8)) +* 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 link to logs ([#620](https://github.com/GoogleCloudPlatform/emblem/issues/620)) ([bab1ab7](https://github.com/GoogleCloudPlatform/emblem/commit/bab1ab72385b9ffa43e23b4aae03bacae71724a4)) +* add OpenTelemetry tracing to content-api and website ([#746](https://github.com/GoogleCloudPlatform/emblem/issues/746)) ([d81c79c](https://github.com/GoogleCloudPlatform/emblem/commit/d81c79cbaa1f23d03dbfea89b2c1e15efff80cd3)) +* add README for delivery tests ([#527](https://github.com/GoogleCloudPlatform/emblem/issues/527)) ([0fe2d61](https://github.com/GoogleCloudPlatform/emblem/commit/0fe2d611f7f8bc45fe887ea1bd857ef588c19c2a)) +* add SKIP_SEEDING env var ([#507](https://github.com/GoogleCloudPlatform/emblem/issues/507)) ([29da51e](https://github.com/GoogleCloudPlatform/emblem/commit/29da51eb84c4acdd7aac6ca36b8b16e9382fc495)) +* adding logger to client lit app ([#569](https://github.com/GoogleCloudPlatform/emblem/issues/569)) ([e0fe75e](https://github.com/GoogleCloudPlatform/emblem/commit/e0fe75eb93c08a9d347408c7466c5312281014b2)) +* adding pytest running check to indciate whether to disable otel ([e867e61](https://github.com/GoogleCloudPlatform/emblem/commit/e867e61aebffce1b5376610a01c3956e4d103f79)) +* adjust prompts in `configure_delivery.sh` ([#702](https://github.com/GoogleCloudPlatform/emblem/issues/702)) ([eee313f](https://github.com/GoogleCloudPlatform/emblem/commit/eee313f8dbd329ec5c3730b3a50c672d08451be1)), closes [#701](https://github.com/GoogleCloudPlatform/emblem/issues/701) +* allow for specifying REGION in setup.sh ([#616](https://github.com/GoogleCloudPlatform/emblem/issues/616)) ([ace094a](https://github.com/GoogleCloudPlatform/emblem/commit/ace094a621a2934e353c6333c171d203a9a04821)) +* an Emblem bootstrap script ([#734](https://github.com/GoogleCloudPlatform/emblem/issues/734)) ([c2ff65f](https://github.com/GoogleCloudPlatform/emblem/commit/c2ff65fb8eeab1a8e46f720b96c1ed6472043b4a)) +* configure GitHub automated release notes ([#382](https://github.com/GoogleCloudPlatform/emblem/issues/382)) ([d07435f](https://github.com/GoogleCloudPlatform/emblem/commit/d07435f9f73c9ed9856c7d02c69fc7cd3777d177)) +* **delivery:** add CI cleanup script ([#395](https://github.com/GoogleCloudPlatform/emblem/issues/395)) ([7a977bb](https://github.com/GoogleCloudPlatform/emblem/commit/7a977bbc40ffcb6096d18ec6f67edea701db5ad9)) +* **delivery:** add E2E Cloud Build config ([#490](https://github.com/GoogleCloudPlatform/emblem/issues/490)) ([1ca7964](https://github.com/GoogleCloudPlatform/emblem/commit/1ca79644a128f841feca4dba6e79fb84886fe508)) +* **delivery:** add option to skip seeding prompt ([#495](https://github.com/GoogleCloudPlatform/emblem/issues/495)) ([b36a21d](https://github.com/GoogleCloudPlatform/emblem/commit/b36a21d93b69862145f3f6cfca3dfd09cd72c6b8)) +* **delivery:** add reusable project setup script ([#494](https://github.com/GoogleCloudPlatform/emblem/issues/494)) ([8bf3689](https://github.com/GoogleCloudPlatform/emblem/commit/8bf3689ea7fde9ec5e889325a677916e3cb94f81)) +* **delivery:** document roles used in CI pipeline ([#489](https://github.com/GoogleCloudPlatform/emblem/issues/489)) ([e794665](https://github.com/GoogleCloudPlatform/emblem/commit/e7946657571713ceec717a25a7233f16e92a593b)) +* **delivery:** import session data bucket ([#447](https://github.com/GoogleCloudPlatform/emblem/issues/447)) ([41c655a](https://github.com/GoogleCloudPlatform/emblem/commit/41c655a323850e20fdcc0ecd1d3d7938bb7c7ba1)) +* **delivery:** integrate TF refactor into cleanup script ([#487](https://github.com/GoogleCloudPlatform/emblem/issues/487)) ([66b4b3f](https://github.com/GoogleCloudPlatform/emblem/commit/66b4b3f381bf1bcb7bc33d7c6142a6be9bfec692)) +* **delivery:** manage Cloud Build deploy triggers in terraform ([#509](https://github.com/GoogleCloudPlatform/emblem/issues/509)) ([fdaebce](https://github.com/GoogleCloudPlatform/emblem/commit/fdaebce2d461b6e01b720a749118c488a40cdb68)) +* **delivery:** move optional-bucket logic to Terraform ([#496](https://github.com/GoogleCloudPlatform/emblem/issues/496)) ([ad6c6ba](https://github.com/GoogleCloudPlatform/emblem/commit/ad6c6bac506796dc2344fa5500f5fc1882860cf4)) +* **delivery:** moving cloud build triggers to terraform configs (part 1) ([#264](https://github.com/GoogleCloudPlatform/emblem/issues/264)) ([8c2d3c5](https://github.com/GoogleCloudPlatform/emblem/commit/8c2d3c5c89e8332af4087414de24f2540b8ff984)) +* **delivery:** remove *-manager accounts ([#427](https://github.com/GoogleCloudPlatform/emblem/issues/427)) ([fa8dd09](https://github.com/GoogleCloudPlatform/emblem/commit/fa8dd099937c8b847eec63770e3153cb67e1fbc0)) +* **design:** general site bugs (punch list) ([#293](https://github.com/GoogleCloudPlatform/emblem/issues/293)) ([668edbc](https://github.com/GoogleCloudPlatform/emblem/commit/668edbc82ba00180eabd2d9dc773494d54bf1333)) +* **design:** view campaign page (punch list) ([#292](https://github.com/GoogleCloudPlatform/emblem/issues/292)) ([1055988](https://github.com/GoogleCloudPlatform/emblem/commit/105598892abff2f616c15c49facb9a2e9d1aa6ec)) +* **design:** view donation page (punch list) ([#291](https://github.com/GoogleCloudPlatform/emblem/issues/291)) ([9b3adb6](https://github.com/GoogleCloudPlatform/emblem/commit/9b3adb632a3a224c60f49123fce538ec92246c18)) +* **doc:** Adding in new decision record related to JS framework ([#317](https://github.com/GoogleCloudPlatform/emblem/issues/317)) ([d383744](https://github.com/GoogleCloudPlatform/emblem/commit/d383744edd85e7719909b81f9b4dca81aa8a680c)) +* **docs:** Add "What's Next" to API quickstart ([#267](https://github.com/GoogleCloudPlatform/emblem/issues/267)) ([4f5d047](https://github.com/GoogleCloudPlatform/emblem/commit/4f5d0476f79f462e68eaf4945b7c6a59dad7753b)) +* **docs:** add decision record for oauth secret config ([#268](https://github.com/GoogleCloudPlatform/emblem/issues/268)) ([349146d](https://github.com/GoogleCloudPlatform/emblem/commit/349146db8ff53938373aeea74c3f15d897efdb43)) +* **docs:** add Setup Quickstart tutorial ([#308](https://github.com/GoogleCloudPlatform/emblem/issues/308)) ([8a85c1a](https://github.com/GoogleCloudPlatform/emblem/commit/8a85c1a6071e226daa9834791f3812b8b4fdcad3)) +* **docs:** add Website Testing decision record ([#363](https://github.com/GoogleCloudPlatform/emblem/issues/363)) ([393b43e](https://github.com/GoogleCloudPlatform/emblem/commit/393b43e6892a9c609bbf834d61c9653d411404a4)) +* **docs:** create Website Quickstart walkthrough tutorial ([#265](https://github.com/GoogleCloudPlatform/emblem/issues/265)) ([e2b2415](https://github.com/GoogleCloudPlatform/emblem/commit/e2b24157d3c33e5f91a5c875341a2aa9bfe20b74)) +* **docs:** decide to recycle projects for CD pipeline ([#423](https://github.com/GoogleCloudPlatform/emblem/issues/423)) ([78c1028](https://github.com/GoogleCloudPlatform/emblem/commit/78c1028a1b82d25c166b91fd88996e43cf65a70d)) +* **docs:** move website docs into docs/ ([#400](https://github.com/GoogleCloudPlatform/emblem/issues/400)) ([1f960f6](https://github.com/GoogleCloudPlatform/emblem/commit/1f960f603712d3cc483b0998992dac9ed8e9089f)) +* **docs:** update Content API README ([#287](https://github.com/GoogleCloudPlatform/emblem/issues/287)) ([aaf5165](https://github.com/GoogleCloudPlatform/emblem/commit/aaf51650c753e2a895bee373a65ea9c3dc15fc95)) +* **docs:** update Website README ([#281](https://github.com/GoogleCloudPlatform/emblem/issues/281)) ([006089b](https://github.com/GoogleCloudPlatform/emblem/commit/006089b3a6a1b05507dfb809b3c6ab4f47be4e69)) +* document team structure + Conway's law ([#571](https://github.com/GoogleCloudPlatform/emblem/issues/571)) ([d3c9288](https://github.com/GoogleCloudPlatform/emblem/commit/d3c92887c5a7febe93ff08aa548e3ab8167040e8)) +* **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)) +* **experimental:** oauth for lit client app ([#568](https://github.com/GoogleCloudPlatform/emblem/issues/568)) ([faf16f7](https://github.com/GoogleCloudPlatform/emblem/commit/faf16f7cec87cf91f0c75d1fee372a22313c635b)) +* implement minimal release-please config ([#731](https://github.com/GoogleCloudPlatform/emblem/issues/731)) ([0e109fa](https://github.com/GoogleCloudPlatform/emblem/commit/0e109fa4cf2cc55fb85193a4458f7169d812f0a8)) +* Incorporating old terraform config into new tf config ([#276](https://github.com/GoogleCloudPlatform/emblem/issues/276)) ([3abc7e2](https://github.com/GoogleCloudPlatform/emblem/commit/3abc7e25d6c9c883b8d976da73bc0b3b36fe3173)) +* **issue-339:** Adds config ability switch between branded content vs default ([#355](https://github.com/GoogleCloudPlatform/emblem/issues/355)) ([32cb675](https://github.com/GoogleCloudPlatform/emblem/commit/32cb6756db291407245918f14e1f900473fd92db)) +* **issue-364:** adding in cloud trace for donation submission ([#372](https://github.com/GoogleCloudPlatform/emblem/issues/372)) ([dd3624d](https://github.com/GoogleCloudPlatform/emblem/commit/dd3624d8d4046d8a70085fdc6d41214adbcc89d9)) +* **issue-557:** adding descriptions for build triggers ([#691](https://github.com/GoogleCloudPlatform/emblem/issues/691)) ([c750645](https://github.com/GoogleCloudPlatform/emblem/commit/c750645d45a815799f6246ba5c38f42ed87ccb54)) +* **lit:** Lit frontend base ([#328](https://github.com/GoogleCloudPlatform/emblem/issues/328)) ([5fd9810](https://github.com/GoogleCloudPlatform/emblem/commit/5fd9810dc666fc4ac6a65494e31c9d62c37f3a8b)) +* Moving terraform flex-env experiment into setup.sh ([#275](https://github.com/GoogleCloudPlatform/emblem/issues/275)) ([5d26d2d](https://github.com/GoogleCloudPlatform/emblem/commit/5d26d2d39c70e53349128be4e903e109a711fb50)) +* **ops:** add CD pipeline for Playwright image ([#361](https://github.com/GoogleCloudPlatform/emblem/issues/361)) ([359c041](https://github.com/GoogleCloudPlatform/emblem/commit/359c041b7e4a709d1dd73a69c31bca292c0d13c0)) +* **ops:** add testing image ([#385](https://github.com/GoogleCloudPlatform/emblem/issues/385)) ([923b9d8](https://github.com/GoogleCloudPlatform/emblem/commit/923b9d81f1dcebac18856fb560bdf99edb353fbb)) +* **ops:** add website test users ([#323](https://github.com/GoogleCloudPlatform/emblem/issues/323)) ([4932c44](https://github.com/GoogleCloudPlatform/emblem/commit/4932c4409e155c7b46bd0cf1eb02ddc281b92cb2)) +* **ops:** clean up Cloud Run-related topics ([#421](https://github.com/GoogleCloudPlatform/emblem/issues/421)) ([d3eb083](https://github.com/GoogleCloudPlatform/emblem/commit/d3eb083b2ef3b59b17ffe008ad2989227c8f9fb6)) +* **ops:** consolidate testing Artifact Registry repos ([#548](https://github.com/GoogleCloudPlatform/emblem/issues/548)) ([02a89ed](https://github.com/GoogleCloudPlatform/emblem/commit/02a89ed6351772b8062c59c98e8f61e8a5e33969)) +* **ops:** provision auth-related Secret Manager entries ([#260](https://github.com/GoogleCloudPlatform/emblem/issues/260)) ([d37b5b7](https://github.com/GoogleCloudPlatform/emblem/commit/d37b5b75db5f9a87d50dbb7802d9ee80b73e2533)) +* **ops:** split up E2E testing Cloud Build config ([#759](https://github.com/GoogleCloudPlatform/emblem/issues/759)) ([60bca26](https://github.com/GoogleCloudPlatform/emblem/commit/60bca2639997308e1d6d629a28d674b8e12aed14)) +* **productivity:** add PR labels for changed files ([#384](https://github.com/GoogleCloudPlatform/emblem/issues/384)) ([46fcaba](https://github.com/GoogleCloudPlatform/emblem/commit/46fcabadd7cf0d8579c8af5765818fe96fc1221e)) +* PubSub Triggers ([#295](https://github.com/GoogleCloudPlatform/emblem/issues/295)) ([c0600e8](https://github.com/GoogleCloudPlatform/emblem/commit/c0600e856232e0d2f350ea9817424e72f1af6cbb)) +* refactor website e2e tests into module, part 1 ([#719](https://github.com/GoogleCloudPlatform/emblem/issues/719)) ([7d30d52](https://github.com/GoogleCloudPlatform/emblem/commit/7d30d52b1a01de9ee656a9b654df207aa7438688)) +* reorganize installation testing TF + add builds ([#530](https://github.com/GoogleCloudPlatform/emblem/issues/530)) ([4737a14](https://github.com/GoogleCloudPlatform/emblem/commit/4737a14b33f056dbdbf5ed83015163cc44f6faf5)) +* restrict gcloud builds to appropriate source files ([#617](https://github.com/GoogleCloudPlatform/emblem/issues/617)) ([4a16806](https://github.com/GoogleCloudPlatform/emblem/commit/4a168060f041a4787a39ca2e81be06350ddd9787)) +* run setup terraform via build jobs ([#737](https://github.com/GoogleCloudPlatform/emblem/issues/737)) ([d9fc2c3](https://github.com/GoogleCloudPlatform/emblem/commit/d9fc2c37194bbc959f1f4014014f0e4826f2d6ab)) +* **script:** add content seeding script and sample data ([#324](https://github.com/GoogleCloudPlatform/emblem/issues/324)) ([a403a87](https://github.com/GoogleCloudPlatform/emblem/commit/a403a87c281e983cb001cfa620c3d8bdb441ae6d)) +* set -eu ([#285](https://github.com/GoogleCloudPlatform/emblem/issues/285)) ([054cf4e](https://github.com/GoogleCloudPlatform/emblem/commit/054cf4eba03a72fa45792a266562e1d2db273303)) +* **setup.sh:** add OAuth setup flow ([#271](https://github.com/GoogleCloudPlatform/emblem/issues/271)) ([e9e237e](https://github.com/GoogleCloudPlatform/emblem/commit/e9e237ead04dfdafec8b0fbab85d5c68fd17d9a8)) +* **setup.sh:** add skips for non-automated processes ([#386](https://github.com/GoogleCloudPlatform/emblem/issues/386)) ([34f5be6](https://github.com/GoogleCloudPlatform/emblem/commit/34f5be6657688e4991de8b0d34cb0ec52c1bdda7)) +* support single-project mode in auth setup ([#480](https://github.com/GoogleCloudPlatform/emblem/issues/480)) ([ab103f6](https://github.com/GoogleCloudPlatform/emblem/commit/ab103f623b7694f02a2af24488238275e859589f)) +* **terraform:** add GCP project teardown ability ([#396](https://github.com/GoogleCloudPlatform/emblem/issues/396)) ([0b03402](https://github.com/GoogleCloudPlatform/emblem/commit/0b0340281c3ba42f066a58bd80b7495b03a4f4ba)) +* **terraform:** add scheduled (nightly) builds for website E2E image ✅ ([#369](https://github.com/GoogleCloudPlatform/emblem/issues/369)) ([9ad064f](https://github.com/GoogleCloudPlatform/emblem/commit/9ad064fd15a59de1b8babb7105579cf4983d5aee)) +* **terraform:** create website/api service accts ([#299](https://github.com/GoogleCloudPlatform/emblem/issues/299)) ([69f2811](https://github.com/GoogleCloudPlatform/emblem/commit/69f28115246e9cdad7017ef919d51eba3b311ea7)) +* **terraform:** integrate modular terraform ([#476](https://github.com/GoogleCloudPlatform/emblem/issues/476)) ([938e060](https://github.com/GoogleCloudPlatform/emblem/commit/938e060322f7abba09976465bb2fec1aa3c808e5)) +* **terraform:** separate API and website service accounts ([#304](https://github.com/GoogleCloudPlatform/emblem/issues/304)) ([56d77ed](https://github.com/GoogleCloudPlatform/emblem/commit/56d77ed4c3c8cb2fbf9151f814f7f155927291a3)) +* use remote terraform state in setup ([#575](https://github.com/GoogleCloudPlatform/emblem/issues/575)) ([ab0a43f](https://github.com/GoogleCloudPlatform/emblem/commit/ab0a43f7f5b8fbcc1a0a4b1db062776fceaf208c)) +* **website/e2e-test:** add README ([#388](https://github.com/GoogleCloudPlatform/emblem/issues/388)) ([d822b3c](https://github.com/GoogleCloudPlatform/emblem/commit/d822b3c7882b45b2461f6fa1b70f40e677bdc825)) +* **website/e2e-test:** add smoke tests ([#390](https://github.com/GoogleCloudPlatform/emblem/issues/390)) ([14686d3](https://github.com/GoogleCloudPlatform/emblem/commit/14686d340409dab742ca66f4d655a29bcfe9aa2d)) +* **website/e2e-test:** clean up smoke tests ([#378](https://github.com/GoogleCloudPlatform/emblem/issues/378)) ([3eeb6f3](https://github.com/GoogleCloudPlatform/emblem/commit/3eeb6f3f19eb5d324ba867e2ed7edc8583600e12)) +* **website:** add inaugural E2E (Playwright) tests ([#342](https://github.com/GoogleCloudPlatform/emblem/issues/342)) ([f0553b1](https://github.com/GoogleCloudPlatform/emblem/commit/f0553b15786bc00efb400e1abe5923171ce6586a)) +* **website:** migrate to system tests ([#483](https://github.com/GoogleCloudPlatform/emblem/issues/483)) ([fe2e4d7](https://github.com/GoogleCloudPlatform/emblem/commit/fe2e4d7507edde2cf08693b759fb6d7de00f6717)) + + +### Bug Fixes + +* _SHORT_SHA variable usage ([#671](https://github.com/GoogleCloudPlatform/emblem/issues/671)) ([b86e368](https://github.com/GoogleCloudPlatform/emblem/commit/b86e368709cb02d5c393e150c5b804c0e536a412)) +* add deploy_session_bucket var to prod ([#537](https://github.com/GoogleCloudPlatform/emblem/issues/537)) ([acf3342](https://github.com/GoogleCloudPlatform/emblem/commit/acf334249ef146d95ccbe06c6d6f63dbdb148c8f)) +* add labeling and release exclusion on experimental work ([#444](https://github.com/GoogleCloudPlatform/emblem/issues/444)) ([5adb63b](https://github.com/GoogleCloudPlatform/emblem/commit/5adb63b4679dd9df24bbd59fa63e9b8959b2cc38)) +* add missing APIs ([#524](https://github.com/GoogleCloudPlatform/emblem/issues/524)) ([6d7aefc](https://github.com/GoogleCloudPlatform/emblem/commit/6d7aefc604ce2826d2d111f0710475610c6d24ad)) +* added redirect_uri to required env vars ([#409](https://github.com/GoogleCloudPlatform/emblem/issues/409)) ([2453e4d](https://github.com/GoogleCloudPlatform/emblem/commit/2453e4d3676503e89382da289864cfb7307b1d73)) +* **app:** support starting app from any directory ([#343](https://github.com/GoogleCloudPlatform/emblem/issues/343)) ([aa4e200](https://github.com/GoogleCloudPlatform/emblem/commit/aa4e2003279cb60d0de42c3cd0d189c6027bd11a)) +* auto-labeler YAML syntax error ([#405](https://github.com/GoogleCloudPlatform/emblem/issues/405)) ([a7dba2f](https://github.com/GoogleCloudPlatform/emblem/commit/a7dba2f679a17e55ef96a0a5affe3663a8517fb6)) +* automatically run tests for renovate-bot ([#640](https://github.com/GoogleCloudPlatform/emblem/issues/640)) ([bef9e54](https://github.com/GoogleCloudPlatform/emblem/commit/bef9e54197d2ee429b00b814ec8f99b1b5224de1)) +* Call sub-scripts with bash instead of sh ([#714](https://github.com/GoogleCloudPlatform/emblem/issues/714)) ([0618655](https://github.com/GoogleCloudPlatform/emblem/commit/06186557a155edf60dbb9c18106e67cbd5ce68fc)) +* canary build triggers filter on matching service ([#585](https://github.com/GoogleCloudPlatform/emblem/issues/585)) ([c004eb2](https://github.com/GoogleCloudPlatform/emblem/commit/c004eb2b8c42d3e56d35f828e07548d4b379e407)) +* canary deploys by 20% instead of 5% ([#584](https://github.com/GoogleCloudPlatform/emblem/issues/584)) ([73397f4](https://github.com/GoogleCloudPlatform/emblem/commit/73397f4fc309c66075c6a81dffe9d3fe3fc71a6f)) +* canary topic name includes env instead of project ([#540](https://github.com/GoogleCloudPlatform/emblem/issues/540)) ([c2bf9f0](https://github.com/GoogleCloudPlatform/emblem/commit/c2bf9f0cb129c077503fb56ab0cbae7148f2be75)) +* clarify delivery system testing schedule ([#573](https://github.com/GoogleCloudPlatform/emblem/issues/573)) ([eafecf5](https://github.com/GoogleCloudPlatform/emblem/commit/eafecf5384b922011f6f50d61402b81deb067a1b)) +* **clean_project_setup.sh:** update TF state removal path ([#303](https://github.com/GoogleCloudPlatform/emblem/issues/303)) ([4a3c958](https://github.com/GoogleCloudPlatform/emblem/commit/4a3c9589991c4dac4b0c1faadf6b7d142f29d8a8)) +* complete terraform experiment cutover ([#481](https://github.com/GoogleCloudPlatform/emblem/issues/481)) ([2d5d470](https://github.com/GoogleCloudPlatform/emblem/commit/2d5d470e28f088436939e8183eb2f333a59f157c)) +* configure_auth gets region from REGION env var ([#596](https://github.com/GoogleCloudPlatform/emblem/issues/596)) ([3d91a55](https://github.com/GoogleCloudPlatform/emblem/commit/3d91a556d2757c504c603349c52be1092ee536e3)) +* **content-api:** update Flask version ([#407](https://github.com/GoogleCloudPlatform/emblem/issues/407)) ([f046fb5](https://github.com/GoogleCloudPlatform/emblem/commit/f046fb503f1e9aba249cd3865f9292cb8b2fa1cc)) +* conventional release mapping expects JSON ([#391](https://github.com/GoogleCloudPlatform/emblem/issues/391)) ([b05e64b](https://github.com/GoogleCloudPlatform/emblem/commit/b05e64b1d72302d43f89539f73e1f218a76cf9d7)) +* correct client library docs ref to openapi.yaml path ([#821](https://github.com/GoogleCloudPlatform/emblem/issues/821)) ([1562e4e](https://github.com/GoogleCloudPlatform/emblem/commit/1562e4ebee5c1c0e1a58e34e964ad8ad0c4ba8ff)) +* **delivery:** fix incorrect Dockerfile path ([#551](https://github.com/GoogleCloudPlatform/emblem/issues/551)) ([bab023e](https://github.com/GoogleCloudPlatform/emblem/commit/bab023eacd911d48300052806dd54229f13f9edb)) +* **delivery:** write project IDs to TF vars ([#451](https://github.com/GoogleCloudPlatform/emblem/issues/451)) ([29d9d1a](https://github.com/GoogleCloudPlatform/emblem/commit/29d9d1a3ca5e6bcf7abe4169ee8a56524cc80e94)) +* **deps:** pin dependencies ([#769](https://github.com/GoogleCloudPlatform/emblem/issues/769)) ([9970525](https://github.com/GoogleCloudPlatform/emblem/commit/997052528c410f513bda540c01b61fc4a21200bc)) +* **deps:** update dependency @reduxjs/toolkit to ^1.8.2 ([#431](https://github.com/GoogleCloudPlatform/emblem/issues/431)) ([8c49625](https://github.com/GoogleCloudPlatform/emblem/commit/8c496255efc826c6315700f7037264c3e917762f)) +* **deps:** update dependency @reduxjs/toolkit to ^1.8.3 ([#564](https://github.com/GoogleCloudPlatform/emblem/issues/564)) ([44d56cd](https://github.com/GoogleCloudPlatform/emblem/commit/44d56cdf3389801da556b3a1d79b5dd0db92284d)) +* **deps:** update dependency @reduxjs/toolkit to ^1.8.4 ([#630](https://github.com/GoogleCloudPlatform/emblem/issues/630)) ([ec772ae](https://github.com/GoogleCloudPlatform/emblem/commit/ec772ae015d72629c8306def0542a50da0877e53)) +* **deps:** update dependency @reduxjs/toolkit to v1.8.5 ([#641](https://github.com/GoogleCloudPlatform/emblem/issues/641)) ([acfc65a](https://github.com/GoogleCloudPlatform/emblem/commit/acfc65a8dad5f4a3a428342e0a6dba184a7ad324)) +* **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)) +* **deps:** update dependency @reduxjs/toolkit to v1.9.2 ([#784](https://github.com/GoogleCloudPlatform/emblem/issues/784)) ([dd76f3b](https://github.com/GoogleCloudPlatform/emblem/commit/dd76f3b1faad91cdf1c190e024763f268ac66ac7)) +* **deps:** update dependency @reduxjs/toolkit to v1.9.3 ([#793](https://github.com/GoogleCloudPlatform/emblem/issues/793)) ([f12a24d](https://github.com/GoogleCloudPlatform/emblem/commit/f12a24de48ed8c8522c7b95bd249a4848f378cb6)) +* **deps:** update dependency @vaadin/router to v1.7.5 ([#810](https://github.com/GoogleCloudPlatform/emblem/issues/810)) ([570d06b](https://github.com/GoogleCloudPlatform/emblem/commit/570d06bee12d76559813d6b55c83a27dfa49f806)) +* **deps:** update dependency axios to v1 ([#843](https://github.com/GoogleCloudPlatform/emblem/issues/843)) ([48b4e41](https://github.com/GoogleCloudPlatform/emblem/commit/48b4e41c30d0a98caf37be4df2168c62938bc731)) +* **deps:** update dependency axios to v1.6.0 ([#990](https://github.com/GoogleCloudPlatform/emblem/issues/990)) ([29199e7](https://github.com/GoogleCloudPlatform/emblem/commit/29199e78f9ce162bd5e412654ffcbc1e5a8eaefe)) +* **deps:** update dependency axios to v1.6.1 ([#999](https://github.com/GoogleCloudPlatform/emblem/issues/999)) ([2e0205f](https://github.com/GoogleCloudPlatform/emblem/commit/2e0205f31ff39458980415537931147c9cbd563c)) +* **deps:** update dependency axios to v1.6.2 ([#1007](https://github.com/GoogleCloudPlatform/emblem/issues/1007)) ([ae1481d](https://github.com/GoogleCloudPlatform/emblem/commit/ae1481db009f2379efdb1f0222a8214186cc5d1a)) +* **deps:** update dependency axios to v1.6.7 ([#1033](https://github.com/GoogleCloudPlatform/emblem/issues/1033)) ([580af21](https://github.com/GoogleCloudPlatform/emblem/commit/580af2120ad68a1119f6b822448324b07f71593b)) +* **deps:** update dependency express to ^4.18.1 ([#456](https://github.com/GoogleCloudPlatform/emblem/issues/456)) ([86ec2b8](https://github.com/GoogleCloudPlatform/emblem/commit/86ec2b8b5482b8a24a9da7fd8f75e6689b8bf6b3)) +* **deps:** update dependency express to v4.18.2 ([#785](https://github.com/GoogleCloudPlatform/emblem/issues/785)) ([a77466e](https://github.com/GoogleCloudPlatform/emblem/commit/a77466e0d753264939ded0a7cc3d86daae387020)) +* **deps:** update dependency express to v4.18.3 ([#1059](https://github.com/GoogleCloudPlatform/emblem/issues/1059)) ([efc7e71](https://github.com/GoogleCloudPlatform/emblem/commit/efc7e71132036e41c0b86bfcd5e12241273d261b)) +* **deps:** update dependency http-proxy-middleware to ^2.0.6 ([#432](https://github.com/GoogleCloudPlatform/emblem/issues/432)) ([79d23f8](https://github.com/GoogleCloudPlatform/emblem/commit/79d23f8614fc21d418c07dbf6f9aec17eb870111)) +* **deps:** update dependency jsonwebtoken to v9.0.1 ([#936](https://github.com/GoogleCloudPlatform/emblem/issues/936)) ([22999ad](https://github.com/GoogleCloudPlatform/emblem/commit/22999ada99ab0b38372c8bf4bba2f36edb79c411)) +* **deps:** update dependency lit to ^2.2.5 ([#433](https://github.com/GoogleCloudPlatform/emblem/issues/433)) ([cdb0338](https://github.com/GoogleCloudPlatform/emblem/commit/cdb03387042037e349aa2023d5a509cf8608e4eb)) +* **deps:** update dependency lit to ^2.2.7 ([#545](https://github.com/GoogleCloudPlatform/emblem/issues/545)) ([a430180](https://github.com/GoogleCloudPlatform/emblem/commit/a4301802edf6b046b66995181265382d8fc60f6e)) +* **deps:** update dependency lit to ^2.3.0 ([#587](https://github.com/GoogleCloudPlatform/emblem/issues/587)) ([c597d97](https://github.com/GoogleCloudPlatform/emblem/commit/c597d9794b53f50541bfbc6680e6f83125579043)) +* **deps:** update dependency lit to ^2.3.1 ([#631](https://github.com/GoogleCloudPlatform/emblem/issues/631)) ([3379a6e](https://github.com/GoogleCloudPlatform/emblem/commit/3379a6eff81ab5f44c2c12f2bc414d28b690862c)) +* **deps:** update dependency lit to v2.6.1 ([#789](https://github.com/GoogleCloudPlatform/emblem/issues/789)) ([6fce303](https://github.com/GoogleCloudPlatform/emblem/commit/6fce303ae6be86162e3f91420d452623484e2bbe)) +* **deps:** update dependency lit to v2.7.0 ([#830](https://github.com/GoogleCloudPlatform/emblem/issues/830)) ([fc46ed5](https://github.com/GoogleCloudPlatform/emblem/commit/fc46ed5eda4899f0fb077de932791e2cff0b9d50)) +* **deps:** update dependency lit to v2.7.4 ([#905](https://github.com/GoogleCloudPlatform/emblem/issues/905)) ([5f839d3](https://github.com/GoogleCloudPlatform/emblem/commit/5f839d35b9d885f4733212ef1a71b07d71c22e43)) +* **deps:** update dependency lit to v2.7.5 ([#924](https://github.com/GoogleCloudPlatform/emblem/issues/924)) ([0485924](https://github.com/GoogleCloudPlatform/emblem/commit/048592428d36340748977e5f7c041149401d9a4c)) +* **deps:** update dependency lit to v2.7.6 ([#941](https://github.com/GoogleCloudPlatform/emblem/issues/941)) ([bef6ebb](https://github.com/GoogleCloudPlatform/emblem/commit/bef6ebb1464db1a995ccf018457931cda11b4c61)) +* **deps:** update dependency lit to v2.8.0 ([#955](https://github.com/GoogleCloudPlatform/emblem/issues/955)) ([92b1ffb](https://github.com/GoogleCloudPlatform/emblem/commit/92b1ffbbee580a13f808d7fa4d2bcae2c81964be)) +* **deps:** update dependency lit to v3 ([#983](https://github.com/GoogleCloudPlatform/emblem/issues/983)) ([9e477d9](https://github.com/GoogleCloudPlatform/emblem/commit/9e477d924c879d3828217a8f4804787152b165b3)) +* **deps:** update dependency lit to v3.0.2 ([#1000](https://github.com/GoogleCloudPlatform/emblem/issues/1000)) ([7990485](https://github.com/GoogleCloudPlatform/emblem/commit/7990485c95658a82d540f669ab5efe008bf8da95)) +* **deps:** update dependency lit to v3.1.0 ([#1009](https://github.com/GoogleCloudPlatform/emblem/issues/1009)) ([ecdeddb](https://github.com/GoogleCloudPlatform/emblem/commit/ecdeddb3729738953a2e8dc89768d7a8be1c5da8)) +* **deps:** update dependency lit to v3.1.1 ([#1045](https://github.com/GoogleCloudPlatform/emblem/issues/1045)) ([f7714ea](https://github.com/GoogleCloudPlatform/emblem/commit/f7714ea2b523a783058c28e8d8886f42c8e5915e)) +* **deps:** update dependency lit to v3.1.2 ([#1052](https://github.com/GoogleCloudPlatform/emblem/issues/1052)) ([d5f4027](https://github.com/GoogleCloudPlatform/emblem/commit/d5f40270b4781f433d91cf79d8e47eca5dbdb81d)) +* **deps:** update material-components-web monorepo to ^0.26.1 ([#457](https://github.com/GoogleCloudPlatform/emblem/issues/457)) ([c950660](https://github.com/GoogleCloudPlatform/emblem/commit/c9506601d6b137be03f31b8995aecd28078b5f17)) +* **deps:** update material-components-web monorepo to ^0.27.0 ([#638](https://github.com/GoogleCloudPlatform/emblem/issues/638)) ([a5c03d8](https://github.com/GoogleCloudPlatform/emblem/commit/a5c03d85f9c6773be192dbef6bf0e4bbbdb61258)) +* **deps:** update website (js runtime) ([#906](https://github.com/GoogleCloudPlatform/emblem/issues/906)) ([3eaae68](https://github.com/GoogleCloudPlatform/emblem/commit/3eaae68ef37e443d16e6c04fb1c62c25307d6c46)) +* **deps:** update website (js runtime) ([#962](https://github.com/GoogleCloudPlatform/emblem/issues/962)) ([8899a0e](https://github.com/GoogleCloudPlatform/emblem/commit/8899a0ee558e0ce0ff63aad6ab9529d516e6ec8b)) +* **deps:** update website (js runtime) ([#978](https://github.com/GoogleCloudPlatform/emblem/issues/978)) ([09ba58f](https://github.com/GoogleCloudPlatform/emblem/commit/09ba58ffbdd6a4e47576d59ca07840b87077aedf)) +* disable e2e build triggers in terraform ops module ([#675](https://github.com/GoogleCloudPlatform/emblem/issues/675)) ([bb46397](https://github.com/GoogleCloudPlatform/emblem/commit/bb46397cef1a5fcf4a176cd6254d61e91bb1315d)) +* **docs:** update testing documentation ([#717](https://github.com/GoogleCloudPlatform/emblem/issues/717)) ([0487997](https://github.com/GoogleCloudPlatform/emblem/commit/0487997dfe7720246c5107b13a8ee229e9d2c0f1)) +* don't dump data to logs ([#609](https://github.com/GoogleCloudPlatform/emblem/issues/609)) ([0194b19](https://github.com/GoogleCloudPlatform/emblem/commit/0194b199c2e8d7f61d4fa2ed40922af337388ef0)) +* **e2e tests:** update package.json ([#739](https://github.com/GoogleCloudPlatform/emblem/issues/739)) ([db0d003](https://github.com/GoogleCloudPlatform/emblem/commit/db0d00345fc9663bf5f17b9ec87d05f74878b84f)) +* ensure correct working dir for e2e runner ([#622](https://github.com/GoogleCloudPlatform/emblem/issues/622)) ([0686792](https://github.com/GoogleCloudPlatform/emblem/commit/06867924817547ca77b54cd9f6174133c39c7625)) +* fix installation tests failing ([#613](https://github.com/GoogleCloudPlatform/emblem/issues/613)) ([9b0fdc7](https://github.com/GoogleCloudPlatform/emblem/commit/9b0fdc7e80625bbb6453d6990c6db291e7547c39)) +* fix SKIP_SEEDING not having a default ([#512](https://github.com/GoogleCloudPlatform/emblem/issues/512)) ([b617482](https://github.com/GoogleCloudPlatform/emblem/commit/b617482a21f5d8fe69d54b6d124b8f3fdd033c36)) +* fix USE_DEFAULT_ACCOUNT being unbound ([#522](https://github.com/GoogleCloudPlatform/emblem/issues/522)) ([fa7f7ef](https://github.com/GoogleCloudPlatform/emblem/commit/fa7f7efa2407f606ff68ed88198bcfcdd76c0800)) +* 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)) +* Fixing repo name for pub/sub triggers ([#294](https://github.com/GoogleCloudPlatform/emblem/issues/294)) ([55d6a71](https://github.com/GoogleCloudPlatform/emblem/commit/55d6a71bbcf5f1f5cfd693f21429e310f9b7b2df)) +* give API access to Firestore ([#492](https://github.com/GoogleCloudPlatform/emblem/issues/492)) ([a9af6c2](https://github.com/GoogleCloudPlatform/emblem/commit/a9af6c2aaa0ba8f0edddccedc54931bd032631d9)) +* import flask decorator ([#491](https://github.com/GoogleCloudPlatform/emblem/issues/491)) ([cd66fc4](https://github.com/GoogleCloudPlatform/emblem/commit/cd66fc40a4b9f1ced7fde8d48fd2deb359404e8d)) +* **issue-607:** add link back to original campaign ([#619](https://github.com/GoogleCloudPlatform/emblem/issues/619)) ([00279c1](https://github.com/GoogleCloudPlatform/emblem/commit/00279c17ae14348f0e7620e6c6e34dd808e1456e)) +* **issue-608:** hide create campaign link ([#624](https://github.com/GoogleCloudPlatform/emblem/issues/624)) ([7020c16](https://github.com/GoogleCloudPlatform/emblem/commit/7020c168dac77ca7814728c8fc900138cdf1d1d8)) +* **lit:** resolve campaign page not updating ([#377](https://github.com/GoogleCloudPlatform/emblem/issues/377)) ([3271926](https://github.com/GoogleCloudPlatform/emblem/commit/3271926846fd2cc060532f8e565a6c27d7a57d2e)) +* make sure $approver is always defined ([#501](https://github.com/GoogleCloudPlatform/emblem/issues/501)) ([95cacb8](https://github.com/GoogleCloudPlatform/emblem/commit/95cacb8fe82dedd29ba0129423a86de1fb92cf85)) +* move + update cleanup script ([#508](https://github.com/GoogleCloudPlatform/emblem/issues/508)) ([753e11f](https://github.com/GoogleCloudPlatform/emblem/commit/753e11f40a0b4b8b15062fe30bb0335f06bde778)) +* move seeding after terraform and apply to each environment ([#493](https://github.com/GoogleCloudPlatform/emblem/issues/493)) ([1f547be](https://github.com/GoogleCloudPlatform/emblem/commit/1f547be9dfa97e6dfdcd04f890512f4b6a26a267)) +* nightly cron running every 2 minutes ([#538](https://github.com/GoogleCloudPlatform/emblem/issues/538)) ([e326a46](https://github.com/GoogleCloudPlatform/emblem/commit/e326a46f61ccc9f43bc279a46dd1481adb12a953)) +* only allow numbers in donation amount ([#621](https://github.com/GoogleCloudPlatform/emblem/issues/621)) ([ac42575](https://github.com/GoogleCloudPlatform/emblem/commit/ac42575be1529272c9b8c7e33aa32f8af8316104)) +* **ops:** enable Cloud Run API in Terraform ([#758](https://github.com/GoogleCloudPlatform/emblem/issues/758)) ([9d3524a](https://github.com/GoogleCloudPlatform/emblem/commit/9d3524a1f50becb92a6710001f9a22593a54c137)) +* **ops:** improve cleanup script robustness ([#413](https://github.com/GoogleCloudPlatform/emblem/issues/413)) ([70f8e01](https://github.com/GoogleCloudPlatform/emblem/commit/70f8e011f30f340b61fe9125e0a32342f45ae8dc)) +* **ops:** remove stray comma ([#420](https://github.com/GoogleCloudPlatform/emblem/issues/420)) ([304ba12](https://github.com/GoogleCloudPlatform/emblem/commit/304ba125d3875108a1966ed1f821b63cdff05d97)) +* otel mismatching deps ([#1004](https://github.com/GoogleCloudPlatform/emblem/issues/1004)) ([90b30c7](https://github.com/GoogleCloudPlatform/emblem/commit/90b30c770bbf91f2d4c465c37e7aa3c09cb1558a)) +* percent_complete error in jinja templating ([#306](https://github.com/GoogleCloudPlatform/emblem/issues/306)) ([994376e](https://github.com/GoogleCloudPlatform/emblem/commit/994376e711d2db82faed7bddea76c2aa0d431bb9)) +* pin Playwright Dockerfile version ([#623](https://github.com/GoogleCloudPlatform/emblem/issues/623)) ([10a1bfe](https://github.com/GoogleCloudPlatform/emblem/commit/10a1bfe52d5336b02a80fb1e23233ca60d3f7964)) +* PR trigger in autolabeler ([#532](https://github.com/GoogleCloudPlatform/emblem/issues/532)) ([3cb753f](https://github.com/GoogleCloudPlatform/emblem/commit/3cb753fc445ad51733fd1dafc0df72e162b79e3c)) +* **productivity:** switch code style fix to lint ([#279](https://github.com/GoogleCloudPlatform/emblem/issues/279)) ([83ca57a](https://github.com/GoogleCloudPlatform/emblem/commit/83ca57abd89bae7a803b5efa5e231d5b9eecd1da)) +* remove gcloud login ([#626](https://github.com/GoogleCloudPlatform/emblem/issues/626)) ([3247df5](https://github.com/GoogleCloudPlatform/emblem/commit/3247df5bd601f9913f62ac842099b9334b1e833d)) +* remove general exception check ([e867e61](https://github.com/GoogleCloudPlatform/emblem/commit/e867e61aebffce1b5376610a01c3956e4d103f79)) +* remove redundant variable in Cloud Build ([#523](https://github.com/GoogleCloudPlatform/emblem/issues/523)) ([e046d4f](https://github.com/GoogleCloudPlatform/emblem/commit/e046d4f6e80c022e8caf6e02142c2e293f00bf73)) +* resolve dependency conflicts in opentel libs ([#993](https://github.com/GoogleCloudPlatform/emblem/issues/993)) ([38ae907](https://github.com/GoogleCloudPlatform/emblem/commit/38ae907f2a82043a8ff025d0da742037b4d50ae1)) +* resolve python lint errors ([e867e61](https://github.com/GoogleCloudPlatform/emblem/commit/e867e61aebffce1b5376610a01c3956e4d103f79)) +* resolves api_unit_test token creation + datastore permissions issues ([#665](https://github.com/GoogleCloudPlatform/emblem/issues/665)) ([caf1036](https://github.com/GoogleCloudPlatform/emblem/commit/caf10360b812909a3b21ebd8e92e38954aa3a7ef)) +* resolves form error preventing cause name to be submitted ([#435](https://github.com/GoogleCloudPlatform/emblem/issues/435)) ([6069976](https://github.com/GoogleCloudPlatform/emblem/commit/6069976e361829db6fc7744f73f116a695b40ac2)) +* resolving dockerfile not found errors when api-push-to-main trigger is executed ([#663](https://github.com/GoogleCloudPlatform/emblem/issues/663)) ([f240321](https://github.com/GoogleCloudPlatform/emblem/commit/f24032181ec7818903cfa7b39e46e445e3d237dc)) +* restore _BODY substitution to Pub/Sub triggered builds ([#583](https://github.com/GoogleCloudPlatform/emblem/issues/583)) ([de17ffc](https://github.com/GoogleCloudPlatform/emblem/commit/de17ffc201ebcc2d56aa056b047aa359b2e0c731)) +* restore staging trigger config and add env toggles ([#519](https://github.com/GoogleCloudPlatform/emblem/issues/519)) ([c47816f](https://github.com/GoogleCloudPlatform/emblem/commit/c47816fb8cb5fad1ac6270563ec7acc70ee8a067)) +* secret manager integration in gcloud beta ([#283](https://github.com/GoogleCloudPlatform/emblem/issues/283)) ([3eae9a6](https://github.com/GoogleCloudPlatform/emblem/commit/3eae9a643a92e33c95d3b3796007aa7a6f4422c6)) +* seed Firestore via build job ([#685](https://github.com/GoogleCloudPlatform/emblem/issues/685)) ([b59b530](https://github.com/GoogleCloudPlatform/emblem/commit/b59b530c46f7c35f5254990398d9ab1344dba0a9)) +* **setup.sh:** fix bash "unbound var" error ([#399](https://github.com/GoogleCloudPlatform/emblem/issues/399)) ([3ef5c47](https://github.com/GoogleCloudPlatform/emblem/commit/3ef5c4796fefc8252f328746df68a1bf47fc6f19)) +* **setup.sh:** stage app should use staging API ([#301](https://github.com/GoogleCloudPlatform/emblem/issues/301)) ([1b69df9](https://github.com/GoogleCloudPlatform/emblem/commit/1b69df94c44476f4c05c35e19993d08755f81ead)) +* **setup:** add more detail to configure auth script ([#309](https://github.com/GoogleCloudPlatform/emblem/issues/309)) ([bd81aea](https://github.com/GoogleCloudPlatform/emblem/commit/bd81aeab37acf0476118e3936af861a037da1157)) +* **setup:** add region flag to services command ([#326](https://github.com/GoogleCloudPlatform/emblem/issues/326)) ([3f4ce4c](https://github.com/GoogleCloudPlatform/emblem/commit/3f4ce4c4f8d925268a4f34523d3c48a94b2cf7cd)) +* **setup:** allow inputs for repo owner and repo name ([#282](https://github.com/GoogleCloudPlatform/emblem/issues/282)) ([83d70a0](https://github.com/GoogleCloudPlatform/emblem/commit/83d70a0da00d09613c944c8f7d43f90bd0838e32)) +* **setup:** fix typo ([#313](https://github.com/GoogleCloudPlatform/emblem/issues/313)) ([9565b9e](https://github.com/GoogleCloudPlatform/emblem/commit/9565b9ee5a2485af26c57dc9017662f70a1b3e5a)) +* skip session bucket creation ([#513](https://github.com/GoogleCloudPlatform/emblem/issues/513)) ([38933ad](https://github.com/GoogleCloudPlatform/emblem/commit/38933ad0dc3a2373085bf62c70c8690ac15a73a3)) +* small fix for web-e2e build trigger ([#919](https://github.com/GoogleCloudPlatform/emblem/issues/919)) ([7a3406b](https://github.com/GoogleCloudPlatform/emblem/commit/7a3406b01b1e4caab014bc9bdc9d1044072f8731)) +* stop deploy updates removing service configuration ([#539](https://github.com/GoogleCloudPlatform/emblem/issues/539)) ([fc1eba3](https://github.com/GoogleCloudPlatform/emblem/commit/fc1eba3c2061dc92f6689a62a80c71b1b9d54c8b)) +* terraform build trigger filename parameter ([#723](https://github.com/GoogleCloudPlatform/emblem/issues/723)) ([338bacc](https://github.com/GoogleCloudPlatform/emblem/commit/338bacc5c3249e27b9a087314edb8145e1d7190d)) +* **terraform:** add IAM provisioning for session bucket ([#273](https://github.com/GoogleCloudPlatform/emblem/issues/273)) ([e92fc6a](https://github.com/GoogleCloudPlatform/emblem/commit/e92fc6a8f9ad610d19609270a9aa686d50296ce5)) +* **terraform:** explicit secret manager deps + ID typo-fix ([#270](https://github.com/GoogleCloudPlatform/emblem/issues/270)) ([6c94450](https://github.com/GoogleCloudPlatform/emblem/commit/6c9445064b92faf747eb50356c132e88cb5f377c)) +* **terraform:** fix tf apply failures ([#305](https://github.com/GoogleCloudPlatform/emblem/issues/305)) ([d2943e0](https://github.com/GoogleCloudPlatform/emblem/commit/d2943e02ec7f79eb0e0bb12fafd48fcdeffedd23)) +* **terraform:** Hide GAE import errors ([#310](https://github.com/GoogleCloudPlatform/emblem/issues/310)) ([18f447d](https://github.com/GoogleCloudPlatform/emblem/commit/18f447d7922bfebe4a7a476054a2767ceeb3d768)) +* **terraform:** increase AR timeout ([#330](https://github.com/GoogleCloudPlatform/emblem/issues/330)) ([9308436](https://github.com/GoogleCloudPlatform/emblem/commit/9308436b3aa9409ff1f8b77a089c8fade9253454)) +* **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)) +* updating from google.auth to google-auth ([#918](https://github.com/GoogleCloudPlatform/emblem/issues/918)) ([290cb12](https://github.com/GoogleCloudPlatform/emblem/commit/290cb12ee1985e0e3d5b83d412a56c6803fa1179)) +* use beta for gcloud billing ([#534](https://github.com/GoogleCloudPlatform/emblem/issues/534)) ([c4307c4](https://github.com/GoogleCloudPlatform/emblem/commit/c4307c4819e6b5b76a694bcd2af36343cf3c3f72)) +* use cat instead of pr ([#499](https://github.com/GoogleCloudPlatform/emblem/issues/499)) ([86ea003](https://github.com/GoogleCloudPlatform/emblem/commit/86ea003fdd95d20d7f2dbe034eab5cdf22fcad9c)) +* website.md configure_auth.sh link ([#570](https://github.com/GoogleCloudPlatform/emblem/issues/570)) ([bfd3061](https://github.com/GoogleCloudPlatform/emblem/commit/bfd3061a51663b9a7d59ae753987808d1985a821)) +* **website:** fix logout template not rendering ([#274](https://github.com/GoogleCloudPlatform/emblem/issues/274)) ([280cd60](https://github.com/GoogleCloudPlatform/emblem/commit/280cd600e29a5145fc30b3aef24f2f9508bdf7b1)) +* **website:** fix misplaced Jinja tag ([#404](https://github.com/GoogleCloudPlatform/emblem/issues/404)) ([1479d5f](https://github.com/GoogleCloudPlatform/emblem/commit/1479d5f39b121640a2e59b40d331be8627f3df03)) +* **website:** get E2E runner image pipeline working ([#368](https://github.com/GoogleCloudPlatform/emblem/issues/368)) ([1f1b2eb](https://github.com/GoogleCloudPlatform/emblem/commit/1f1b2ebd1c1a55c0c3ff82d15580d108ad178437)) +* **website:** update pip files ([#331](https://github.com/GoogleCloudPlatform/emblem/issues/331)) ([32b8a18](https://github.com/GoogleCloudPlatform/emblem/commit/32b8a18e85e7affad922bc998c23d6b25ef1ee31)) +* wrapping tests in try catch ([e867e61](https://github.com/GoogleCloudPlatform/emblem/commit/e867e61aebffce1b5376610a01c3956e4d103f79)) +* wrapping tests to correctly throw exception and print out error trace for debugging ([#931](https://github.com/GoogleCloudPlatform/emblem/issues/931)) ([e867e61](https://github.com/GoogleCloudPlatform/emblem/commit/e867e61aebffce1b5376610a01c3956e4d103f79)) +* wrong requirements txt ref in unit test cloudbuild yaml ([#963](https://github.com/GoogleCloudPlatform/emblem/issues/963)) ([80ed1c1](https://github.com/GoogleCloudPlatform/emblem/commit/80ed1c11e30da69513e79da2b268c650d3c00aa6)) diff --git a/version.txt b/version.txt index 09a3acfa1..3eefcb9dd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 \ No newline at end of file +1.0.0