From 1b92cce8e1568a3d6f6b1467fee9e4fb729535f2 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Wed, 12 Feb 2020 10:59:20 -0800 Subject: [PATCH] There was an issue with changelog generation for these PRs - add changelogs retroactively. --- .changelog/5591.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changelog/5591.txt diff --git a/.changelog/5591.txt b/.changelog/5591.txt new file mode 100644 index 00000000000..832336bed9b --- /dev/null +++ b/.changelog/5591.txt @@ -0,0 +1,15 @@ +```changelog:enhancement +sql: add `encryption_key_name` to `google_sql_database_instance` +``` +```changelog:new-resource +google_container_registry +``` +```changelog:bug +cloud run: fix permadiff. +``` +```changelog:enhancement +all: improve error handling of 404s. +``` +```changelog:enhancement +dialogflow: improve error handling by increasing retry count +```