Skip to content

Commit 7ba77df

Browse files
chore(main): release 1.1.3 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63bba34 commit 7ba77df

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.2"}
1+
{".":"1.1.3"}

CHANGELOG.md

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

3+
## [1.1.3](https://github.com/GoogleCloudPlatform/pastures-poc-toolkit/compare/v1.1.2...v1.1.3) (2024-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Increase BQ slots for large form factor `data-cloud` ([#39](https://github.com/GoogleCloudPlatform/pastures-poc-toolkit/issues/39)) ([63bba34](https://github.com/GoogleCloudPlatform/pastures-poc-toolkit/commit/63bba347c017c3a7b0d757bccfe1e7434b5e6adb))
9+
310
## [1.1.2](https://github.com/GoogleCloudPlatform/pastures-poc-toolkit/compare/v1.1.1...v1.1.2) (2024-07-24)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We recommend running `pasture` from a Cloud Shell environment. If you choose to
5555
Install the binary to your `$PATH` of choice. `amd64` is currently the only supported build architecture.
5656
<!-- x-release-please-start-version -->
5757
```shell
58-
sudo wget https://github.com/GoogleCloudPlatform/pastures-poc-toolkit/releases/download/v1.1.2/pastures_amd64.tar.gz -O - \
58+
sudo wget https://github.com/GoogleCloudPlatform/pastures-poc-toolkit/releases/download/v1.1.3/pastures_amd64.tar.gz -O - \
5959
| sudo tar -zxf - -C /usr/local/bin
6060

6161
sudo chmod +x /usr/local/bin/pasture

cmd/configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
pastureVer = "v1.1.2" // x-release-please-version
30+
pastureVer = "v1.1.3" // x-release-please-version
3131
)
3232

3333
var (

0 commit comments

Comments
 (0)