diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f5040b674b3..b27d6c648bed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1095,7 +1095,7 @@ "google-shopping-merchant-reviews-v1beta+FILLER": "0.0.0", "grafeas": "1.8.0", "grafeas+FILLER": "0.0.0", - "grafeas-v1": "1.9.0", + "grafeas-v1": "1.10.0", "grafeas-v1+FILLER": "0.0.0", "help": "0.0.1", "help+FILLER": "0.0.0", diff --git a/grafeas-v1/CHANGELOG.md b/grafeas-v1/CHANGELOG.md index 2e234776ae58..49a521e90ffe 100644 --- a/grafeas-v1/CHANGELOG.md +++ b/grafeas-v1/CHANGELOG.md @@ -1,5 +1,75 @@ # Release History +### 1.10.0 (2026-07-27) + +#### Features + +* A new enum `AttackRequirements` is added +* A new enum `ExploitMaturity` is added +* A new field `cvss_v4` is added to message `.grafeas.v1.VulnerabilityNote` +* A new field `cvss_v4` is added to message `.grafeas.v1.VulnerabilityOccurrence` +* A new field `exploit_maturity` is added to message `.grafeas.v1.CVSS` +* A new field `subsequent_system_availability_impact` is added to message `.grafeas.v1.CVSS` +* A new field `subsequent_system_confidentiality_impact` is added to message `.grafeas.v1.CVSS` +* A new field `subsequent_system_integrity_impact` is added to message `.grafeas.v1.CVSS` +* A new field `vulnerable_system_availability_impact` is added to message `.grafeas.v1.CVSS` +* A new field `vulnerable_system_confidentiality_impact` is added to message `.grafeas.v1.CVSS` +* A new field `vulnerable_system_integrity_impact` is added to message `.grafeas.v1.CVSS` +* A new field attack_requirements is added to message .grafeas.v1.CVSS +* A new value `CVSS_VERSION_4` is added to enum `CVSSVersion` +* A new value `USER_INTERACTION_ACTIVE` is added to enum `UserInteraction` +* A new value `USER_INTERACTION_PASSIVE` is added to enum `UserInteraction` +#### Documentation + +* A comment for enum `AttackComplexity` is changed +* A comment for enum `AttackVector` is changed +* A comment for enum `Authentication` is changed +* A comment for enum `Impact` is changed +* A comment for enum `PrivilegesRequired` is changed +* A comment for enum `Scope` is changed +* A comment for enum `UserInteraction` is changed +* A comment for enum value `ATTACK_COMPLEXITY_HIGH` in enum `AttackComplexity` is changed +* A comment for enum value `ATTACK_COMPLEXITY_LOW` in enum `AttackComplexity` is changed +* A comment for enum value `ATTACK_COMPLEXITY_MEDIUM` in enum `AttackComplexity` is changed +* A comment for enum value `ATTACK_COMPLEXITY_UNSPECIFIED` in enum `AttackComplexity` is changed +* A comment for enum value `ATTACK_VECTOR_ADJACENT` in enum `AttackVector` is changed +* A comment for enum value `ATTACK_VECTOR_LOCAL` in enum `AttackVector` is changed +* A comment for enum value `ATTACK_VECTOR_NETWORK` in enum `AttackVector` is changed +* A comment for enum value `ATTACK_VECTOR_PHYSICAL` in enum `AttackVector` is changed +* A comment for enum value `ATTACK_VECTOR_UNSPECIFIED` in enum `AttackVector` is changed +* A comment for enum value `AUTHENTICATION_MULTIPLE` in enum `Authentication` is changed +* A comment for enum value `AUTHENTICATION_NONE` in enum `Authentication` is changed +* A comment for enum value `AUTHENTICATION_SINGLE` in enum `Authentication` is changed +* A comment for enum value `AUTHENTICATION_UNSPECIFIED` in enum `Authentication` is changed +* A comment for enum value `CVSS_VERSION_2` in enum `CVSSVersion` is changed +* A comment for enum value `CVSS_VERSION_3` in enum `CVSSVersion` is changed +* A comment for enum value `CVSS_VERSION_UNSPECIFIED` in enum `CVSSVersion` is changed +* A comment for enum value `IMPACT_COMPLETE` in enum `Impact` is changed +* A comment for enum value `IMPACT_HIGH` in enum `Impact` is changed +* A comment for enum value `IMPACT_LOW` in enum `Impact` is changed +* A comment for enum value `IMPACT_NONE` in enum `Impact` is changed +* A comment for enum value `IMPACT_PARTIAL` in enum `Impact` is changed +* A comment for enum value `IMPACT_UNSPECIFIED` in enum `Impact` is changed +* A comment for enum value `PRIVILEGES_REQUIRED_HIGH` in enum `PrivilegesRequired` is changed +* A comment for enum value `PRIVILEGES_REQUIRED_LOW` in enum `PrivilegesRequired` is changed +* A comment for enum value `PRIVILEGES_REQUIRED_NONE` in enum `PrivilegesRequired` is changed +* A comment for enum value `PRIVILEGES_REQUIRED_UNSPECIFIED` in enum `PrivilegesRequired` is changed +* A comment for enum value `SCOPE_CHANGED` in enum `Scope` is changed +* A comment for enum value `SCOPE_UNCHANGED` in enum `Scope` is changed +* A comment for enum value `SCOPE_UNSPECIFIED` in enum `Scope` is changed +* A comment for enum value `USER_INTERACTION_NONE` in enum `UserInteraction` is changed +* A comment for enum value `USER_INTERACTION_REQUIRED` in enum `UserInteraction` is changed +* A comment for enum value `USER_INTERACTION_UNSPECIFIED` in enum `UserInteraction` is changed +* A comment for field `attack_complexity` in message `.grafeas.v1.CVSS` is changed +* A comment for field `attack_vector` in message `.grafeas.v1.CVSS` is changed +* A comment for field `authentication` in message `.grafeas.v1.CVSS` is changed +* A comment for field `availability_impact` in message `.grafeas.v1.CVSS` is changed +* A comment for field `confidentiality_impact` in message `.grafeas.v1.CVSS` is changed +* A comment for field `integrity_impact` in message `.grafeas.v1.CVSS` is changed +* A comment for field `privileges_required` in message `.grafeas.v1.CVSS` is changed +* A comment for field `scope` in message `.grafeas.v1.CVSS` is changed +* A comment for field `user_interaction` in message `.grafeas.v1.CVSS` is changed + ### 1.9.0 (2026-06-11) #### Features diff --git a/grafeas-v1/lib/grafeas/v1/version.rb b/grafeas-v1/lib/grafeas/v1/version.rb index 19578e71a0ea..c6ac03c80a70 100644 --- a/grafeas-v1/lib/grafeas/v1/version.rb +++ b/grafeas-v1/lib/grafeas/v1/version.rb @@ -19,6 +19,6 @@ module Grafeas module V1 - VERSION = "1.9.0" + VERSION = "1.10.0" end end diff --git a/grafeas-v1/snippets/snippet_metadata_grafeas.v1.json b/grafeas-v1/snippets/snippet_metadata_grafeas.v1.json index ba85aa93ba56..a9398a912532 100644 --- a/grafeas-v1/snippets/snippet_metadata_grafeas.v1.json +++ b/grafeas-v1/snippets/snippet_metadata_grafeas.v1.json @@ -1,7 +1,7 @@ { "client_library": { "name": "grafeas-v1", - "version": "1.9.0", + "version": "1.10.0", "language": "RUBY", "apis": [ {