Skip to content

Commit

Permalink
chore: chore update version to 7.6.0 for next dev iteration
Browse files Browse the repository at this point in the history
Refs: XRDDEV-2542
  • Loading branch information
ovidijusnortal committed Jul 5, 2024
1 parent 068f7a9 commit b59bd24
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 7.6.0 - UNRELEASED

## 7.5.0 - 2024-07-04
- XRDDEV-2496: As a Central Server Administrator I want to be able to configure a trusted CA with ACME enabled so that we can speed up onboarding
- XRDDEV-2532: As a Central Server user I would like to be able to use the Escape and Enter keys in dialogs so that navigating the interface would be more ergonomic
Expand Down
2 changes: 1 addition & 1 deletion sidecar/docker-build.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for i in "$@" ; do
done

dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >&/dev/null && pwd)"
version="${1:-7.5.0}"
version="${1:-7.6.0}"
tag="${2:-xroad-security-server-sidecar}"
repo="${3-}"
dist="${4-}"
Expand Down
2 changes: 1 addition & 1 deletion sidecar/kubernetes/security-server-sidecar-slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
claimName: "sidecar-config-slim-claim"
containers:
- name: security-server-sidecar-slim
image: niis/xroad-security-server-sidecar:7.5.0-slim
image: niis/xroad-security-server-sidecar:7.6.0-slim
imagePullPolicy: "Always"
volumeMounts:
- name: sidecar-config-slim-volume
Expand Down
2 changes: 1 addition & 1 deletion sidecar/kubernetes/security-server-sidecar.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
claimName: "sidecar-config-claim"
containers:
- name: security-server-sidecar
image: niis/xroad-security-server-sidecar:7.5.0
image: niis/xroad-security-server-sidecar:7.6.0
imagePullPolicy: "Always"
volumeMounts:
- name: sidecar-config-volume
Expand Down
2 changes: 1 addition & 1 deletion src/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx1536m

xroadVersion=7.5.0
xroadVersion=7.6.0
xroadBuildType=SNAPSHOT

# SonarQube defaults
Expand Down
2 changes: 1 addition & 1 deletion src/packages/build-rpm.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION=7.5.0
VERSION=7.6.0
LAST_SUPPORTED_VERSION=7.3.0

warn() {
Expand Down
7 changes: 7 additions & 0 deletions src/packages/src/xroad/ubuntu/generic/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
xroad (7.6.0-0) stable; urgency=medium

* Change history is found at /usr/share/doc/xroad-
common/CHANGELOG.md.gz

-- NIIS <info@niis.org> Fri, 05 Jul 2024 13:01:06 +0300

xroad (7.5.0-1) stable; urgency=medium

* Change history is found at /usr/share/doc/xroad-
Expand Down

0 comments on commit b59bd24

Please sign in to comment.