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 77
88<br >
99
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 )
1111
1212<br >
1313
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+
17-------------------------------------
28CD3 Automation Toolkit Tag v2024.3.1
39Jun 18th, 2024
410-------------------------------------
5111. Bug fixes for OCI Firewall
6122. Moved to Jenkins latest plugins
13+
714-------------------------------------
815CD3 Automation Toolkit Tag v2024.3.0
916Jun 7th, 2024
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ sudo dnf install python-pip -y
1616pip install --user oci-cli==3.39.0
1717pip install --user pycryptodomex==3.10.1
1818pip install --user regex==2022.10.31
19+ pip install --user numpy==1.26.4
1920pip install --user pandas==1.1.5
2021pip install --user openpyxl==3.0.7
2122pip install --user xlrd==1.2.0
You can’t perform that action at this time.
0 commit comments