Skip to content

Update WKO, WDT and WIT versions #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 17, 2022

Conversation

galiacheng
Copy link
Contributor

Resolve #159
Dependency: #162

The WLS tooling family versions are stored in weblogic-azure-aks/src/main/resources/weblogic_tooling_family.json, see #162

  • WKO: 3.4.1
  • WDT: 2.3.0
  • WIT: 1.11.1

Note: the pr conflicts with #161, I will resolve it after #161 is merged.

Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/buildWLSDockerImage.sh
	modified:   weblogic-azure-aks/src/main/arm/scripts/common.sh
	modified:   weblogic-azure-aks/src/main/arm/scripts/genImageModel.sh
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/buildWLSDockerImage.sh
	modified:   weblogic-azure-aks/src/main/arm/scripts/common.sh
	modified:   weblogic-azure-aks/src/main/arm/scripts/setupWLSDomain.sh
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/setupWLSDomain.sh
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/bicep/modules/_azure-resoruces/_aks.bicep
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/buildWLSDockerImage.sh
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/common.sh
…, 2 node is not enough for wko + wls.

Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/createUiDefinition.json
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/buildWLSDockerImage.sh
Signed-off-by: galiacheng <[email protected]>

 Changes to be committed:
	modified:   weblogic-azure-aks/src/main/arm/scripts/setupWLSDomain.sh
Comment on lines +120 to +124
function download_wdt_wit() {
local wlsToolingFamilyJsonFile=weblogic_tooling_family.json
# download the json file that has wls operator version from weblogic-azure repo.
curl -m ${curlMaxTime} -fsL "${gitUrl4WLSToolingFamilyJsonFile}" -o ${wlsToolingFamilyJsonFile}
if [ $? -eq 0 ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to understand why you are not using the set -Eeuo pipefail best practice in this and other scripts?

@mriccell mriccell merged commit 62a8797 into oracle:main Jun 17, 2022
@galiacheng galiacheng deleted the update-wko-wdt-wit-2 branch June 20, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update version of WLS K8S Operator used in WLS on AKS to 3.4.1
3 participants