Skip to content

Commit b8bfb65

Browse files
authored
1.1.3 Docu updates (#858)
Documentation update 1.1.3
1 parent 58150b6 commit b8bfb65

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+196
-124
lines changed

docs-source/spring/content/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ Oracle Database and other infrastructure components that operate on multiple clo
99
building, testing, and operating microservices platforms for reliable, secure, and scalable enterprise applications.
1010

1111
 
12-
{{< hint type=[warning] icon=gdoc_fire title="Version 1.1.2 (production) released March, 2024" >}}
13-
Oracle Backend for Spring Boot and Microservices Version 1.1.2 is now generally available and suitable
14-
for production use. This version supports and recommends Spring Boot 3.2.x, Spring 6.1 and Spring Cloud 2023.0.0,
15-
with limited backwards compatibility for Spring Boot 2.7.x.
12+
{{< hint type=[warning] icon=gdoc_fire title="Version 1.1.3 (production) released March, 2024" >}}
13+
Oracle Backend for Spring Boot and Microservices Version 1.1.3 is now generally available and suitable for production use. This version supports and recommends Spring Boot 3.2.x, Spring 6.1 and Spring Cloud 2023.0.0, with limited backwards compatibility for Spring Boot 2.7.x.
1614
{{< /hint >}}
1715
&nbsp;
1816

docs-source/spring/content/azure/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Watch this video for a quick overview of the setup process.
2222

2323
## Download
2424

25-
Download [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.2/azure-ebaas_latest.zip).
25+
Download [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas_latest.zip).
2626

2727
## Setup
2828

@@ -55,7 +55,7 @@ The Multicloud installation is done using the Azure Cloud Shell. The following s
5555

5656
![Azure Cloud Shell Icon](AzureCloudShellIcon.png)
5757

58-
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.2/azure-ebaas-platform_latest.zip) stack. For example:
58+
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas-platform_latest.zip) stack. For example:
5959

6060
![Azure Upload](AzureUpload.png)
6161

docs-source/spring/content/development/cli/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: "cli tool deployment spring springboot microservices development oracl
55
---
66

77
The Oracle Backend for Spring Boot and Microservices offers a command-line interface (CLI), `oractl`. The CLI commands simplify the deployment of
8-
microservices applications as well as bindings with the resources that they use. Download the CLI [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.2). The platform-specific binary can be renamed to `oractl` for convenience.
8+
microservices applications as well as bindings with the resources that they use. Download the CLI [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3). The platform-specific binary can be renamed to `oractl` for convenience.
99

1010
Table of Contents:
1111

@@ -32,7 +32,7 @@ The Oracle Backend for Spring Boot CLI is used to configure your backend and to
3232

3333
1. Download the Oracle Backend for Spring Boot and Microservices CLI `oractl`
3434

35-
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.2)
35+
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3)
3636

3737
1. Rename the downloaded file to `oractl`
3838

@@ -70,7 +70,7 @@ The Oracle Backend for Spring Boot CLI is used to configure your backend and to
7070
\_/ |_) (_| (_| __) \_ |_ _|_
7171
========================================================================================
7272
Application Name: Oracle Backend Platform :: Command Line Interface
73-
Application Version: (1.1.2)
73+
Application Version: (1.1.3)
7474
:: Spring Boot (v3.2.1) ::
7575
7676
Ask for help:

docs-source/spring/content/get-help/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Two utilities will help Oracle diagnose and fix issues you may experience.
2121

2222
### Baseline
2323

24-
The [baseline script](https://github.com/oracle/microservices-datadriven/blob/main/support/baseline) will collect non-sensitive information about your cluster and can be used to compare the current cluster state with a baseline state. This will help to quickly identify any discrepancies between a stable deployment and the current deployments.
24+
The [baseline command (Linux only)](https://raw.githubusercontent.com/oracle/microservices-datadriven/main/support/baseline) will collect non-sensitive information about your cluster and can be used to compare the current cluster state with a baseline state. This will help to quickly identify any discrepancies between a stable deployment and the current deployments.
2525

2626
The baseline utility can be run in one of three modes:
2727

0 commit comments

Comments
 (0)