changelog batch (#11517)

This commit is contained in:
Tim Gross 2021-11-17 11:24:32 -05:00 committed by GitHub
parent e729133134
commit 7f6fca6db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

3
.changelog/11132.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
api: Fixed a bug where API or CLI clients could become unresponsive when cron expressions contained zero-padded months
```

3
.changelog/11323.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
api: return HTTP204 on CORS pre-flight checks and allow dot in CORS header keys.
```

3
.changelog/11325.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
hcl: tolerate empty strings for zero integer values in quota and job specification.
```

3
.changelog/11490.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
metrics: Added metric for `client.allocated.max_memory`
```