Skip to content

Commit abbf5c1

Browse files
Releasing version 2.85.0
Releasing version 2.85.0
2 parents 4e3d175 + 2c922bd commit abbf5c1

File tree

63 files changed

+2122
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2122
-329
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.85.0 - 2022-10-04
8+
====================
9+
10+
Added
11+
-----
12+
* Support for calling Oracle Cloud Infrastructure services in the eu-dcc-milan-1 region
13+
* Support for target host identification and SOCKS support on dynamic port forwarding sessions in the Bastion service
14+
* Support for viewing top processes running at a particular point of time in the Operations Insights service
15+
* Support for filtering top processes by a single process to view that process's trend over time in the Operations Insights service
16+
* Support for creating Enterprise Manager-based Windows host targets in the Operations Insights service
17+
* Support for creating Management Agent Cloud-based Windows and Solaris host targets in the Operations Insights service
18+
19+
Breaking
20+
--------
21+
* Parameter `target_resource_port` is removed from models `TargetResourceDetails` and `CreateSessionTargetResourceDetails`
22+
623
====================
724
2.84.0 - 2022-09-27
825
====================
@@ -18,7 +35,6 @@ Added
1835
* Support for starting and stopping clusters in the Big Data service
1936
* Support for additional compute shapes in the Big Data service
2037
* Support for backwards pagination in the Search service
21-
* Support for cross-region replication in the File Storage service
2238
* Support for elastic compute for Exadata Cloud at Customer in the Database service
2339

2440
Breaking

THIRD_PARTY_LICENSES.txt

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Copyright 2019 Kenneth Reitz
1717

1818
======================== Third Party Components ========================
1919
certifi
20-
* Copyright
20+
* Copyright 2022, Kenneth Reitz
2121
* License: Mozilla Public License 2.0 (MPL 2.0)
2222
* Source code: https://github.com/certifi/python-certifi
2323
* Project home: https://certifi.io
@@ -29,17 +29,11 @@ cryptography
2929
* Project home: https://github.com/pyca/cryptography
3030

3131
pyOpenSSL
32-
* Copyright
32+
* Copyright 2001 The pyOpenSSL developers
3333
* License: Apache License 2.0
3434
* Source code: https://github.com/pyca/pyopenssl
3535
* Project home: https://www.pyopenssl.org/
3636

37-
attrs
38-
* Copyright (c) 2015 Hynek Schlawack
39-
* License: The MIT License (MIT)
40-
* Source code: https://github.com/python-attrs/attrs
41-
* Project home: https://www.attrs.org
42-
4337
python-dateutil
4438
* Copyright 2017- Paul Ganssle <[email protected]> 2017- dateutil contributors (see AUTHORS file)
4539
* License: Apache License 2.0
@@ -52,12 +46,6 @@ pytz
5246
* Source code: https://github.com/stub42/pytz
5347
* Project home: https://pythonhosted.org/pytz
5448

55-
click
56-
* Copyright 2014 Pallets
57-
* License: BSD 3-Clause "New" or "Revised" License
58-
* Source code: https://github.com/pallets/click
59-
* Project home: https://palletsprojects.com/p/click
60-
6149
six
6250
* Copyright (c) 2010-2020 Benjamin Peterson
6351
* License: The MIT License (MIT)
@@ -71,7 +59,7 @@ vendorize
7159
* Project home: https://github.com/mwilliamson/python-vendorize
7260

7361
chardet
74-
* Copyright
62+
* Copyright 2015, Mark Pilgrim, Dan Blanchard, Ian Cordasco
7563
* License: GNU Lesser General Public License v2.1
7664
* Source code: https://github.com/chardet/chardet
7765
* Project home: https://github.com/chardet/chardet
@@ -89,7 +77,7 @@ idna
8977
* Project home: https://github.com/kjd/idna
9078

9179
jwt
92-
* Copyright
80+
* Copyright 2017 Gehirn Inc
9381
* License: Apache License 2.0
9482
* Source code: https://github.com/GehirnInc/python-jwt
9583
* Project home: https://github.com/GehirnInc/python-jwt
@@ -127,19 +115,6 @@ cffi
127115
=============================== Licenses ===============================
128116

