Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HWORKS-1955] Bump copyright to 2025 #32

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/delete_test_pods.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

NAMESPACE=$1

Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

apiVersion: v2
name: rondb
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/apis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

until nslookup $MGMD_HOSTNAME; do
echo "Waiting for $MGMD_HOSTNAME to be resolvable..."
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/metadata_create.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/metadata_upload_kubectl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

# Running this on the MySQLd to have root MySQL access; we need permissions
# for everything we want to back up. Root cannot be used over the network.
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/native_download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/native_upload_kubectl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/mgmds.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

# The configuration database is a binary representation of the cluster's configuration.
# It is essentially the config.ini including all changes that were applied via the
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/mysqld_init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/mysqld_single_setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/ndbmtds.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

# Requires to calculate Node Id based on Pod name and Node Group

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/replica_appliers/get_binlog_position.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

TRUE="true"
FALSE="false"
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/replica_appliers/get_replication_status.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/replica_appliers/run_applier.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/wait_ndbmtds.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

until nslookup $MGMD_HOSTNAME; do
echo "Waiting for $MGMD_HOSTNAME to be resolvable..."
Expand Down
2 changes: 1 addition & 1 deletion files/testing/mysql_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion standalone_deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

CERT_MANAGER_URL=https://github.com/cert-manager/cert-manager/releases/download/v1.14.3/cert-manager.yaml
HELM_NGINX_NAME=ingress-nginx
Expand Down
2 changes: 1 addition & 1 deletion templates/backups/create.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if .Values.backups.enabled -}}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/backups/restore.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if .Values.restoreFromBackup.backupId -}}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/backups/shared.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if or .Values.backups.enabled .Values.restoreFromBackup.backupId }}
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion templates/bench.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if .Values.benchmarking.enabled -}}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/cert_manager.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if (or
$.Values.meta.mysqld.statefulSet.endToEndTls.enabled
Expand Down
2 changes: 1 addition & 1 deletion templates/mgmd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

apiVersion: apps/v1
kind: StatefulSet
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/binlog_servers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if .Values.globalReplication.primary.enabled -}}
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/config_map.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/mysqld.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

apiVersion: apps/v1
kind: StatefulSet
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/mysqld_exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if .Values.mysql.exporter.enabled }}
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/replica_appliers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if .Values.globalReplication.secondary.enabled -}}
{{/*
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ if not .Values.mysql.supplyOwnSecret -}}
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/setup_job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{/*
This Job initializes all MySQL metadata. This means downloading metadata from
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/wait_restore_sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{/*
These are the permissions to allow waiting for the restore-backup
Expand Down
2 changes: 1 addition & 1 deletion templates/ndbd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ range $nodeGroup := until ($.Values.clusterSize.numNodeGroups | int) }}
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/network_policy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{/*
As soon as we have an empty API slot, any host can connect to our data nodes.
Expand Down
2 changes: 1 addition & 1 deletion templates/priority_class.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{/*
TODO: Add logic to share PriorityClass between multiple charts
Expand Down
2 changes: 1 addition & 1 deletion templates/rdrs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

apiVersion: apps/v1
kind: StatefulSet
Expand Down
2 changes: 1 addition & 1 deletion templates/rdrs_ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ with $rdrsIngress := $.Values.meta.rdrs.ingress }}
{{- if $rdrsIngress.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion templates/tests/data_verification.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

{{ define "rondb.dataPod" -}}
{{/*
Expand Down
2 changes: 1 addition & 1 deletion test_scripts/active-passive-minikube.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion test_scripts/active-passive-prod.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion test_scripts/lifecycle-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

cat <<'EOF' >/dev/null
This runs a test suite with the following steps:
Expand Down
2 changes: 1 addition & 1 deletion test_scripts/setup_minio.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

# Script to start a MinIO tenant and write values files for backups and restores

Expand Down
2 changes: 1 addition & 1 deletion test_scripts/test_backup_restore.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

# This is a script to test the backup and restore functionality.
# It is not actually being used by the CI/CD pipeline, but can be run manually.
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.
# Copyright (c) 2024-2025 Hopsworks AB. All rights reserved.

# This file is auto-generated from the values.schema.json file.
# The file is also used to generate the GitHub Pages documentation.
Expand Down
Loading