Skip to content

Commit

Permalink
Next is 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-appservices-perf committed Sep 13, 2024
1 parent dc5dd5b commit 0081672
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
if: >
github.event.pull_request.merged && (
github.event.action == 'closed'
&& (contains(github.event.pull_request.labels.*.name, 'backport')
|| contains(github.event.pull_request.labels.*.name, 'backport-squash'))
Expand All @@ -39,7 +40,7 @@ jobs:
- name: Backporting
uses: kiegroup/git-backporting@v4
with:
target-branch: 0.14
target-branch: 0.15
pull-request: ${{ github.event.pull_request.url }}
auth: ${{ secrets.RH_PERF_BOT_TOKEN }}
no-squash: ${{ env.NO_SQUASH_OPTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Java CI with Maven
on:
push:
branches: [master, 0.14]
branches: [master, 0.15]
tags: ["*"]
pull_request:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- 0.14
- 0.15
paths:
- "docs/site/content/en/openapi/openapi.yaml"
jobs:
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
# This workflow will build and release Horreum to maven central and quay.io.
name: Perform Release

on:
workflow_dispatch:

env:
RELEASE_BRANCH: 0.14

RELEASE_BRANCH: 0.15
jobs:
build:
name: Perform release
env:
ENVIRONMENT: CI
runs-on: ubuntu-latest

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ env.RELEASE_BRANCH }}
ssh-key: ${{ secrets.SSH_RELEASE_KEY }}
-
name: Import GPG key
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
-
name: List keys
- name: List keys
run: gpg -K
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/en/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
title: Horreum REST API
description: "Horreum automated change anomaly detection. For more information,\
\ please see [https://horreum.hyperfoil.io/](https://horreum.hyperfoil.io/)"
version: "0.15"
version: "0.16"
tags:
- name: Config
description: Endpoint providing configuration for the Horreum System
Expand Down
2 changes: 1 addition & 1 deletion horreum-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
</parent>

<artifactId>horreum-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion horreum-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion horreum-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion horreum-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
</parent>
<artifactId>horreum-dev-services-deployment</artifactId>
<name>Horreum Dev Services - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
</parent>
<artifactId>horreum-dev-services</artifactId>
<name>Horreum Dev Services - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-infra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Horreum infra - common</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<packaging>pom</packaging>
<version>0.15-SNAPSHOT</version>
<version>0.16-SNAPSHOT</version>
<modules>
<module>horreum-api</module>
<module>horreum-client</module>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dev.images.keycloak>quay.io/keycloak/keycloak:25.0.2</dev.images.keycloak>

<horreum.version>${project.version}</horreum.version>
<major-version>0.15</major-version>
<major-version>0.16</major-version>

<!-- code formatting -->
<format.skip>false</format.skip>
Expand Down

0 comments on commit 0081672

Please sign in to comment.