Skip to content

Commit 57062fb

Browse files
authored
Releasing version 2.2.6
Releasing version 2.2.6
2 parents 5b40e1a + 6ef7639 commit 57062fb

17 files changed

+10278
-7
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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/>`_.
66

7+
====================
8+
2.2.6 - 2019-04-09
9+
====================
10+
11+
Added
12+
-----
13+
* Support for etag and if-match headers (for optimistic concurrency control) in the Email service
14+
715
====================
816
2.2.5 - 2019-04-02
917
====================

examples/showoci/CHANGELOG.rst

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
Change Log
2+
~~~~~~~~~~
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
7+
====================
8+
19.4.6 - 2019-04-6
9+
====================
10+
11+
Added
12+
-----
13+
* Added Containers
14+
* Added Database Edition to the Summary
15+
16+
====================
17+
19.4.2 - 2019-04-02
18+
====================
19+
20+
Added
21+
-----
22+
* Split application to classes and modules
23+
* Added Tags inside Json output
24+
* Added Cache components and print the cache
25+
* Added autonomouns database backups
26+
* uploaded to github
27+
28+
====================
29+
3.0.7 - 2019-03-14
30+
====================
31+
32+
Added
33+
-----
34+
* Add execution date/time
35+
* Add command line
36+
37+
Fixed
38+
-----
39+
* Use OCI constants for DBSystem and Config
40+
41+
====================
42+
3.0.6 - 2019-03-13
43+
====================
44+
45+
Added
46+
-----
47+
* includes OCID in the JSON file for most of objects
48+
* includes local peering gateway name and IP in the route list
49+
* Includes Service Gateway info in the route table and vcn
50+
* Includes DRG name in the route table
51+
* Add no data found incase no data extracted
52+
53+
====================
54+
3.0.5 - 2019-03-12
55+
====================
56+
57+
Added
58+
-----
59+
* Support for Resource Management, Stacks and Jobs
60+
* Include License type for databases @ summary page
61+
62+
====================
63+
3.0.2 - 2019-03-03
64+
====================
65+
66+
Fixed
67+
-----
68+
* Added Exceptions to handle service errors
69+
70+
====================
71+
3.0.1 - 2018-02-27
72+
====================
73+
74+
Added
75+
-----
76+
* Support for regional subnets in the Virtual Networking service
77+
78+
====================
79+
3.0.0 - 2019-02-14
80+
====================
81+
82+
Added
83+
-----
84+
* Summary pages
85+
* Summary Only flag -so
86+
87+
====================
88+
2.3.1 - 2019-02-04
89+
====================
90+
91+
Added
92+
-----
93+
* Support for Maintenance Reboot
94+
95+
====================
96+
2.3.0 - 2018-12-28
97+
====================
98+
99+
Added
100+
-----
101+
* KMS support with flag -k
102+
103+
====================
104+
2.2.5 - 2018-11-28
105+
====================
106+
107+
Fixed
108+
-----
109+
* Use bucket statistics instead for size instead of reading bucket objects
110+
111+
====================
112+
2.2.4 - 2018-11-16
113+
====================
114+
115+
Added
116+
-----
117+
* Profile Support using flag -t
118+
* Support Nested Compartments
119+
* Support Transit VCN route
120+
* Support Instance Pool Configuration
121+
* Boot and Block Volume Backups
122+
* Added db backups + db system patches + DB home patches
123+
* Added LB Certificate to the Load Balancer Section
124+
* Added Limits to the File System Export_Set
125+
126+
====================
127+
2.1.1 - 2018-10-18
128+
====================
129+
130+
Added
131+
-----
132+
* Support VCN resources from different compartments
133+
* Support Compute resources from different compartments
134+
* Added Flag -nr for no root compartment extract
135+
136+
====================
137+
2.0.8 - 2018-10-08
138+
====================
139+
140+
Added
141+
-----
142+
* Added Remote Peering
143+
* Added Autonomous DB + Filter by Compartment as cp
144+
* Added Fastconnect
145+
* Added NATGW + Object Lifecycle + Filter by region using -rg
146+
147+
Fixed
148+
-----
149+
* Fixed issue with ADWC at London which not yet supported
150+
* Fixed Groups and Pagniation to retrieve all rows
151+
152+
====================
153+
2.0.0 - 2018-08-06
154+
====================
155+
156+
Added
157+
-----
158+
* Convert the application to build JSON variable first and option to JSON file or JSON screen
159+
* Added option to include OCID in the JSON file
160+
* Added subnet to the VNIC of instance/DB
161+
* Added Fault Domain and OCI Version check
162+
163+
Fixed
164+
-----
165+
* fix Lb pathroute + listener
166+
167+
====================
168+
1.0.8 - 2018-08-01
169+
====================
170+
171+
Added
172+
-----
173+
* Added menus with flags
174+
* Added Security List and Route Table
175+
* Added DHCP Options + Fix VNIC to display public only if exists,
176+
* Added flag to include ManagementCompartment and fix few bugs
177+
178+
Fixed
179+
-----
180+
* fixed exceptions, added proxy parameter and add git
181+
182+
====================
183+
1.0.0 - 2018-07-26
184+
====================
185+
186+
* Initial Release

0 commit comments

Comments
 (0)