129117
------------------------------ MIT License -----------------------------
130-
Copyright Jason R. Coombs
131-
132-
Copyright (c) 2015 Hynek Schlawack
133-
134-
Copyright (c) 2003-2019 Stuart Bishop <[email protected]>
135-
136-
Copyright (c) 2010-2020 Benjamin Peterson
137-
138-
Copyright (c) 2014 Adam Knight 2012 Adam T. Lindsay (original author)
139-
140-
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
141-
142-
Copyright (c) 2016-2020, Fabian Fuelling [email protected]. All rights reserved.
143118

144119
Permission is hereby granted, free of charge, to any person obtaining a copy
145120
of this software and associated documentation files (the "Software"), to
@@ -161,7 +136,6 @@ IN THE SOFTWARE.
161136
------------------------------------------------------------------------
162137

163138
-------------------------- Apache License 2.0 --------------------------
164-
Copyright 2017- Paul Ganssle <[email protected]> 2017- dateutil contributors (see AUTHORS file)
165139

166140
Apache License
167141
Version 2.0, January 2004
@@ -342,7 +316,6 @@ Copyright 2017- Paul Ganssle <[email protected]> 2017- dateutil contributors (see
342316
------------------------------------------------------------------------
343317

344318
--------------------- BSD 2-Clause "Simplified" License ----------------
345-
Copyright (c) 2015, Michael Williamson All rights reserved
346319

347320
Redistribution and use in source and binary forms, with or without
348321
modification, are permitted provided that the following conditions are
@@ -370,13 +343,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
370343
------------------------------------------------------------------------
371344

372345
------------------------ BSD-3-Clause New License ----------------------
373-
Copyright 2014 Pallets
374-
375-
Copyright (c) 2013-2021, Kim Davies All rights reserved
376-
377-
Copyright (c) 2008-2020, Eli Bendersky All rights reserved
378-
379-
Copyright (c) 2013, Ethan Furman All rights reserved
380346

381347
Redistribution and use in source and binary forms, with or without modification,
382348
are permitted provided that the following conditions are met:

THIRD_PARTY_LICENSES_DEV.txt

Lines changed: 7 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License.
3131

3232
======================== Third Party Components ========================
3333
autodocsumm
34-
* Copyright
34+
* Copyright 2016-2019, Philipp S. Sommer; 2020-2021, Helmholtz-Zentrum Hereon
3535
* License: Apache License 2.0
3636
* Source code: https://github.com/Chilipp/autodocsumm
3737
* Project home: https://github.com/Chilipp/autodocsumm
@@ -49,25 +49,19 @@ sphinx_rtd_theme
4949
* Project home: https://github.com/readthedocs/sphinx_rtd_theme
5050

5151
certifi
52-
* Copyright
52+
* Copyright 2022, Kenneth Reitz
5353
* License: Mozilla Public License 2.0 (MPL 2.0)
5454
* Source code: https://github.com/certifi/python-certifi
5555
* Project home: https://certifi.io
5656

57-
configparser
58-
* Copyright Jason R. Coombs
59-
* License: The MIT License (MIT)
60-
* Source code: https://github.com/jaraco/configparser
61-
* Project home: https://github.com/jaraco/configparser
62-
6357
coverage
6458
* Copyright 2001 Gareth Rees 2004-2021 Ned Batchelder. All rights reserved.
6559
* License: Apache License 2.0
6660
* Source code: https://github.com/nedbat/coveragepy
6761
* Project home: https://github.com/nedbat/coveragepy
6862

6963
cryptography
70-
* Copyright
64+
* Copyright (c) Individual contributors.
7165
* License: Apache License and BSD license
7266
* Source code: https://github.com/pyca/cryptography
7367
* Project home: https://github.com/pyca/cryptography
@@ -85,7 +79,7 @@ mock
8579
* Project home: https://mock.readthedocs.io/
8680

8781
pyOpenSSL
88-
* Copyright
82+
* Copyright 2001 The pyOpenSSL developers
8983
* License: Apache License 2.0
9084
* Source code: https://github.com/pyca/pyopenssl
9185
* Project home: https://www.pyopenssl.org/
@@ -121,7 +115,7 @@ pytz
121115
* Project home: https://pythonhosted.org/pytz
122116

123117
tox
124-
* Copyright
118+
* Copyright 2010-2022, holger krekel and others
125119
* License: The MIT License (MIT)
126120
* Source code: https://github.com/tox-dev/tox
127121
* Project home: https://tox.readthedocs.io/en/latest/
@@ -157,7 +151,7 @@ vendorize
157151
* Project home: https://github.com/mwilliamson/python-vendorize
158152

159153
chardet
160-
* Copyright
154+
* Copyright 2015, Mark Pilgrim, Dan Blanchard, Ian Cordasco
161155
* License: GNU Lesser General Public License v2.1
162156
* Source code: https://github.com/chardet/chardet
163157
* Project home: https://github.com/chardet/chardet
@@ -175,7 +169,7 @@ idna
175169
* Project home: https://github.com/kjd/idna
176170

177171
jwt
178-
* Copyright
172+
* Copyright 2017 Gehirn Inc
179173
* License: Apache License 2.0
180174
* Source code: https://github.com/GehirnInc/python-jwt
181175
* Project home: https://github.com/GehirnInc/python-jwt
@@ -197,29 +191,6 @@ urllib3
197191
=============================== Licenses ===============================
198192

199193
------------------------------ MIT License -----------------------------
200-
Copyright Jason R. Coombs
201-
202-
Copyright (C) 2011-2013 Tarek Ziade <[email protected]> 2012-2016 Ian Cordasco <[email protected]>
203-
204-
Copyright (c) 2004-2021 Holger Krekel and others
205-
206-
Copyright (c) 2010 Meme Dough
207-
208-
Copyright (c) 2015 Hynek Schlawack
209-
210-
Copyright (c) 2003-2019 Stuart Bishop <[email protected]>
211-
212-
Copyright (c) 2012-2015 Kevin McCarthy
213-
214-
Copyright (c) 2017-2021 Ingy döt Net 2006-2016 Kirill Simonov
215-
216-
Copyright (c) 2010-2020 Benjamin Peterson
217-
218-
Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors
219-
220-
Copyright (c) 2014 Adam Knight 2012 Adam T. Lindsay (original author)
221-
222-
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
223194

224195
Permission is hereby granted, free of charge, to any person obtaining a copy
225196
of this software and associated documentation files (the "Software"), to
@@ -241,9 +212,6 @@ IN THE SOFTWARE.
241212
------------------------------------------------------------------------
242213

243214
-------------------------- Apache License 2.0 --------------------------
244-
Copyright 2001 Gareth Rees. All rights reserved. 2004-2021 Ned Batchelder. All rights reserved.
245-
246-
Copyright 2017- Paul Ganssle <[email protected]> 2017- dateutil contributors (see AUTHORS file)
247215

248216
Apache License
249217
Version 2.0, January 2004
@@ -424,11 +392,6 @@ Copyright 2017- Paul Ganssle <[email protected]> 2017- dateutil contributors (see
424392
------------------------------------------------------------------------
425393

426394
--------------------- BSD 2-Clause "Simplified" License ----------------
427-
Copyright: (c) 2003-2013, Michael Foord & the mock team All rights reserved.
428-
429-
Copyright (c) 2015, Michael Williamson All rights reserved
430-
431-
Copyright (c) 2007-2021 by the Sphinx team All rights reserved
432395

433396
Redistribution and use in source and binary forms, with or without
434397
modification, are permitted provided that the following conditions are
@@ -456,9 +419,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
456419
------------------------------------------------------------------------
457420

458421
------------------------ BSD-3-Clause New License ----------------------
459-
Copyright 2014 Pallets
460-
461-
Copyright (c) 2013-2021, Kim Davies All rights reserved
462422

463423
Redistribution and use in source and binary forms, with or without modification,
464424
are permitted provided that the following conditions are met:

docs/api/bastion.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Bastion
2222
oci.bastion.models.BastionSummary
2323
oci.bastion.models.ChangeBastionCompartmentDetails
2424
oci.bastion.models.CreateBastionDetails
25+
oci.bastion.models.CreateDynamicPortForwardingSessionTargetResourceDetails
2526
oci.bastion.models.CreateManagedSshSessionTargetResourceDetails
2627
oci.bastion.models.CreatePortForwardingSessionTargetResourceDetails
2728
oci.bastion.models.CreateSessionDetails
2829
oci.bastion.models.CreateSessionTargetResourceDetails
30+
oci.bastion.models.DynamicPortForwardingSessionTargetResourceDetails
2931
oci.bastion.models.ManagedSshSessionTargetResourceDetails
3032
oci.bastion.models.PortForwardingSessionTargetResourceDetails
3133
oci.bastion.models.PublicKeyDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDynamicPortForwardingSessionTargetResourceDetails
2+
=======================================================
3+
4+
.. currentmodule:: oci.bastion.models
5+
6+
.. autoclass:: CreateDynamicPortForwardingSessionTargetResourceDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DynamicPortForwardingSessionTargetResourceDetails
2+
=================================================
3+
4+
.. currentmodule:: oci.bastion.models
5+
6+
.. autoclass:: DynamicPortForwardingSessionTargetResourceDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/opsi.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ Opsi
207207
oci.opsi.models.IngestSqlTextDetails
208208
oci.opsi.models.IngestSqlTextResponseDetails
209209
oci.opsi.models.InstanceMetrics
210+
oci.opsi.models.MacsManagedCloudHostConfigurationSummary
210211
oci.opsi.models.MacsManagedCloudHostInsight
211212
oci.opsi.models.MacsManagedCloudHostInsightSummary
212213
oci.opsi.models.MacsManagedExternalDatabaseConfigurationSummary
@@ -226,6 +227,7 @@ Opsi
226227
oci.opsi.models.OperationsInsightsWarehouseUserSummaryCollection
227228
oci.opsi.models.OperationsInsightsWarehouseUsers
228229
oci.opsi.models.OperationsInsightsWarehouses
230+
oci.opsi.models.OpsiConfigurations
229231
oci.opsi.models.OpsiDataObject
230232
oci.opsi.models.OpsiDataObjectSummary
231233
oci.opsi.models.OpsiDataObjects
@@ -300,11 +302,13 @@ Opsi
300302
oci.opsi.models.SummarizeHostInsightResourceUsageAggregation
301303
oci.opsi.models.SummarizeHostInsightResourceUsageTrendAggregationCollection
302304
oci.opsi.models.SummarizeHostInsightResourceUtilizationInsightAggregation
305+
oci.opsi.models.SummarizeHostInsightsTopProcessesUsageCollection
303306
oci.opsi.models.SummarizeHostInsightsTopProcessesUsageTrendCollection
304307
oci.opsi.models.SummarizeOperationsInsightsWarehouseResourceUsageAggregation
305308
oci.opsi.models.SummaryStatistics
306309
oci.opsi.models.TablespaceUsageTrend
307310
oci.opsi.models.TablespaceUsageTrendAggregation
311+
oci.opsi.models.TopProcessesUsage
308312
oci.opsi.models.TopProcessesUsageTrend
309313
oci.opsi.models.TopProcessesUsageTrendAggregation
310314
oci.opsi.models.UpdateAutonomousDatabaseInsightDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
MacsManagedCloudHostConfigurationSummary
2+
========================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: MacsManagedCloudHostConfigurationSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
OpsiConfigurations
2+
==================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: OpsiConfigurations
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SummarizeHostInsightsTopProcessesUsageCollection
2+
================================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: SummarizeHostInsightsTopProcessesUsageCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)