Skip to content

Commit

Permalink
Merge pull request #761 from oracle/release_2024-04-08
Browse files Browse the repository at this point in the history
Releasing version 3.39.0
  • Loading branch information
Kanvipasricha authored Apr 8, 2024
2 parents 6b5dc9d + 8788771 commit 0f3cb6a
Show file tree
Hide file tree
Showing 25 changed files with 319 additions and 4,275 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,61 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.

3.39.0 - 2024-04-09
--------------------
Removed
~~~~~

* [BREAKING] Application Migration Service removed

* ``oci application-migration``

Added
~~~~~
* Support for oke workload resource principal signer auth using --auth oke_workload_identity option

* OCI Network Load Balancer Service

* Support for the Domain Name System based backend health check

* ``oci nlb health-checker update --dns``

* Support for Fail Open in Network Load Balancer service

* ``oci nlb backend-set create --is-fail-open``
* ``oci nlb backend-set update --is-fail-open``

* New NLB feature with Instant FailOver

* ``oci nlb backend-set create --is-instant-failover-enabled'``
* ``oci nlb backend-set update --is-instant-failover-enabled'``

* Stack Monitoring Service

* Support for adding/updating source type and resource category for resource types in the Stack Monitoring Service

* ``oci stack-monitoring resource-type create --resource-category, --source-type``
* ``oci stack-monitoring resource-type create-system-format-resource-type --resource-category, --source-type``
* ``oci stack-monitoring resource-type update --resource-category, --source-type``
* ``oci stack-monitoring resource-type update-system-format-resource-type --resource-category, --source-type``

* Support for searching resources based on resource category, sourceType, multiple compartments, multiple lifecycle states in the Stack Monitoring Service

* ``oci stack-monitoring resource search --compartment-ids, --lifecycle-states, --resource-category, --source-type``

* Support for filtering listed resources based on lifecycle status in the Stack Monitoring Service

* ``oci stack-monitoring resource list --status``

* Support for creating tasks with new config parameters in the Stack Monitoring Service

* ``oci stack-monitoring resource-task import-telemetry-resources --console-path-prefix, --external-id-mapping, --up-status-mappings, --resource-name-filter, --resource-name-mapping, --resource-type-filter, --resource-type-mapping, --service-base-url, --use-metrics-for-status``

* Support for setting nested resource principal parent URL in the Oracle Cloud Infrastructure Data Flow service

* ``oci data-flow run create --opc-parent-rpt-url``
* ``oci data-flow run submit --opc-parent-rpt-url``

3.38.1 - 2024-04-02
-------------------
Added
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Jinja2==3.0.3
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.125.1
oci==2.125.2
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down
4 changes: 0 additions & 4 deletions services/application_migration/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions services/application_migration/src/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0f3cb6a

Please sign in to comment.