oracle / oracle-db-appdev-monitoring

Metrics exporter and samples for unified observability for data-centric app dev and microservices
http://developer.oracle.com/microservices
Other
78 stars 23 forks source link

Bump github.com/oracle/oci-go-sdk/v65 from 65.75.0 to 65.77.1 #140

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps github.com/oracle/oci-go-sdk/v65 from 65.75.0 to 65.77.1.

Release notes

Sourced from github.com/oracle/oci-go-sdk/v65's releases.

65.77.1

Added

  • Reverted Cloudbridgs service changes from v65.77.0

65.77.0

Added

  • Support for resource locking in the File storage service

  • Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service

  • Support for generated tokens on create secret operations in the Identity Domains service

  • Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service

  • Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service

  • Support for model backup retention and restore in the Datascience service

  • Support for host capacity planning for host IO metrics in the Operations Insight service

  • Support for FastConnect redundancy in the Compute service

  • Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service

  • Support for platform configurations and metadata management in the Fleet Application Management service

  • Support for management of compliance policy rules in the Fleet Application Management service

  • Support for compliance report details based on compliance policy in the Fleet Application Management service

  • Support for administrative settings like auto discovery frequency in the Fleet Application Management service

Breaking Changes

  • The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service

  • The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service

  • The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service

  • The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service

File Checksums (SHA256)

oci-go-sdk-65.77.0.zip 25ff5066614fce301800816c0d0a693efb13b46a35cb12c0a3bfa154c122533b

... (truncated)

Changelog

Sourced from github.com/oracle/oci-go-sdk/v65's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

65.77.0 - 2024-10-22

Added

  • Support for resource locking in the File storage service
  • Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service
  • Support for generated tokens on create secret operations in the Identity Domains service
  • Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service
  • Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service
  • Support for model backup retention and restore in the Datascience service
  • Support for host capacity planning for host IO metrics in the Operations Insight service
  • Support for FastConnect redundancy in the Compute service
  • Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service
  • Support for platform configurations and metadata management in the Fleet Application Management service
  • Support for management of compliance policy rules in the Fleet Application Management service
  • Support for compliance report details based on compliance policy in the Fleet Application Management service
  • Support for administrative settings like auto discovery frequency in the Fleet Application Management service

Breaking Changes

  • The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service
  • The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service
  • The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service
  • The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service

65.76.0 - 2024-10-15

Added

  • Support for open id connect discovery in the Oracle Kubernetes Engine service
  • Support for DNS security extensions (DNSSEC) in the DNS service
  • Support for restoring delta between backups to a new volume in the Block Volume service
  • Support for cross region backup copy and replication for volumes encrypted with customer keys in the Block Volume service
  • Support for list operation on deployment environments in the GoldenGate service
  • Support for defining environment types for deployments in the GoldenGate service

Breaking Changes

  • The type of property Category was changed from DeploymentTypeSummaryCategoryEnum to DeploymentCategoryEnum in the model DeploymentTypeSummary in the GoldenGate service

65.75.2 - 2024-10-08

Added

  • Support for OCI Secure Desktops service
  • Support for window preferences on cloud automation tooling updates on ExaCC and ExaCS VM clusters in the Database service
  • Support for maintenance windows in the Stack Monitoring service
  • Renamed service OCI Container Engine to OCI Kubernetes Engine
  • Support for password as an optional parameter on creating admin users in the Fusion Apps as a Service
  • Support for IAM credentials for autonomous databases in the Operations Insights service

65.75.1 - 2024-10-01

... (truncated)

Commits
  • 739e435 Merge pull request #536 from oracle/AddBackUpdatePluginAPI
  • a94bc50 Revert cloud bridge changes
  • 57faae8 Releasing version 65.77.0
  • 83a9a45 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-22
  • 8911176 Releasing version 65.77.0
  • 6b26b32 Releasing version 65.76.0
  • 9f9d811 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-15
  • 1d12f26 Releasing version 65.76.0
  • 3b5c377 Releasing version 65.75.2
  • d29b674 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-08
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 weeks ago

Looks like github.com/oracle/oci-go-sdk/v65 is up-to-date now, so this is no longer needed.