Skip to content

Commit

Permalink
[release 16.8.1] Update version to 16.8.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Sep 7, 2023
1 parent 887f0f9 commit 6bfd76d
Show file tree
Hide file tree
Showing 30 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions demos/basic-setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- postgres-prod

otoroshi-instance-1:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- basicsetup
environment:
Expand All @@ -53,7 +53,7 @@ services:
- redis-slave

otoroshi-instance-2:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- basicsetup
environment:
Expand Down
10 changes: 5 additions & 5 deletions demos/service-mesh/docker-compose-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- config-server

otoroshi-service-1:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
environment:
Expand All @@ -59,7 +59,7 @@ services:
- config-server

otoroshi-service-2:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
environment:
Expand All @@ -72,7 +72,7 @@ services:
- config-server

otoroshi-service-3:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
environment:
Expand All @@ -85,7 +85,7 @@ services:
- config-server

otoroshi-service-frontend:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
ports:
Expand All @@ -99,7 +99,7 @@ services:
- service-frontend

otoroshi-gateway:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
ports:
Expand Down
10 changes: 5 additions & 5 deletions demos/service-mesh/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
ipv4_address: 172.16.239.44

otoroshi-service-1:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
environment:
Expand All @@ -75,7 +75,7 @@ services:
ipv4_address: 172.16.239.31

otoroshi-service-2:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
environment:
Expand All @@ -101,7 +101,7 @@ services:
ipv4_address: 172.16.239.32

otoroshi-service-3:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
environment:
Expand All @@ -127,7 +127,7 @@ services:
ipv4_address: 172.16.239.33

otoroshi-service-frontend:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
ports:
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
ipv4_address: 172.16.239.34

otoroshi-gateway:
image: maif/otoroshi:16.8.1
image: maif/otoroshi:16.8.0-dev
networks:
- mesh
ports:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/otoroshi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v3
name: otoroshi
description: An Otoroshi based Kubernetes ingress controller
type: application
version: 16.8.1
appVersion: 16.8.1
version: 16.8.0-dev
appVersion: 16.8.0-dev
keywords:
- otoroshi
- ingress
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm/otoroshi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serviceAccount:

image:
name: maif/otoroshi
tag: 16.8.1
tag: 16.8.0-dev
pullPolicy: IfNotPresent
https: 8443
http: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
hostNetwork: false
restartPolicy: Always
containers:
- image: maif/otoroshi:16.8.1-jdk11
- image: maif/otoroshi:16.8.0-dev-jdk11
imagePullPolicy: IfNotPresent
name: otoroshi-leader
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
hostNetwork: false
restartPolicy: Always
containers:
- image: maif/otoroshi:16.8.1-jdk11
- image: maif/otoroshi:16.8.0-dev-jdk11
imagePullPolicy: IfNotPresent
name: otoroshi-leader
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kustomize/overlays/cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
hostNetwork: false
restartPolicy: Always
containers:
- image: maif/otoroshi:16.8.1-jdk11
- image: maif/otoroshi:16.8.0-dev-jdk11
imagePullPolicy: IfNotPresent
name: otoroshi-leader
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
restartPolicy: Always
hostNetwork: false
containers:
- image: maif/otoroshi:16.8.1-jdk11
- image: maif/otoroshi:16.8.0-dev-jdk11
imagePullPolicy: IfNotPresent
name: otoroshi
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- image: maif/otoroshi:16.8.1-jdk11
- image: maif/otoroshi:16.8.0-dev-jdk11
imagePullPolicy: IfNotPresent
name: otoroshi
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kustomize/overlays/simple/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- image: maif/otoroshi:16.8.1-jdk11
- image: maif/otoroshi:16.8.0-dev-jdk11
imagePullPolicy: IfNotPresent
name: otoroshi
ports:
Expand Down
2 changes: 1 addition & 1 deletion manual/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := """otoroshi-manual"""
organization := "fr.maif"
version := "16.8.1"
version := "16.8.0-dev"
scalaVersion := "2.13.1"

