You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ All notable changes to this project will be documented in this file.
6
6
7
7
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
8
8
9
+
2.4.22 - 2018-05-03
10
+
---------------------
11
+
Added
12
+
~~~~~~~~
13
+
* Support for returning ``event-name`` in logs extracted from Audit Service. (``oci audit event list``)
14
+
* Support for multiple hostnames per listener in Load Balancer Service. An example can be found on `Github <https://github.com/oracle/oci-cli/blob/master/scripts/create_load_balancer.sh>`_ (``oci lb hostname`` and ``oci lb listener create --hostname-names``)
15
+
* Support for FastConnect service. New commands as mentioned below are added:
16
+
17
+
* ``oci network cross-connect-group``
18
+
* ``oci network cross-connect``
19
+
* ``oci network cross-connect-location``
20
+
* ``oci network cross-connect-port-speed-shape``
21
+
* ``oci network cross-connect-status``
22
+
* ``oci network fast-connect-provider-service``
23
+
* ``oci network virtual-circuit``
24
+
* ``oci network virtual-circuit-public-prefix``
25
+
26
+
Fixed
27
+
~~~~~~~~
28
+
* Multiple OCI CLI installation issues as specified below:
29
+
30
+
* Corrected usage of ``--accept-all-defaults`` to prevent an infinite loop.
31
+
* An issue which causes failure of OCI CLI installations in non-default directories.
32
+
* An issue related to download of virtualenv package on windows instances.
# Now that we have our certificates, backend set and path route set, we can add a listener. We need to specify a backend set which exists (e.g. the one we made)
209
230
#
210
231
# The valid values for --protocol can be found via "oci lb protocol list"
@@ -218,6 +239,7 @@ function create_lb_with_minimum_then_add_related_resources() {
0 commit comments