Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.2 #213

Merged
merged 57 commits into from
Oct 7, 2021
Merged

v0.4.2 #213

merged 57 commits into from
Oct 7, 2021

Conversation

BrunoReboul
Copy link
Owner

@BrunoReboul BrunoReboul commented Oct 4, 2021

v0.4.2

Steps to update

warning this version uses Cloud function runtime go116 that is preview at the time of this release

  • update your go.mod:
    • replace go 1.13 by go 1.16
    • update the require directive for github.com/BrunoReboul/ram to v0.4.2
  • commit and push
  • go build ram.go to complie the cli using this version
  • git tag -l "ram-*-dev" to find what is your last tag version
  • git tag -a ram-vA.B.C-dev -m "build: ram v0.4.2" where A,B,C depend on the result of the previous step
  • git 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

fix

feat

  • utilities/glo/type_entry.go remove ref to pubsub, just triggering id to be agnostic (eventarc, pubsub etc)

build

Move to Cloud Function runtime go116 #220

  • build: cloud.google.com/go v0.79.0 to v0.97
  • build: cloud.google.com/go/bigquery v1.16.0 to v1.24.0
  • cloud.google.com/go/firestore v1.5.0 to v1.6.0
  • build: cloud.google.com/go/logging v1.3.0 to v1.4.2
  • build: cloud.google.com/go/pubsub v1.10.1 to v1.17.0
  • build: cloud.google.com/go/storage v1.14.0 to v1.17.0
  • build: github.com/google/uuid v1.2.0 to v1.3.0
  • build: github.com/open-policy-agent/opa v0.27.1 to v0.33.1
  • build: golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 to v0.0.0-20210819190943-2bc19b11175f
  • build: google.golang.org/api v0.42.0 to v0.58.0
  • build: google.golang.org/genproto v0.0.0-20210312152112-fc591d9ea70f to v0.0.0-20210924002016-3dee208752a0

dependabot bot and others added 17 commits July 26, 2021 21:18
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.79.0 to 0.88.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.79.0...v0.88.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go-0.88.0

chore(deps): Bump cloud.google.com/go from 0.79.0 to 0.88.0
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.10.1 to 1.13.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.10.1...pubsub/v1.13.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go/pubsub-1.13.0

chore(deps): Bump cloud.google.com/go/pubsub from 1.10.1 to 1.13.0
…google.com/go/logging-1.4.2

chore(deps): Bump cloud.google.com/go/logging from 1.3.0 to 1.4.2
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.14.0 to 1.16.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.14.0...spanner/v1.16.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.16.0 to 1.19.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.16.0...spanner/v1.19.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go/bigquery-1.19.0

chore(deps): Bump cloud.google.com/go/bigquery from 1.16.0 to 1.19.0
…google.com/go/storage-1.16.0

chore(deps): Bump cloud.google.com/go/storage from 1.14.0 to 1.16.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.42.0 to 0.51.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.42.0...v0.51.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….golang.org/api-0.51.0

chore(deps): Bump google.golang.org/api from 0.42.0 to 0.51.0
Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.19.0 to 1.23.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.19.0...spanner/v1.23.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go/bigquery-1.23.0

chore(deps): Bump cloud.google.com/go/bigquery from 1.19.0 to 1.23.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.27.1 to 0.33.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.27.1...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@BrunoReboul BrunoReboul added this to the 2021-10 milestone Oct 4, 2021
@BrunoReboul BrunoReboul self-assigned this Oct 4, 2021
BrunoReboul and others added 11 commits October 4, 2021 07:42
….com/open-policy-agent/opa-0.33.0

chore(deps): Bump github.com/open-policy-agent/opa from 0.27.1 to 0.33.0
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.13.0 to 1.17.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.13.0...pubsub/v1.17.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go/pubsub-1.17.0

chore(deps): Bump cloud.google.com/go/pubsub from 1.13.0 to 1.17.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](google/uuid@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….com/google/uuid-1.3.0

chore(deps): Bump github.com/google/uuid from 1.2.0 to 1.3.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.57.0 to 0.58.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.57.0...v0.58.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.94.1 to 0.97.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.94.1...v0.97.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.16.0...pubsub/v1.17.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go-0.97.0

chore(deps): Bump cloud.google.com/go from 0.94.1 to 0.97.0
Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.23.0...spanner/v1.24.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….golang.org/api-0.58.0

chore(deps): Bump google.golang.org/api from 0.57.0 to 0.58.0
BrunoReboul and others added 29 commits October 4, 2021 09:59
…google.com/go/bigquery-1.24.0

chore(deps): Bump cloud.google.com/go/bigquery from 1.23.0 to 1.24.0
…google.com/go/storage-1.17.0

chore(deps): Bump cloud.google.com/go/storage from 1.16.0 to 1.17.0
Bumps [cloud.google.com/go/firestore](https://github.com/googleapis/google-cloud-go) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.5.0...pubsub/v1.6.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/firestore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.com/go/firestore-1.6.0

chore(deps): Bump cloud.google.com/go/firestore from 1.5.0 to 1.6.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.33.0 to 0.33.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.33.0...v0.33.1)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
….com/open-policy-agent/opa-0.33.1

chore(deps): Bump github.com/open-policy-agent/opa from 0.33.0 to 0.33.1
troubleshoting import error go1.13
time.Now() instead of the originating
timestamp
…up_settings

Fix duplicate violations group settings and group members
…ashboard

fix ramcli check deploy on setdashboard
@BrunoReboul BrunoReboul merged commit 04e5769 into main Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant