oracle-actions / configure-kubectl-oke

Install and configure Kubectl for the specified Oracle Engine for Kubernetes (OKE) cluster
Universal Permissive License v1.0
11 stars 9 forks source link

build(deps): bump jsonwebtoken, oci-common and oci-containerengine #22

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jsonwebtoken to 9.0.0 and updates ancestor dependencies jsonwebtoken, oci-common and oci-containerengine. These dependencies need to be updated together.

Updates jsonwebtoken from 8.5.1 to 9.0.0

Changelog

Sourced from jsonwebtoken's changelog.

9.0.0 - 2022-12-21

Breaking changes: See Migration from v8 to v9

Breaking changes

Security fixes

  • security: fixes Arbitrary File Write via verify function - CVE-2022-23529
  • security: fixes Insecure default algorithm in jwt.verify() could lead to signature validation bypass - CVE-2022-23540
  • security: fixes Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC - CVE-2022-23541
  • security: fixes Unrestricted key type could lead to legacy keys usage - CVE-2022-23539
Commits
  • e1fa9dc Merge pull request from GHSA-8cf7-32gw-wr33
  • 5eaedbf chore(ci): remove github test actions job (#861)
  • cd4163e chore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)
  • ecdf6cc fix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...
  • 8345030 fix(sign&verify)!: Remove default none support from sign and verify met...
  • 7e6a86b Upload OpsLevel YAML (#849)
  • 74d5719 docs: update references vercel/ms references (#770)
  • d71e383 docs: document "invalid token" error
  • 3765003 docs: fix spelling in README.md: Peak -> Peek (#754)
  • a46097e docs: make decode impossible to discover before verify
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by julien.wollscheid, a new releaser for jsonwebtoken since your current version.


Updates oci-common from 2.43.0 to 2.57.0

Release notes

Sourced from oci-common's releases.

2.57.0

Added

  • Support for rotation of certificates on autonomous VM clusters on Exadata Cloud at Customer in the Database service

  • Support for ACD and OKV wallet naming for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service

  • Support for Exadata cloud service application virtual IPs (VIPs) in the Database service

  • Support for additional manageability features for large sensitive data models and masking policies in the Data Safe service

  • Support for getting user profile details and assignments for databases and fleets in the Data Safe service

  • Support for enabling ADDM spotlight for databases in the Operations Insights service

Breaking Changes

  • The property additionalDatabaseStatus was removed from the models AutonomousDatabase, AutonomousDatabaseSummary, AutonomousDataWarehouseand AutonomousDataWarehouseSummary in the Database service

File Checksums (SHA256)

oci-typescript-sdk.zip 699bdacb6efe8801b39cfc729076723c3da59102448eca48284a5c531c40e8b6 npm_artifacts.zip 346a9be2e83a8b6aa4d9cc860e1e6e4013944cd81c848b6481cf6e6169c6e4ef

2.56.0

Added

  • Support for pre-emptible worker nodes in the Container Engine for Kubernetes service

  • Support for larger data storage (now up to 128TB) in the MySQL Database service

  • Support for HTTP health checks for HTTPS backend sets in the Load Balancer service

Breaking Changes

  • The property backendSetName has been changed from optional to required in the model ForwardToBackendSet in the Load Balancer service

File Checksums (SHA256)

oci-typescript-sdk.zip ae8c8cafee88e148f84afa868cf68d69b21b9ee70e0ac61b5083e00be0e8e6d0

... (truncated)

Changelog

Sourced from oci-common's changelog.

2.57.0 - 2023-04-11

Added

  • Support for rotation of certificates on autonomous VM clusters on Exadata Cloud at Customer in the Database service
  • Support for ACD and OKV wallet naming for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service
  • Support for Exadata cloud service application virtual IPs (VIPs) in the Database service
  • Support for additional manageability features for large sensitive data models and masking policies in the Data Safe service
  • Support for getting user profile details and assignments for databases and fleets in the Data Safe service
  • Support for enabling ADDM spotlight for databases in the Operations Insights service

Breaking Changes

  • The property additionalDatabaseStatus was removed from the models AutonomousDatabase, AutonomousDatabaseSummary, AutonomousDataWarehouseand AutonomousDataWarehouseSummary in the Database service

2.56.0 - 2023-04-04

Added

  • Support for pre-emptible worker nodes in the Container Engine for Kubernetes service
  • Support for larger data storage (now up to 128TB) in the MySQL Database service
  • Support for HTTP health checks for HTTPS backend sets in the Load Balancer service

Breaking Changes

  • The property backendSetName has been changed from optional to required in the model ForwardToBackendSet in the Load Balancer service

2.55.1 - 2023-03-28

Added

  • Support for ACD and OKV wallet naming for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service
  • Support for validating the credentials of a connection in the DevOps service
  • Support for GoldenGate Replicat performance profiles when creating a migration in the Database Migration service
  • Support for connection diagnostics on registered databases in the Database Migration service
  • Support for launching bare metal instances in an RDMA network in the Compute service

2.55.0 - 2023-03-21

Added

  • Support for backup automation integration with the Database Recovery service in the Database service
  • Support for changing the disaster recovery configuration of an autonomous database in remote regions of its disaster recovery association in the Database service
  • Support for creating a remote disaster recovery association clone of an autonomous database in the Database service
  • Support for managed build stages to be configured to use custom shape build runners in the DevOps service
  • Support for listing pre-built functions and creating functions from pre-built functions in the Functions service
  • Support for connections types for database resources of type Amazon S3, HDFS, SQL Server, Java Messaging service, Mongo DB, Oracle NoSQL, and Snowflake in the GoldenGate service

Breaking Changes

  • The field lifecycleState is changed from type FunctionSummary.LifecycleState to string in the FunctionSummary model in the Functions service
  • The enum value LAKE_HOUSE_CONNECTION was renamed to LAKE_CONNECTION in the Connection, ConnectionDetails, ConnectionSummary, CreateConnectionDetails and UpdateConnectionDetails models in the Data Integration Service
  • The enum value LAKE_HOUSE_DATA_ASSET was renamed to LAKE_DATA_ASSET in the DataAsset, CreateDataAssetDetails, DataAssetSummary, and UpdateDataAssetDetails models in the Data Integration Service
  • The models ConnectionFromLakehouse, ConnectionFromLakehouseDetails, ConnectionSummaryFromLakehouse, CreateConnectionFromLakehouse, CreateDataAssetFromLakehouse, DataAssetFromLakehouseDetails, DataAssetSummaryFromLakehouse, UpdateConnectionFromLakehouse, UpdateDataAssetFromLakehouse have been removed from the Data Integration service

2.54.1 - 2023-03-14

Added

... (truncated)

Commits


Updates oci-containerengine from 2.43.0 to 2.57.0

Release notes

Sourced from oci-containerengine's releases.

2.57.0

Added

  • Support for rotation of certificates on autonomous VM clusters on Exadata Cloud at Customer in the Database service

  • Support for ACD and OKV wallet naming for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service

  • Support for Exadata cloud service application virtual IPs (VIPs) in the Database service

  • Support for additional manageability features for large sensitive data models and masking policies in the Data Safe service

  • Support for getting user profile details and assignments for databases and fleets in the Data Safe service

  • Support for enabling ADDM spotlight for databases in the Operations Insights service

Breaking Changes

  • The property additionalDatabaseStatus was removed from the models AutonomousDatabase, AutonomousDatabaseSummary, AutonomousDataWarehouseand AutonomousDataWarehouseSummary in the Database service

File Checksums (SHA256)

oci-typescript-sdk.zip 699bdacb6efe8801b39cfc729076723c3da59102448eca48284a5c531c40e8b6 npm_artifacts.zip 346a9be2e83a8b6aa4d9cc860e1e6e4013944cd81c848b6481cf6e6169c6e4ef

2.56.0

Added

  • Support for pre-emptible worker nodes in the Container Engine for Kubernetes service

  • Support for larger data storage (now up to 128TB) in the MySQL Database service

  • Support for HTTP health checks for HTTPS backend sets in the Load Balancer service

Breaking Changes

  • The property backendSetName has been changed from optional to required in the model ForwardToBackendSet in the Load Balancer service

File Checksums (SHA256)

oci-typescript-sdk.zip ae8c8cafee88e148f84afa868cf68d69b21b9ee70e0ac61b5083e00be0e8e6d0

... (truncated)

Changelog

Sourced from oci-containerengine's changelog.

2.57.0 - 2023-04-11

Added

  • Support for rotation of certificates on autonomous VM clusters on Exadata Cloud at Customer in the Database service
  • Support for ACD and OKV wallet naming for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service
  • Support for Exadata cloud service application virtual IPs (VIPs) in the Database service
  • Support for additional manageability features for large sensitive data models and masking policies in the Data Safe service
  • Support for getting user profile details and assignments for databases and fleets in the Data Safe service
  • Support for enabling ADDM spotlight for databases in the Operations Insights service

Breaking Changes

  • The property additionalDatabaseStatus was removed from the models AutonomousDatabase, AutonomousDatabaseSummary, AutonomousDataWarehouseand AutonomousDataWarehouseSummary in the Database service

2.56.0 - 2023-04-04

Added

  • Support for pre-emptible worker nodes in the Container Engine for Kubernetes service
  • Support for larger data storage (now up to 128TB) in the MySQL Database service
  • Support for HTTP health checks for HTTPS backend sets in the Load Balancer service

Breaking Changes

  • The property backendSetName has been changed from optional to required in the model ForwardToBackendSet in the Load Balancer service

2.55.1 - 2023-03-28

Added

  • Support for ACD and OKV wallet naming for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service
  • Support for validating the credentials of a connection in the DevOps service
  • Support for GoldenGate Replicat performance profiles when creating a migration in the Database Migration service
  • Support for connection diagnostics on registered databases in the Database Migration service
  • Support for launching bare metal instances in an RDMA network in the Compute service

2.55.0 - 2023-03-21

Added

  • Support for backup automation integration with the Database Recovery service in the Database service
  • Support for changing the disaster recovery configuration of an autonomous database in remote regions of its disaster recovery association in the Database service
  • Support for creating a remote disaster recovery association clone of an autonomous database in the Database service
  • Support for managed build stages to be configured to use custom shape build runners in the DevOps service
  • Support for listing pre-built functions and creating functions from pre-built functions in the Functions service
  • Support for connections types for database resources of type Amazon S3, HDFS, SQL Server, Java Messaging service, Mongo DB, Oracle NoSQL, and Snowflake in the GoldenGate service

Breaking Changes

  • The field lifecycleState is changed from type FunctionSummary.LifecycleState to string in the FunctionSummary model in the Functions service
  • The enum value LAKE_HOUSE_CONNECTION was renamed to LAKE_CONNECTION in the Connection, ConnectionDetails, ConnectionSummary, CreateConnectionDetails and UpdateConnectionDetails models in the Data Integration Service
  • The enum value LAKE_HOUSE_DATA_ASSET was renamed to LAKE_DATA_ASSET in the DataAsset, CreateDataAssetDetails, DataAssetSummary, and UpdateDataAssetDetails models in the Data Integration Service
  • The models ConnectionFromLakehouse, ConnectionFromLakehouseDetails, ConnectionSummaryFromLakehouse, CreateConnectionFromLakehouse, CreateDataAssetFromLakehouse, DataAssetFromLakehouseDetails, DataAssetSummaryFromLakehouse, UpdateConnectionFromLakehouse, UpdateDataAssetFromLakehouse have been removed from the Data Integration service

2.54.1 - 2023-03-14

Added

... (truncated)

Commits


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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/oracle-actions/configure-kubectl-oke/network/alerts).