lazy val docs = (project in file("."))
Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/paradox/code/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Otoroshi Admin API",
"description" : "Admin API of the Otoroshi reverse proxy",
"version" : "16.8.1",
"version" : "16.8.0-dev",
"contact" : {
"name" : "Otoroshi Team",
"email" : "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions manual/src/main/paradox/deploy/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can also create a `kustomization.yaml` file with a remote base

```yaml
bases:
- github.com/MAIF/otoroshi/kubernetes/kustomize/overlays/simple/?ref=v16.8.1
- github.com/MAIF/otoroshi/kubernetes/kustomize/overlays/simple/?ref=v16.8.0-dev
```
Then deploy it with `kubectl apply -k ./overlays/myoverlay`.
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- image: maif/otoroshi:16.8.1
- image: maif/otoroshi:16.8.0-dev
imagePullPolicy: IfNotPresent
name: otoroshi
args: ['-Dconfig.file=/usr/app/otoroshi/conf/oto.conf']
Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/paradox/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Download the latest jar of Otoroshi
```sh
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
```

Once downloading, run Otoroshi.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Let's start by downloading the latest Otoroshi
```sh
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
```

By default, Otoroshi starts with domain `oto.tools` that targets `127.0.0.1` Now you are almost ready to run Otoroshi for the first time, we want run it with an initial data.
Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/paradox/how-to-s/setup-otoroshi-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this tutorial, you create an cluster of Otoroshi.
Let's start by downloading the latest jar of Otoroshi.

```sh
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
```

Then create an instance of Otoroshi and indicates with the `otoroshi.cluster.mode` environment variable that it will be the leader.
Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/paradox/includes/fetch-and-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you already have an up and running otoroshi instance, you can skip the follow
Let's start by downloading the latest Otoroshi.

```sh
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
```

then you can run start Otoroshi :
Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/paradox/includes/initialize.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you already have an up and running otoroshi instance, you can skip the follow
Let's start by downloading the latest Otoroshi.

```sh
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
```

then you can run start Otoroshi :
Expand Down
6 changes: 3 additions & 3 deletions manual/src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> *The <a href="https://en.wikipedia.org/wiki/Gazu_Hyakki_Yagy%C5%8D#/media/File:SekienOtoroshi.jpg" target="blank">Otoroshi</a> is a large hairy monster that tends to lurk on the top of the torii gate in front of Shinto shrines. It's a hostile creature, but also said to be the guardian of the shrine and is said to leap down from the top of the gate to devour those who approach the shrine for only self-serving purposes.*
@@@ div { .centered-img }
[![Join the discord](https://img.shields.io/discord/1089571852940218538?color=f9b000&label=Community&logo=Discord&logoColor=f9b000)](https://discord.gg/dmbwZrfpcQ) [ ![Download](https://img.shields.io/github/release/MAIF/otoroshi.svg) ](hhttps://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar)
[![Join the discord](https://img.shields.io/discord/1089571852940218538?color=f9b000&label=Community&logo=Discord&logoColor=f9b000)](https://discord.gg/dmbwZrfpcQ) [ ![Download](https://img.shields.io/github/release/MAIF/otoroshi.svg) ](hhttps://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar)
@@@

@@@ div { .centered-img }
Expand All @@ -20,14 +20,14 @@ You can download the latest build of Otoroshi as a @ref:[fat jar](./install/get-
You can install and run Otoroshi with this little bash snippet

```sh
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
java -jar otoroshi.jar
```

or using docker

```sh
docker run -p "8080:8080" maif/otoroshi:16.8.1
docker run -p "8080:8080" maif/otoroshi:16.8.0-dev
```

now open your browser to <a href="http://otoroshi.oto.tools:8080/" target="_blank">http://otoroshi.oto.tools:8080/</a>, **log in with the credential generated in the logs** and explore by yourself, if you want better instructions, just go to the @ref:[Quick Start](./getting-started.md) or directly to the @ref:[installation instructions](./install/get-otoroshi.md)
Expand Down
10 changes: 5 additions & 5 deletions manual/src/main/paradox/install/get-otoroshi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ All release can be bound on the releases page of the @link:[repository](https://

```sh
# Download the latest version
wget https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi-16.8.1.zip
unzip ./otoroshi-16.8.1.zip
cd otoroshi-16.8.1
wget https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi-16.8.0-dev.zip
unzip ./otoroshi-16.8.0-dev.zip
cd otoroshi-16.8.0-dev
```

## From jar file

```sh
# Download the latest version
wget https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar
wget https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar
```

## From Docker

```sh
# Download the latest version
docker pull maif/otoroshi:16.8.1-jdk11
docker pull maif/otoroshi:16.8.0-dev-jdk11
```

## From Sources
Expand Down
4 changes: 2 additions & 2 deletions manual/src/main/paradox/snippets/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

dependencies {
compile group: 'fr.maif', name: 'otoroshi_2.12', version: '16.8.1'
compile group: 'fr.maif', name: 'otoroshi_2.12', version: '16.8.1', classifier 'assets'
compile group: 'fr.maif', name: 'otoroshi_2.12', version: '16.8.0-dev'
compile group: 'fr.maif', name: 'otoroshi_2.12', version: '16.8.0-dev', classifier 'assets'
}
4 changes: 2 additions & 2 deletions manual/src/main/paradox/snippets/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "fr.maif" %% "otoroshi" % "16.8.1"
libraryDependencies += "fr.maif" %% "otoroshi" % "16.8.1" classifier "assets"
libraryDependencies += "fr.maif" %% "otoroshi" % "16.8.0-dev"
libraryDependencies += "fr.maif" %% "otoroshi" % "16.8.0-dev" classifier "assets"
4 changes: 2 additions & 2 deletions manual/src/main/paradox/snippets/fetch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #curl
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
// #curl

// #wget
wget 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
wget 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'
// #wget
2 changes: 1 addition & 1 deletion manual/src/main/paradox/topics/expression-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can test to get the same values than the right part by creating these follow

```sh
# Let's start by downloading the latest Otoroshi.
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.1/otoroshi.jar'
curl -L -o otoroshi.jar 'https://github.com/MAIF/otoroshi/releases/download/v16.8.0-dev/otoroshi.jar'

# Once downloading, run Otoroshi.
java -Dotoroshi.adminPassword=password -jar otoroshi.jar
Expand Down
2 changes: 1 addition & 1 deletion otoroshi/app/controllers/SwaggerController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2886,7 +2886,7 @@ class SwaggerController(cc: ControllerComponents, assetsBuilder: AssetsBuilder)(
Json.obj(
"openapi" -> "3.0.0",
"info" -> Json.obj(
"version" -> "16.8.1",
"version" -> "16.8.0-dev",
"title" -> "Otoroshi Admin API",
"description" -> "Admin API of the Otoroshi reverse proxy",
"contact" -> Json.obj(
Expand Down
2 changes: 1 addition & 1 deletion otoroshi/app/env/Env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ class Env(
name = backofficeRoute.name
)

lazy val otoroshiVersion = "16.8.1"
lazy val otoroshiVersion = "16.8.0-dev"
lazy val otoroshiVersionSem = Version(otoroshiVersion)
lazy val checkForUpdates = configuration.getOptionalWithFileSupport[Boolean]("app.checkForUpdates").getOrElse(true)

Expand Down
2 changes: 1 addition & 1 deletion otoroshi/app/openapi/openapi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ class OpenApiGenerator(
"info" -> Json.obj(
"title" -> "Otoroshi Admin API",
"description" -> "Admin API of the Otoroshi reverse proxy",
"version" -> "16.8.1",
"version" -> "16.8.0-dev",
"contact" -> Json.obj(
"name" -> "Otoroshi Team",
"email" -> "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion otoroshi/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import xerial.sbt.Sonatype._

name := """otoroshi"""
organization := "fr.maif"
version := "16.8.1"
version := "16.8.0-dev"
scalaVersion := scalaLangVersion

inThisBuild(
Expand Down
2 changes: 1 addition & 1 deletion tools/tcp-udp-tunnel-client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ function ProxyServer(options, optionalConfigFile) {

function displayHeader() {
console.log('')
console.log('Otoroshi TCP tunnel CLI, version 16.8.1'.yellow)
console.log('Otoroshi TCP tunnel CLI, version 16.8.0-dev'.yellow)
console.log('')
}

Expand Down

0 comments on commit 6bfd76d

Please sign in to comment.