File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<br >
9
9
10
- [ What's New] ( https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v2024.3.1 )   ;  ; •  ;   ; [ Excel Templates] ( https://oracle-devrel.github.io/cd3-automation-toolkit/excel-templates )   ;  ; •  ;   ; [ CD3 Docs] ( https://oracle-devrel.github.io/cd3-automation-toolkit/ )   ;   ; •  ;  ; [ Watch & Learn] ( https://www.youtube.com/playlist?list=PLPIzp-E1msrbJ3WawXVhzimQnLw5iafcp )   ;  ; •  ;  ; [ Blogs & Tutorials] ( https://oracle-devrel.github.io/cd3-automation-toolkit/tutorials/ )   ;  ; •  ;  ; [ OCI CD3-Livelabs] ( https://apexapps.oracle.com/pls/apex/f?p=133:180:112501098061930::::wid:3724 )
10
+ [ What's New] ( https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v2024.3.2 )   ;  ; •  ;   ; [ Excel Templates] ( https://oracle-devrel.github.io/cd3-automation-toolkit/excel-templates )   ;  ; •  ;   ; [ CD3 Docs] ( https://oracle-devrel.github.io/cd3-automation-toolkit/ )   ;   ; •  ;  ; [ Watch & Learn] ( https://www.youtube.com/playlist?list=PLPIzp-E1msrbJ3WawXVhzimQnLw5iafcp )   ;  ; •  ;  ; [ Blogs & Tutorials] ( https://oracle-devrel.github.io/cd3-automation-toolkit/tutorials/ )   ;  ; •  ;  ; [ OCI CD3-Livelabs] ( https://apexapps.oracle.com/pls/apex/f?p=133:180:112501098061930::::wid:3724 )
11
11
12
12
<br >
13
13
Original file line number Diff line number Diff line change
1
+ -------------------------------------
2
+ CD3 Automation Toolkit Tag v2024.3.2
3
+ Jun 26th, 2024
4
+ -------------------------------------
5
+ 1. Bug fix for python package- fixed numpy version for pandas
6
+
1
7
-------------------------------------
2
8
CD3 Automation Toolkit Tag v2024.3.1
3
9
Jun 18th, 2024
4
10
-------------------------------------
5
11
1. Bug fixes for OCI Firewall
6
12
2. Moved to Jenkins latest plugins
13
+
7
14
-------------------------------------
8
15
CD3 Automation Toolkit Tag v2024.3.0
9
16
Jun 7th, 2024
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ sudo dnf install python-pip -y
16
16
pip install --user oci-cli==3.39.0
17
17
pip install --user pycryptodomex==3.10.1
18
18
pip install --user regex==2022.10.31
19
+ pip install --user numpy==1.26.4
19
20
pip install --user pandas==1.1.5
20
21
pip install --user openpyxl==3.0.7
21
22
pip install --user xlrd==1.2.0
You can’t perform that action at this time.
0 commit comments