Skip to content

Commit 2b95e49

Browse files
authored
[release/1.7.0] Formal 1.7.0 Release merge (#1088)
1 parent 1120543 commit 2b95e49

File tree

12 files changed

+167
-18
lines changed

12 files changed

+167
-18
lines changed

backend/edge-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>io.featurehub.tooling</groupId>
6060
<artifactId>maven-openapi-publisher</artifactId>
61-
<version>1.1</version>
61+
<version>1.2</version>
6262
<executions>
6363
<execution>
6464
<id>export</id>
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>io.featurehub.tooling</groupId>
9191
<artifactId>maven-openapi-publisher</artifactId>
92-
<version>1.1</version>
92+
<version>1.2</version>
9393
<executions>
9494
<execution>
9595
<id>export</id>

backend/enricher-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>io.featurehub.tooling</groupId>
8585
<artifactId>maven-openapi-publisher</artifactId>
86-
<version>1.1</version>
86+
<version>1.2</version>
8787
<executions>
8888
<execution>
8989
<id>publish</id>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>io.featurehub.tooling</groupId>
116116
<artifactId>maven-openapi-publisher</artifactId>
117-
<version>1.1</version>
117+
<version>1.2</version>
118118
<executions>
119119
<execution>
120120
<id>export</id>

backend/messaging-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>io.featurehub.tooling</groupId>
7878
<artifactId>maven-openapi-publisher</artifactId>
79-
<version>1.1</version>
79+
<version>1.2</version>
8080
<executions>
8181
<execution>
8282
<id>publish</id>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>io.featurehub.tooling</groupId>
109109
<artifactId>maven-openapi-publisher</artifactId>
110-
<version>1.1</version>
110+
<version>1.2</version>
111111
<executions>
112112
<execution>
113113
<id>export</id>

backend/mr-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>io.featurehub.tooling</groupId>
6060
<artifactId>maven-openapi-publisher</artifactId>
61-
<version>1.1</version>
61+
<version>1.2</version>
6262
<executions>
6363
<execution>
6464
<id>publish</id>
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>io.featurehub.tooling</groupId>
9191
<artifactId>maven-openapi-publisher</artifactId>
92-
<version>1.1</version>
92+
<version>1.2</version>
9393
<executions>
9494
<execution>
9595
<id>export</id>

current-rc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0-RC
1+
1.7.0

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: featurehub
22
version: 1.7.0
33
start_page: ROOT:index.adoc
44
title: FeatureHub
5-
prerelease: -rc
5+
#prerelease: -rc
66
# comment
77
nav:
88
- modules/ROOT/nav.adoc
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest" : "1.1.5",
2+
"latest" : "1.1.6",
33
"versions" : [ "1.1.2", "1.1.3", "1.1.4", "1.1.5", "1.1.6" ],
4-
"published" : [ "1.1.2", "1.1.3", "1.1.4", "1.1.5" ]
4+
"published" : [ "1.1.2", "1.1.3", "1.1.4", "1.1.5", "1.1.6" ]
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest" : "1.1.2",
2+
"latest" : "1.1.3",
33
"versions" : [ "1.1.1", "1.1.2", "1.1.3" ],
4-
"published" : [ "1.1.1", "1.1.2" ]
4+
"published" : [ "1.1.1", "1.1.2", "1.1.3" ]
55
}

infra/api-bucket/files/mrapi/1.2.0.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,6 +4576,13 @@ components:
45764576
- serviceAccount
45774577
- sdkServiceAccount
45784578
default: person
4579+
PersonId:
4580+
required:
4581+
- id
4582+
properties:
4583+
id:
4584+
type: string
4585+
format: uuid
45794586
ApplicationPermissions:
45804587
required:
45814588
- applicationRoles
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest" : "1.1.12",
2+
"latest" : "1.2.0",
33
"versions" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.1.14", "1.2.0" ],
4-
"published" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12" ]
4+
"published" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.2.0" ]
55
}

0 commit comments

Comments
 (0)