Skip to content

Commit 536bd54

Browse files
authored
RONDB-995: Release RonDB 24.10.18 (#147)
* RONDB-995: Release RonDB 24.10.18 * RONDB-995: Copyright header fixes * made scripts executable
1 parent be197b3 commit 536bd54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+123
-53
lines changed

Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
1+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
2+
23

34
apiVersion: v2
45
name: rondb
56

67
# This is the chart version. This version number should be incremented each time you make changes
78
# to the chart and its templates, including the app version.
8-
version: 0.8.0
9+
version: 0.8.1
910

1011
# This is the version number of the application being deployed. This version number should be
1112
# incremented each time you make changes to the application.
12-
appVersion: 24.10.17
13+
appVersion: 24.10.18
1314

1415
# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)
1516
kubeVersion: ">= 1.27.0-0"

files/scripts/apis.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
until nslookup $MGMD_HOSTNAME; do
68
echo "Waiting for $MGMD_HOSTNAME to be resolvable..."

files/scripts/backups/cleanup_old_backups.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
set -e
68

files/scripts/backups/metadata_create.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
set -e
68

files/scripts/backups/metadata_upload_kubectl.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
# Running this on the MySQLd to have root MySQL access; we need permissions
68
# for everything we want to back up. Root cannot be used over the network.

files/scripts/backups/native_download.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
set -e
68

files/scripts/backups/native_upload_kubectl.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
set -e
68

files/scripts/fix_admin_users_24.10.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57

68

files/scripts/mgmds.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
set -euo pipefail
68

files/scripts/mysqld_init.sh

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.
3+
# Copyright (c) 2024-2026 Hopsworks AB. All rights reserved.
4+
5+
46

57
set -e
68

0 commit comments

Comments
 (0)