v0.4.4
v0.4.4
Steps to update
warning this version uses Cloud function runtime go116 that is preview at the time of this release
- update your go.mod:
- update the require directive for github.com/BrunoReboul/ram to v0.4.4
go mod tidy
wil update the go.sum accordingly- commit and push
go build ram.go
to complie the cli using this versiongit tag -l "ram-*-dev"
to find what is your last tag versiongit tag -a ram-vA.B.C-dev -m "build: ram v0.4.4"
where A,B,C depend on the result of the previous stepgit push --tags
- Wait for deployments in Cloud Build to complete
./ram -check -deploy -environment=dev -ramclisa=ramcli@<your_dev_pj_id>.iam.gserviceaccount.com
regular deployment control- Launch RAM Cloud Scheduler Jobs
- Check on the ram monitoring dashboard that the peak of cloud function activity is gone
- Check results in logs and reports
fixes
- Bug: Fix duplicate violations listgrroup #240
build
- github.com/open-policy-agent/opa from 0.33.1 to 0.34.2
- cloud.google.com/go/firestore from 1.6.0 to 1.6.1
- cloud.google.com/go/storage from 1.17.0 to 1.18.2
- google.golang.org/api from 0.58.0 to 0.60.0
- pubsub from 1.17.0 to 1.17.1