Skip to content

Commit e2b9da1

Browse files
committed
chore: prepare next version [skip ci]
1 parent 7ed6aed commit e2b9da1

File tree

6 files changed

+9
-19
lines changed

6 files changed

+9
-19
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.6.25"
2+
"version": "4.6.26-SNAPSHOT"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.6.25"
2+
"version": "4.6.26-SNAPSHOT"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.6.25"
2+
"version": "4.6.26-SNAPSHOT"
33
}

gravitee-apim-rest-api/gravitee-apim-rest-api-portal/gravitee-apim-rest-api-portal-rest/src/main/resources/portal-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0
1212
url: http://www.apache.org/licenses/LICENSE-2.0
13-
version: "4.6.25-SNAPSHOT"
13+
version: "4.6.26-SNAPSHOT"
1414
servers:
1515
- url: http://localhost:8083/portal/environments/{envId}
1616
description: The portal API for a given environment

helm/Chart.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: apim
33
# Also update CHANGELOG.md
4-
version: 4.6.25
5-
appVersion: 4.6.25
4+
version: 4.6.26
5+
appVersion: 4.6.26
66
description: Official Gravitee.io Helm chart for API Management
77
home: https://gravitee.io
88
sources:
@@ -29,14 +29,4 @@ annotations:
2929
###########
3030
# "changes" must be the last section in this file, because a CI job clean it after each release
3131
###########
32-
artifacthub.io/changes: |
33-
- kind: added
34-
description: 'allow redis rate limit configuration to use username for acl configuration'
35-
links:
36-
- name: Github Issue
37-
url: https://github.com/gravitee-io/issues/issues/10966
38-
- kind: added
39-
description: 'allow configuration of httpClient proxy excludes'
40-
links:
41-
- name: Github Issue
42-
url: https://github.com/gravitee-io/issues/issues/10855
32+
artifacthub.io/changes:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
<properties>
3838
<!-- Version properties -->
39-
<revision>4.6.25</revision>
39+
<revision>4.6.26</revision>
4040
<sha1></sha1>
41-
<changelist></changelist>
41+
<changelist>-SNAPSHOT</changelist>
4242

4343
<!-- Vert.X version is mandatory for vertx-grpc-protoc-plugin2
4444
in gravitee-apim-gateway-tests-sdk and gravitee-apim-integration-tests

0 commit comments

Comments
 (0)