Skip to content

Commit e1ca5d8

Browse files
authored
chore: Disable cloud-rad build for now
1 parent 657ea51 commit e1ca5d8

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.kokoro/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ python3 -m pip install gcp-docuploader
1212
gem install --no-document toys
1313

1414
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
15-
toys release perform -v --enable-docs --enable-rad < /dev/null
15+
toys release perform -v --enable-docs < /dev/null

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
## 1.1.0 (2022-01-17)
4-
5-
* Increase default max thread pool size to 8.
6-
* Return 204 when a GET request is sent to an event function, to support health checks.
7-
* Flush stdout and stderr streams at the end of each request.
8-
* Format the error backtrace.
9-
103
## 1.0.1 (2021-09-10)
114

125
* FIXED: Update legacy event conversion to set the correct types for firebase database events

lib/functions_framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module FunctionsFramework
1717
# Version of the Ruby Functions Framework
1818
# @return [String]
1919
#
20-
VERSION = "1.1.0".freeze
20+
VERSION = "1.0.1".freeze
2121
end

0 commit comments

Comments
 (0)