Skip to content

Commit b2c21b5

Browse files
authored
VSCode plugin update & on-prem doc fix (#629)
* Adding +x to script, typos and remove verrazzano file * Repo updates for OL Changed repo for Oracle Linux to Oracle hosted repo * Typo in Dockerfile * Upgrading OKE and nodepool version to latest Current version 1.21.5 doesn't deploy properly. Upgrading to latest version * Updated README.md Changed the bit.ly URL * Initial check-in of sec workshop (#456) Initial check-in of sec workshop (#456) * Initial check in of Security Workshop (WMS8461) Initial check in of Security Workshop (WMS8461) * Initial check in of Security Workshop (WMS8461) * CLI Setup changes * Sample app Doc Update * Doc and SQL script updates * Created separate doc for the CLI stuff * cli doc changes * Removing CLI stuff * Doc updates * Doc bugs and Vault Documentation * Doc bugs and Vault docs * Vault Doc Updates * Setup doc fixes * Spell checking * Vault doc updates * Doc updates per Mark findings * Fix for k8s version and TF deprecated attr * Removed ssl_server_cert_dn from DBLINK * Remove _SSL_SERVER_CERT_DN vars * Adding back DB1_SSL_SERVER_CERT_DN * Vault doc updates * Vault doc updates * Setup and Vault changes * Typos * Added HashiCorp * Setup doc updates * Adding .gitignore for Hugo files * Rollback SSL_SERVER_CERT changes * Vault doc updates * PR fixes * Bugfixes * Vault doc update * Added Liquibase stuff * Liquibase stuff * LBase bug fixes and pom.xml update * LBase updates * APISIX script updates * fixed ORA-01400: cannot insert NULL * removed unused imports * Fix [WARNING] 'build.plugins.plugin.version' * Removed server port from application.yaml * VS Plugin update, fix on-prem doc * On-prem doc fixes
1 parent 6b85b18 commit b2c21b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs-source/spring/content/on-premises/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When installing on a _Desktop_ the above pre-requisites are met through an addit
2525

2626
## Download
2727

28-
Download [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-ebaas-platform_v0.1.1.zip).
28+
Download [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip).
2929

3030
## Setup
3131

docs-source/spring/content/on-premises/macos_ventura/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If minikube fails to start due to: `Failed kubeconfig update: could not read con
3737

3838
### Download Oracle Backend for Spring Boot
3939

40-
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-ebaas-platform_v0.1.1.zip) and unzip into a new directory.
40+
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip) and unzip into a new directory.
4141

4242
### Install Ansible
4343

docs-source/spring/content/on-premises/ol8/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ minikube addons enable ingress
3434

3535
### Download Oracle Backend for Spring Boot
3636

37-
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-ebaas-platform_v0.1.1.zip) and unzip into a new directory.
37+
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip) and unzip into a new directory.
3838

3939
### Install Ansible
4040

docs-source/spring/content/platform/vscode-plugin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Oracle Backend for Spring Boot VS Code plugin"
33
---
44

5-
**Developer Preview 0.3.6 - April, 2023**
5+
**Developer Preview 0.3.7 - April, 2023**
66

77
Oracle Backend for Spring Boot VS Code plugin is an extension to browse and deploy applications on the Oracle Backend for Spring Boot platform. This plugin allows to inspect the content of an Oracle Backend for Spring Boot deployment, in terms of applications, services and related configurations. It simplifies the access to the Platform Services installed, like Grafana, Spring, Apisix, Eureka and Jaeger creating ssh tunnels on-demand, and providing access to their respective web admin consoles. It allows to add credentials to access and bind services to the Oracle Autonomous DB included into Oracle Backend for Spring Boot deployment. This plug-in replicates the functionalities available in [OBaas CLI](../../development/cli) and simplify the access to Oracle Backend for Spring Boot deployments from a development IDE like VS Code.
88

0 commit comments

Comments
 (0)