Skip to content

Commit 0f3cb6a

Browse files
Merge pull request #761 from oracle/release_2024-04-08
Releasing version 3.39.0
2 parents 6b5dc9d + 8788771 commit 0f3cb6a

File tree

25 files changed

+319
-4275
lines changed

25 files changed

+319
-4275
lines changed

CHANGELOG.rst

+55
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,61 @@ All notable changes to this project will be documented in this file.
66

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

9+
3.39.0 - 2024-04-09
10+
--------------------
11+
Removed
12+
~~~~~
13+
14+
* [BREAKING] Application Migration Service removed
15+
16+
* ``oci application-migration``
17+
18+
Added
19+
~~~~~
20+
* Support for oke workload resource principal signer auth using --auth oke_workload_identity option
21+
22+
* OCI Network Load Balancer Service
23+
24+
* Support for the Domain Name System based backend health check
25+
26+
* ``oci nlb health-checker update --dns``
27+
28+
* Support for Fail Open in Network Load Balancer service
29+
30+
* ``oci nlb backend-set create --is-fail-open``
31+
* ``oci nlb backend-set update --is-fail-open``
32+
33+
* New NLB feature with Instant FailOver
34+
35+
* ``oci nlb backend-set create --is-instant-failover-enabled'``
36+
* ``oci nlb backend-set update --is-instant-failover-enabled'``
37+
38+
* Stack Monitoring Service
39+
40+
* Support for adding/updating source type and resource category for resource types in the Stack Monitoring Service
41+
42+
* ``oci stack-monitoring resource-type create --resource-category, --source-type``
43+
* ``oci stack-monitoring resource-type create-system-format-resource-type --resource-category, --source-type``
44+
* ``oci stack-monitoring resource-type update --resource-category, --source-type``
45+
* ``oci stack-monitoring resource-type update-system-format-resource-type --resource-category, --source-type``
46+
47+
* Support for searching resources based on resource category, sourceType, multiple compartments, multiple lifecycle states in the Stack Monitoring Service
48+
49+
* ``oci stack-monitoring resource search --compartment-ids, --lifecycle-states, --resource-category, --source-type``
50+
51+
* Support for filtering listed resources based on lifecycle status in the Stack Monitoring Service
52+
53+
* ``oci stack-monitoring resource list --status``
54+
55+
* Support for creating tasks with new config parameters in the Stack Monitoring Service
56+
57+
* ``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``
58+
59+
* Support for setting nested resource principal parent URL in the Oracle Cloud Infrastructure Data Flow service
60+
61+
* ``oci data-flow run create --opc-parent-rpt-url``
62+
* ``oci data-flow run submit --opc-parent-rpt-url``
63+
964
3.38.1 - 2024-04-02
1065
-------------------
1166
Added

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.125.1
17+
oci==2.125.2
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.11.0

services/application_migration/__init__.py

-4
This file was deleted.

services/application_migration/src/__init__.py

-4
This file was deleted.

services/application_migration/src/oci_cli_application_migration/__init__.py

-4
This file was deleted.

services/application_migration/src/oci_cli_application_migration/applicationmigration_cli_extended.py

-102
This file was deleted.

services/application_migration/src/oci_cli_application_migration/generated/__init__.py

-4
This file was deleted.

0 commit comments

Comments
 (0)