From 2ae1118da07db49ddef17891a209d3da805dbcb4 Mon Sep 17 00:00:00 2001 From: Neaj Morshad Date: Fri, 20 Dec 2024 19:50:40 +0600 Subject: [PATCH] Update deps (#55) Signed-off-by: Arnob kumar saha --- go.mod | 18 +- go.sum | 40 +- vendor/golang.org/x/sys/unix/README.md | 2 +- vendor/golang.org/x/sys/unix/ioctl_linux.go | 96 ++ vendor/golang.org/x/sys/unix/mkerrors.sh | 16 +- vendor/golang.org/x/sys/unix/syscall_aix.go | 2 +- vendor/golang.org/x/sys/unix/syscall_linux.go | 64 +- .../x/sys/unix/syscall_linux_arm64.go | 2 + .../x/sys/unix/syscall_linux_loong64.go | 2 + .../x/sys/unix/syscall_linux_riscv64.go | 2 + .../x/sys/unix/syscall_zos_s390x.go | 104 +- .../golang.org/x/sys/unix/vgetrandom_linux.go | 13 + .../x/sys/unix/vgetrandom_unsupported.go | 11 + vendor/golang.org/x/sys/unix/zerrors_linux.go | 44 +- .../x/sys/unix/zerrors_linux_386.go | 25 + .../x/sys/unix/zerrors_linux_amd64.go | 25 + .../x/sys/unix/zerrors_linux_arm.go | 25 + .../x/sys/unix/zerrors_linux_arm64.go | 26 + .../x/sys/unix/zerrors_linux_loong64.go | 25 + .../x/sys/unix/zerrors_linux_mips.go | 25 + .../x/sys/unix/zerrors_linux_mips64.go | 25 + .../x/sys/unix/zerrors_linux_mips64le.go | 25 + .../x/sys/unix/zerrors_linux_mipsle.go | 25 + .../x/sys/unix/zerrors_linux_ppc.go | 25 + .../x/sys/unix/zerrors_linux_ppc64.go | 25 + .../x/sys/unix/zerrors_linux_ppc64le.go | 25 + .../x/sys/unix/zerrors_linux_riscv64.go | 25 + .../x/sys/unix/zerrors_linux_s390x.go | 25 + .../x/sys/unix/zerrors_linux_sparc64.go | 25 + .../golang.org/x/sys/unix/zsyscall_linux.go | 27 +- .../x/sys/unix/zsysnum_linux_amd64.go | 1 + .../x/sys/unix/zsysnum_linux_arm64.go | 2 +- .../x/sys/unix/zsysnum_linux_loong64.go | 2 + .../x/sys/unix/zsysnum_linux_riscv64.go | 2 +- .../x/sys/unix/ztypes_darwin_amd64.go | 60 + .../x/sys/unix/ztypes_darwin_arm64.go | 60 + vendor/golang.org/x/sys/unix/ztypes_linux.go | 222 +++- .../golang.org/x/sys/unix/ztypes_zos_s390x.go | 6 + .../golang.org/x/sys/windows/dll_windows.go | 2 +- .../x/sys/windows/syscall_windows.go | 36 +- .../golang.org/x/sys/windows/types_windows.go | 127 ++ .../x/sys/windows/zsyscall_windows.go | 71 ++ vendor/golang.org/x/term/README.md | 11 +- .../apis/meta/v1alpha1/openapi_generated.go | 89 ++ .../apis/meta/v1alpha1/register.go | 2 + .../v1alpha1/resourceoutlinefilter_types.go | 52 + .../meta/v1alpha1/zz_generated.deepcopy.go | 60 + .../apis/ui/v1alpha1/openapi_generated.go | 1019 +++++++++++------ .../apis/ui/v1alpha1/register.go | 2 + .../v1alpha1/resourceoutlinefilter_helpers.go | 53 + .../v1alpha1/resourceoutlinefilter_types.go | 78 ++ .../apis/ui/v1alpha1/zz_generated.deepcopy.go | 160 +++ ...s.appscode.com_resourceoutlinefilters.yaml | 109 ++ ...s.appscode.com_resourceoutlinefilters.yaml | 109 ++ .../v1alpha1/resourceoutlinefilters.yaml | 130 +++ .../v1alpha1/resourceoutlinefilters.yaml | 130 +++ .../catalog/kubedb/active_versions.json | 44 +- .../catalog/kubedb/backup_tasks.json | 13 + .../kubedb/raw/druid/druid-31.0.0.yaml | 12 + .../elasticsearch-1.1.0-opensearch.yaml | 4 +- .../elasticsearch-1.2.4-opensearch.yaml | 4 +- .../elasticsearch-1.3.13-opensearch.yaml | 6 +- .../elasticsearch-1.3.18-opensearch.yaml | 3 + .../elasticsearch-1.3.19-opensearch.yaml | 39 + .../elasticsearch-2.0.1-opensearch.yaml | 4 +- .../elasticsearch-2.11.1-opensearch.yaml | 4 +- .../elasticsearch-2.14.0-opensearch.yaml | 4 +- .../elasticsearch-2.16.0-opensearch.yaml | 6 +- .../elasticsearch-2.17.1-opensearch.yaml | 39 + .../elasticsearch-2.18.0-opensearch.yaml | 39 + .../elasticsearch-2.5.0-opensearch.yaml | 4 +- .../elasticsearch-2.8.0-opensearch.yaml | 4 +- .../elasticsearch-7.17.15-elasticstack.yaml | 2 +- .../elasticsearch-7.17.23-elasticstack.yaml | 3 + .../elasticsearch-7.17.25-elasticstack.yaml | 39 + .../elasticsearch-8.15.0-elasticstack.yaml | 2 +- .../elasticsearch-8.15.4-elasticstack.yaml | 39 + .../elasticsearch-8.16.0-elasticstack.yaml | 39 + .../kubedb/raw/ferretdb/ferretdb-1.24.0.yaml | 10 + ...3.3.2.yaml => deprecated-kafka-3.3.2.yaml} | 1 + ...3.4.1.yaml => deprecated-kafka-3.4.1.yaml} | 1 + ...3.5.1.yaml => deprecated-kafka-3.5.1.yaml} | 1 + ...3.6.0.yaml => deprecated-kafka-3.6.0.yaml} | 1 + .../catalog/kubedb/raw/kafka/kafka-3.5.2.yaml | 2 +- .../catalog/kubedb/raw/kafka/kafka-3.6.1.yaml | 2 +- .../catalog/kubedb/raw/kafka/kafka-3.7.2.yaml | 24 + .../catalog/kubedb/raw/kafka/kafka-3.8.1.yaml | 24 + .../catalog/kubedb/raw/kafka/kafka-3.9.0.yaml | 24 + ...ecated-kafkaconnector-1.11.0-mongodb.yaml} | 1 + ...eprecated-kafkaconnector-2.4.2-mysql.yaml} | 1 + ...ecated-kafkaconnector-2.4.2-postgres.yaml} | 1 + .../kafkaconnector-1.13.1-mongodb.yaml | 11 + .../kafkaconnector-1.14.1-mongodb.yaml | 11 + .../kafkaconnector-2.7.4-jdbc.yaml | 11 + .../kafkaconnector-2.7.4-mysql.yaml | 11 + .../kafkaconnector-2.7.4-postgres.yaml | 11 + .../kafkaconnector-3.0.5-jdbc.yaml | 11 + .../kafkaconnector-3.0.5-mysql.yaml | 11 + .../kafkaconnector-3.0.5-postgres.yaml | 11 + .../mariadb/deprecated-mariadb-10.10.2.yaml | 2 +- .../mariadb/deprecated-mariadb-10.11.2.yaml | 2 +- .../mariadb/deprecated-mariadb-10.4.17.yaml | 2 +- .../mariadb/deprecated-mariadb-10.4.31.yaml | 2 +- .../mariadb/deprecated-mariadb-10.5.8.yaml | 2 +- .../mariadb/deprecated-mariadb-10.6.4.yaml | 2 +- .../kubedb/raw/mariadb/mariadb-10.10.7.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-10.11.6.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-10.4.32.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-10.5.23.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-10.6.16.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.0.4.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.1.3.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.2.2.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.3.2.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.4.3.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.5.2.yaml | 4 +- .../kubedb/raw/mariadb/mariadb-11.6.2.yaml | 46 + .../raw/memcached/memcached-1.5.22.yaml | 2 +- .../raw/memcached/memcached-1.6.22.yaml | 2 +- .../raw/memcached/memcached-1.6.29.yaml | 2 +- .../raw/memcached/memcached-1.6.33.yaml | 17 + .../deprecated-mongodb-3.4-official.yaml | 8 +- .../deprecated-mongodb-3.4.17-official.yaml | 6 +- .../deprecated-mongodb-3.4.22-official.yaml | 10 +- .../deprecated-mongodb-3.6-official.yaml | 8 +- .../deprecated-mongodb-3.6.13-official.yaml | 10 +- .../deprecated-mongodb-3.6.18-percona.yaml | 4 +- .../deprecated-mongodb-3.6.8-official.yaml | 6 +- .../deprecated-mongodb-4.0.10-percona.yaml | 2 +- .../deprecated-mongodb-4.0.11-official.yaml | 10 +- .../deprecated-mongodb-4.0.3-official.yaml | 6 +- .../deprecated-mongodb-4.0.5-official.yaml | 14 +- .../deprecated-mongodb-4.1.13-official.yaml | 10 +- .../deprecated-mongodb-4.1.4-official.yaml | 6 +- .../deprecated-mongodb-4.1.7-official.yaml | 10 +- .../deprecated-mongodb-4.2.3-official.yaml | 6 +- .../deprecated-mongodb-4.2.7-percona.yaml | 4 +- .../deprecated-mongodb-4.4.10-percona.yaml | 4 +- .../deprecated-mongodb-4.4.6-official.yaml | 4 +- .../deprecated-mongodb-5.0.15-official.yaml | 4 +- .../deprecated-mongodb-5.0.2-official.yaml | 4 +- .../deprecated-mongodb-5.0.3-official.yaml | 4 +- .../deprecated-mongodb-6.0.5-official.yaml | 4 +- .../raw/mongodb/mongodb-4.2.24-official.yaml | 4 +- .../raw/mongodb/mongodb-4.2.24-percona.yaml | 4 +- .../raw/mongodb/mongodb-4.4.26-official.yaml | 4 +- .../raw/mongodb/mongodb-4.4.26-percona.yaml | 4 +- .../raw/mongodb/mongodb-5.0.23-official.yaml | 4 +- .../raw/mongodb/mongodb-5.0.23-percona.yaml | 4 +- .../raw/mongodb/mongodb-5.0.26-official.yaml | 4 +- .../raw/mongodb/mongodb-6.0.12-official.yaml | 4 +- .../raw/mongodb/mongodb-6.0.12-percona.yaml | 4 +- .../raw/mongodb/mongodb-7.0.4-percona.yaml | 4 +- .../raw/mongodb/mongodb-7.0.5-official.yaml | 4 +- .../raw/mongodb/mongodb-7.0.8-official.yaml | 4 +- .../raw/mongodb/mongodb-8.0.3-official.yaml | 4 +- .../raw/mongodb/mongodb-8.0.4-official.yaml | 41 + .../raw/mssqlserver/mssqlserver-2022.yaml | 40 +- .../mysql/deprecated-mysql-5-official.yaml | 4 +- .../mysql/deprecated-mysql-5.7-official.yaml | 4 +- .../deprecated-mysql-5.7.25-official.yaml | 12 +- .../deprecated-mysql-5.7.29-official.yaml | 8 +- .../deprecated-mysql-5.7.31-official.yaml | 6 +- .../deprecated-mysql-5.7.33-official.yaml | 4 +- .../deprecated-mysql-5.7.35-official.yaml | 6 +- .../deprecated-mysql-5.7.36-official.yaml | 4 +- .../deprecated-mysql-5.7.41-official.yaml | 4 +- .../mysql/deprecated-mysql-8-official.yaml | 4 +- .../mysql/deprecated-mysql-8.0-official.yaml | 2 +- .../deprecated-mysql-8.0.14-official.yaml | 10 +- .../deprecated-mysql-8.0.17-official.yaml | 4 +- .../deprecated-mysql-8.0.20-official.yaml | 8 +- .../deprecated-mysql-8.0.21-official.yaml | 6 +- .../deprecated-mysql-8.0.23-official.yaml | 4 +- .../deprecated-mysql-8.0.26-official.yaml | 2 +- .../mysql/deprecated-mysql-8.0.27-mysql.yaml | 6 +- .../deprecated-mysql-8.0.27-official.yaml | 4 +- .../deprecated-mysql-8.0.29-official.yaml | 4 +- .../deprecated-mysql-8.0.3-official.yaml | 14 +- .../deprecated-mysql-8.0.31-official.yaml | 4 +- .../deprecated-mysql-8.0.32-official.yaml | 4 +- .../raw/mysql/mysql-5.7.42-official.yaml | 8 +- .../raw/mysql/mysql-5.7.44-official.yaml | 8 +- .../kubedb/raw/mysql/mysql-8.0.31-mysql.yaml | 10 +- .../raw/mysql/mysql-8.0.35-official.yaml | 8 +- .../raw/mysql/mysql-8.0.36-official.yaml | 8 +- .../raw/mysql/mysql-8.1.0-official.yaml | 8 +- .../raw/mysql/mysql-8.2.0-official.yaml | 8 +- .../raw/mysql/mysql-8.4.2-official.yaml | 8 +- .../raw/mysql/mysql-8.4.3-official.yaml | 55 + .../raw/mysql/mysql-9.0.1-official.yaml | 55 + .../raw/mysql/mysql-9.1.0-official.yaml | 55 + .../perconaxtradb/perconaxtradb-8.0.26.yaml | 2 +- .../perconaxtradb/perconaxtradb-8.0.28.yaml | 2 +- .../perconaxtradb/perconaxtradb-8.0.31.yaml | 2 +- .../deprecated-postgres-10.16-official.yaml | 8 +- .../deprecated-postgres-10.19-official.yaml | 8 +- .../deprecated-postgres-10.20-official.yaml | 8 +- .../deprecated-postgres-11.11-official.yaml | 12 +- ...deprecated-postgres-11.11-timescaledb.yaml | 6 +- .../deprecated-postgres-11.14-official.yaml | 12 +- .../deprecated-postgres-11.15-official.yaml | 12 +- .../deprecated-postgres-11.19-official.yaml | 12 +- .../deprecated-postgres-11.20-official.yaml | 12 +- .../deprecated-postgres-12.10-official.yaml | 12 +- .../deprecated-postgres-12.13-official.yaml | 12 +- .../deprecated-postgres-12.14-official.yaml | 12 +- .../deprecated-postgres-12.15-official.yaml | 12 +- .../deprecated-postgres-12.6-official.yaml | 12 +- .../deprecated-postgres-12.6-timescaledb.yaml | 6 +- .../deprecated-postgres-12.9-official.yaml | 12 +- .../deprecated-postgres-13.10-official.yaml | 12 +- .../deprecated-postgres-13.11-official.yaml | 12 +- .../deprecated-postgres-13.2-official.yaml | 12 +- .../deprecated-postgres-13.5-official.yaml | 12 +- .../deprecated-postgres-13.6-official.yaml | 12 +- .../deprecated-postgres-13.9-official.yaml | 12 +- .../deprecated-postgres-14.1-official.yaml | 12 +- .../deprecated-postgres-14.2-official.yaml | 12 +- .../deprecated-postgres-14.6-official.yaml | 12 +- .../deprecated-postgres-14.7-official.yaml | 12 +- .../deprecated-postgres-14.8-official.yaml | 12 +- .../deprecated-postgres-15.1-official.yaml | 12 +- .../deprecated-postgres-15.2-official.yaml | 12 +- .../deprecated-postgres-15.3-official.yaml | 12 +- .../deprecated-postgres-9.6.21-official.yaml | 8 +- .../deprecated-postgres-9.6.24-official.yaml | 8 +- .../raw/postgres/postgres-10.23-official.yaml | 8 +- .../raw/postgres/postgres-11.22-official.yaml | 12 +- .../raw/postgres/postgres-11.22-postgis.yaml | 6 +- .../raw/postgres/postgres-12.17-official.yaml | 12 +- .../raw/postgres/postgres-12.18-postgis.yaml | 6 +- .../raw/postgres/postgres-13.13-official.yaml | 12 +- .../raw/postgres/postgres-13.14-postgis.yaml | 6 +- .../postgres/postgres-13.14-timescaledb.yaml | 6 +- .../raw/postgres/postgres-14.10-official.yaml | 12 +- .../raw/postgres/postgres-14.11-postgis.yaml | 6 +- .../postgres/postgres-14.11-timescaledb.yaml | 6 +- .../raw/postgres/postgres-14.13-official.yaml | 12 +- .../raw/postgres/postgres-15.5-official.yaml | 12 +- .../raw/postgres/postgres-15.6-official.yaml | 6 +- .../raw/postgres/postgres-15.6-postgis.yaml | 6 +- .../raw/postgres/postgres-15.8-official.yaml | 12 +- .../raw/postgres/postgres-16.1-official.yaml | 12 +- .../raw/postgres/postgres-16.2-official.yaml | 6 +- .../raw/postgres/postgres-16.2-postgis.yaml | 6 +- .../raw/postgres/postgres-16.4-official.yaml | 12 +- .../kubedb/raw/rabbitmq/rabbitmq-4.0.4.yaml | 12 + .../raw/redis/deprecated-redis-4.0.6.yaml | 6 +- .../raw/redis/deprecated-redis-4.0.yaml | 6 +- .../kubedb/raw/redis/deprecated-redis-4.yaml | 4 +- .../raw/redis/deprecated-redis-5.0.3.yaml | 4 +- .../raw/redis/deprecated-redis-5.0.yaml | 4 +- .../raw/redis/deprecated-redis-6.0.18.yaml | 2 +- .../raw/redis/deprecated-redis-6.0.6.yaml | 2 +- .../raw/redis/deprecated-redis-6.2.11.yaml | 2 +- .../raw/redis/deprecated-redis-6.2.5.yaml | 2 +- .../raw/redis/deprecated-redis-6.2.7.yaml | 2 +- .../raw/redis/deprecated-redis-6.2.8.yaml | 2 +- .../raw/redis/deprecated-redis-7.0.10.yaml | 2 +- .../raw/redis/deprecated-redis-7.0.4.yaml | 2 +- .../raw/redis/deprecated-redis-7.0.5.yaml | 2 +- .../raw/redis/deprecated-redis-7.0.6.yaml | 2 +- .../raw/redis/deprecated-redis-7.0.9.yaml | 2 +- .../raw/redis/deprecated-redis-7.2.0.yaml | 2 +- .../kubedb/raw/redis/redis-4.0.11.yaml | 2 +- .../kubedb/raw/redis/redis-5.0.14.yaml | 2 +- .../kubedb/raw/redis/redis-6.0.20.yaml | 2 +- .../kubedb/raw/redis/redis-6.2.14.yaml | 2 +- .../kubedb/raw/redis/redis-6.2.16.yaml | 27 + .../kubedb/raw/redis/redis-7.0.14.yaml | 4 +- .../kubedb/raw/redis/redis-7.0.15.yaml | 4 +- .../catalog/kubedb/raw/redis/redis-7.2.3.yaml | 4 +- .../catalog/kubedb/raw/redis/redis-7.2.4.yaml | 4 +- .../catalog/kubedb/raw/redis/redis-7.2.6.yaml | 27 + .../catalog/kubedb/raw/redis/redis-7.4.0.yaml | 5 +- .../catalog/kubedb/raw/redis/redis-7.4.1.yaml | 24 + .../raw/singlestore/singlestore-8.1.32.yaml | 4 +- .../raw/singlestore/singlestore-8.5.30.yaml | 4 +- .../raw/singlestore/singlestore-8.5.7.yaml | 4 +- .../raw/singlestore/singlestore-8.7.10.yaml | 4 +- .../raw/singlestore/singlestore-8.7.21.yaml | 20 + .../raw/singlestore/singlestore-8.9.3.yaml | 20 + ....11.2.yaml => deprecated-solr-8.11.2.yaml} | 3 +- .../catalog/kubedb/raw/solr/solr-8.11.4.yaml | 15 + .../catalog/kubedb/raw/solr/solr-9.6.1.yaml | 2 +- .../catalog/kubedb/raw/solr/solr-9.7.0.yaml | 15 + .../catalog/kubedb/restore_tasks.json | 13 + vendor/modules.txt | 20 +- .../installer/catalog/README.md | 56 + .../installer/catalog/catalog.json | 93 +- .../installer/catalog/copy-images.sh | 102 +- .../installer/catalog/export-images.sh | 102 +- .../installer/catalog/imagelist.yaml | 102 +- .../installer/catalog/import-images.sh | 102 +- .../installer/catalog/import-into-k3s.sh | 79 ++ 296 files changed, 4833 insertions(+), 1337 deletions(-) create mode 100644 vendor/golang.org/x/sys/unix/vgetrandom_linux.go create mode 100644 vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go create mode 100644 vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/resourceoutlinefilter_types.go create mode 100644 vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_helpers.go create mode 100644 vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_types.go create mode 100644 vendor/kmodules.xyz/resource-metadata/crds/meta.k8s.appscode.com_resourceoutlinefilters.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/crds/ui.k8s.appscode.com_resourceoutlinefilters.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/meta.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml create mode 100644 vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/ui.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/druid/druid-31.0.0.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.19-opensearch.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.17.1-opensearch.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.18.0-opensearch.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.25-elasticstack.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.4-elasticstack.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.16.0-elasticstack.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/ferretdb/ferretdb-1.24.0.yaml rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/{kafka-3.3.2.yaml => deprecated-kafka-3.3.2.yaml} (96%) rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/{kafka-3.4.1.yaml => deprecated-kafka-3.4.1.yaml} (96%) rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/{kafka-3.5.1.yaml => deprecated-kafka-3.5.1.yaml} (96%) rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/{kafka-3.6.0.yaml => deprecated-kafka-3.6.0.yaml} (96%) create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.7.2.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.8.1.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.9.0.yaml rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/{kafkaconnector-1.11.0-mongodb.yaml => deprecated-kafkaconnector-1.11.0-mongodb.yaml} (93%) rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/{kafkaconnector-2.4.2-mysql.yaml => deprecated-kafkaconnector-2.4.2-mysql.yaml} (93%) rename vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/{kafkaconnector-2.4.2-postgres.yaml => deprecated-kafkaconnector-2.4.2-postgres.yaml} (93%) create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.13.1-mongodb.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.14.1-mongodb.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-jdbc.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-mysql.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-postgres.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-jdbc.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-mysql.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-postgres.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.6.2.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.33.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.4-official.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.3-official.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.0.1-official.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/rabbitmq/rabbitmq-4.0.4.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.16.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.6.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.1.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.21.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.9.3.yaml rename vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/{solr-8.11.2.yaml => deprecated-solr-8.11.2.yaml} (86%) create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.4.yaml create mode 100644 vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.7.0.yaml create mode 100644 vendor/stash.appscode.dev/installer/catalog/README.md create mode 100644 vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh diff --git a/go.mod b/go.mod index 0950e6a7d..75190ee41 100644 --- a/go.mod +++ b/go.mod @@ -15,13 +15,13 @@ require ( k8s.io/component-base v0.30.2 k8s.io/klog/v2 v2.130.1 k8s.io/kubectl v0.29.2 - kmodules.xyz/client-go v0.30.40 - kmodules.xyz/resource-metadata v0.23.1-0.20241211072838-2c167223c93e + kmodules.xyz/client-go v0.30.42 + kmodules.xyz/resource-metadata v0.23.2-0.20241218133649-44f2be7cd065 kmodules.xyz/resource-validator v0.29.1 - kubedb.dev/installer v0.17.2-0.20241211095920-519d3e3cd3b1 + kubedb.dev/installer v0.17.2-0.20241220113755-eccf976226d4 kubevault.dev/installer v0.4.0-beta.0.0.20241208172051-bcf43d566ec0 sigs.k8s.io/controller-runtime v0.18.4 - stash.appscode.dev/installer v0.12.2-0.20241022221807-4ad4af690ae5 + stash.appscode.dev/installer v0.12.2-0.20241219171447-03984626ae8c ) require ( @@ -124,14 +124,14 @@ require ( github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect - golang.org/x/crypto v0.27.0 // indirect + golang.org/x/crypto v0.31.0 // indirect golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect golang.org/x/net v0.29.0 // indirect golang.org/x/oauth2 v0.22.0 // indirect - golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.25.0 // indirect - golang.org/x/term v0.24.0 // indirect - golang.org/x/text v0.18.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/term v0.27.0 // indirect + golang.org/x/text v0.21.0 // indirect golang.org/x/time v0.5.0 // indirect gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect gomodules.xyz/flags v0.1.3 // indirect diff --git a/go.sum b/go.sum index 2232df79c..eb6a1e534 100644 --- a/go.sum +++ b/go.sum @@ -591,8 +591,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= -golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A= -golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70= +golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= +golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -654,8 +654,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= -golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= +golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -679,22 +679,22 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220906165534-d0df966e6959/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= -golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= +golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20220526004731-065cf7ba2467/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= -golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM= -golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8= +golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= +golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224= -golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= +golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= +golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk= @@ -811,8 +811,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gotest.tools/v3 v3.5.0 h1:Ljk6PdHdOhAb5aDMWXjDLMMhph+BpztA4v1QdqEW2eY= -gotest.tools/v3 v3.5.0/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU= +gotest.tools/v3 v3.1.0 h1:rVV8Tcg/8jHUkPUorwjaMTtemIMVXfIPKiOqnhEhakk= +gotest.tools/v3 v3.1.0/go.mod h1:fHy7eyTmJFO5bQbUsEGQ1v4m2J3Jz9eWL54TP2/ZuYQ= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= @@ -843,20 +843,20 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= kmodules.xyz/apiversion v0.2.0 h1:vAQYqZFm4xu4pbB1cAdHbFEPES6EQkcR4wc06xdTOWk= kmodules.xyz/apiversion v0.2.0/go.mod h1:oPX8g8LvlPdPX3Yc5YvCzJHQnw3YF/X4/jdW0b1am80= -kmodules.xyz/client-go v0.30.40 h1:X9Ic8D19D5Gy4C5UvQWSU/kyIObULFHG0B2HHx8ZW+E= -kmodules.xyz/client-go v0.30.40/go.mod h1:CAu+JlA8RVGtj6LQHu0Q1w2mnFUajuti49c7T1AvGdM= +kmodules.xyz/client-go v0.30.42 h1:79x66I8betRJtmFzKS46ujXzXVKAxpXNsm32ayNxTEA= +kmodules.xyz/client-go v0.30.42/go.mod h1:ZOxyEdoSZByjZLkzSM3Q8p1zXMayflK7jQQnWMG2Yj8= kmodules.xyz/go-containerregistry v0.0.12 h1:Tl32QGmSqRVm9PUEb/f3dgDeu9zW5fVzt3qmAFIE37I= kmodules.xyz/go-containerregistry v0.0.12/go.mod h1:KgeNg0hDsgeda+qc0NzWk0iVRdF0+ZIg/oRzGoYh78I= kmodules.xyz/offshoot-api v0.30.1 h1:TrulAYO+oBsXe9sZZGTmNWIuI8qD2izMpgcTSPvgAmI= kmodules.xyz/offshoot-api v0.30.1/go.mod h1:T3mpjR6fui0QzOcmQvIuANytW48fe9ytmy/1cgx6D4g= -kmodules.xyz/resource-metadata v0.23.1-0.20241211072838-2c167223c93e h1:WPdeqiYbIs7pXYzuKGIp0MF6psiIISjfMA74T4j9500= -kmodules.xyz/resource-metadata v0.23.1-0.20241211072838-2c167223c93e/go.mod h1:fnT2UJke3zXWJy8Vz+SnB8RKnilB6szX0v5nudD+oPg= +kmodules.xyz/resource-metadata v0.23.2-0.20241218133649-44f2be7cd065 h1:DXIEJCU/S9ra0MmjChsJPZ2dPkiSYngxLNQpbAlb5cY= +kmodules.xyz/resource-metadata v0.23.2-0.20241218133649-44f2be7cd065/go.mod h1:k7oxVO2BbgXOXfPrf6v8uAki52MLQ01mo4g0PcEyebM= kmodules.xyz/resource-metrics v0.30.5 h1:ZhpGeR9DCz1HTrKUg/mWhr95wlFzCPRdgVAqwaggy1o= kmodules.xyz/resource-metrics v0.30.5/go.mod h1:w9+rz7/s/kGP1GWzYSuRdCn+l7EwpesmESSEHkLBnIQ= kmodules.xyz/resource-validator v0.29.1 h1:URCzZ/SPtMcHmeS2iXF3bJ/Z1lzD6eldO2xZ7xoP2xU= kmodules.xyz/resource-validator v0.29.1/go.mod h1:g5Xysfd0tf8mJd1TJy3r1msbA95i1PC2tUAWlMzfiVE= -kubedb.dev/installer v0.17.2-0.20241211095920-519d3e3cd3b1 h1:6uUuh3aKKEQbiUFxDiQwv2qADIbS04sswc01kAl0S90= -kubedb.dev/installer v0.17.2-0.20241211095920-519d3e3cd3b1/go.mod h1:w5R+1looyFzwabjV1zZ6rEuEKa0kbt9s+R+ATTlEeaw= +kubedb.dev/installer v0.17.2-0.20241220113755-eccf976226d4 h1:xF76aU3QW01uRkO9lKXGh3NwakzU24l9fmcggIJblB0= +kubedb.dev/installer v0.17.2-0.20241220113755-eccf976226d4/go.mod h1:d8pDy36Cl4usn0d8yxZHngaIpDdsmpkMgvYNb/rqdQc= kubevault.dev/installer v0.4.0-beta.0.0.20241208172051-bcf43d566ec0 h1:UJ5eOioxKN0pBxzfbMLO+6rzvsH6uvej2+Eb1nrLtvo= kubevault.dev/installer v0.4.0-beta.0.0.20241208172051-bcf43d566ec0/go.mod h1:dbBkrX7YfbS1jP+U2AP8R+4TJNIs6RITOGwX+c2nSvk= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= @@ -874,7 +874,7 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+s sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08= sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= -stash.appscode.dev/installer v0.12.2-0.20241022221807-4ad4af690ae5 h1:m6MDbfkHvacfSNCu65GMl1mODWKNf3mAwwAH6W5QQ5A= -stash.appscode.dev/installer v0.12.2-0.20241022221807-4ad4af690ae5/go.mod h1:cK9UnEc2iAw9e+ke6TB4PfnBYQwVNqhizRo/uSp53bc= +stash.appscode.dev/installer v0.12.2-0.20241219171447-03984626ae8c h1:qjS7rpBsBL/Wrz5ZBskXN/NL2iF+wCCwMLC3BRM+EIo= +stash.appscode.dev/installer v0.12.2-0.20241219171447-03984626ae8c/go.mod h1:3gzAZynRlqcokmCC9r14MobgrrpAhuEbLyOLzGnmXp4= x-helm.dev/apimachinery v0.0.16 h1:Eb160xcdH9fMVHak5QSWYWxoaReytch+A7kk25QWjx0= x-helm.dev/apimachinery v0.0.16/go.mod h1:05brgFw5oWOX7OTXT090SQojqXjbttqWfqoJo+ejBU4= diff --git a/vendor/golang.org/x/sys/unix/README.md b/vendor/golang.org/x/sys/unix/README.md index 7d3c060e1..6e08a76a7 100644 --- a/vendor/golang.org/x/sys/unix/README.md +++ b/vendor/golang.org/x/sys/unix/README.md @@ -156,7 +156,7 @@ from the generated architecture-specific files listed below, and merge these into a common file for each OS. The merge is performed in the following steps: -1. Construct the set of common code that is idential in all architecture-specific files. +1. Construct the set of common code that is identical in all architecture-specific files. 2. Write this common code to the merged file. 3. Remove the common code from all architecture-specific files. diff --git a/vendor/golang.org/x/sys/unix/ioctl_linux.go b/vendor/golang.org/x/sys/unix/ioctl_linux.go index dbe680eab..7ca4fa12a 100644 --- a/vendor/golang.org/x/sys/unix/ioctl_linux.go +++ b/vendor/golang.org/x/sys/unix/ioctl_linux.go @@ -58,6 +58,102 @@ func IoctlGetEthtoolDrvinfo(fd int, ifname string) (*EthtoolDrvinfo, error) { return &value, err } +// IoctlGetEthtoolTsInfo fetches ethtool timestamping and PHC +// association for the network device specified by ifname. +func IoctlGetEthtoolTsInfo(fd int, ifname string) (*EthtoolTsInfo, error) { + ifr, err := NewIfreq(ifname) + if err != nil { + return nil, err + } + + value := EthtoolTsInfo{Cmd: ETHTOOL_GET_TS_INFO} + ifrd := ifr.withData(unsafe.Pointer(&value)) + + err = ioctlIfreqData(fd, SIOCETHTOOL, &ifrd) + return &value, err +} + +// IoctlGetHwTstamp retrieves the hardware timestamping configuration +// for the network device specified by ifname. +func IoctlGetHwTstamp(fd int, ifname string) (*HwTstampConfig, error) { + ifr, err := NewIfreq(ifname) + if err != nil { + return nil, err + } + + value := HwTstampConfig{} + ifrd := ifr.withData(unsafe.Pointer(&value)) + + err = ioctlIfreqData(fd, SIOCGHWTSTAMP, &ifrd) + return &value, err +} + +// IoctlSetHwTstamp updates the hardware timestamping configuration for +// the network device specified by ifname. +func IoctlSetHwTstamp(fd int, ifname string, cfg *HwTstampConfig) error { + ifr, err := NewIfreq(ifname) + if err != nil { + return err + } + ifrd := ifr.withData(unsafe.Pointer(cfg)) + return ioctlIfreqData(fd, SIOCSHWTSTAMP, &ifrd) +} + +// FdToClockID derives the clock ID from the file descriptor number +// - see clock_gettime(3), FD_TO_CLOCKID macros. The resulting ID is +// suitable for system calls like ClockGettime. +func FdToClockID(fd int) int32 { return int32((int(^fd) << 3) | 3) } + +// IoctlPtpClockGetcaps returns the description of a given PTP device. +func IoctlPtpClockGetcaps(fd int) (*PtpClockCaps, error) { + var value PtpClockCaps + err := ioctlPtr(fd, PTP_CLOCK_GETCAPS2, unsafe.Pointer(&value)) + return &value, err +} + +// IoctlPtpSysOffsetPrecise returns a description of the clock +// offset compared to the system clock. +func IoctlPtpSysOffsetPrecise(fd int) (*PtpSysOffsetPrecise, error) { + var value PtpSysOffsetPrecise + err := ioctlPtr(fd, PTP_SYS_OFFSET_PRECISE2, unsafe.Pointer(&value)) + return &value, err +} + +// IoctlPtpSysOffsetExtended returns an extended description of the +// clock offset compared to the system clock. The samples parameter +// specifies the desired number of measurements. +func IoctlPtpSysOffsetExtended(fd int, samples uint) (*PtpSysOffsetExtended, error) { + value := PtpSysOffsetExtended{Samples: uint32(samples)} + err := ioctlPtr(fd, PTP_SYS_OFFSET_EXTENDED2, unsafe.Pointer(&value)) + return &value, err +} + +// IoctlPtpPinGetfunc returns the configuration of the specified +// I/O pin on given PTP device. +func IoctlPtpPinGetfunc(fd int, index uint) (*PtpPinDesc, error) { + value := PtpPinDesc{Index: uint32(index)} + err := ioctlPtr(fd, PTP_PIN_GETFUNC2, unsafe.Pointer(&value)) + return &value, err +} + +// IoctlPtpPinSetfunc updates configuration of the specified PTP +// I/O pin. +func IoctlPtpPinSetfunc(fd int, pd *PtpPinDesc) error { + return ioctlPtr(fd, PTP_PIN_SETFUNC2, unsafe.Pointer(pd)) +} + +// IoctlPtpPeroutRequest configures the periodic output mode of the +// PTP I/O pins. +func IoctlPtpPeroutRequest(fd int, r *PtpPeroutRequest) error { + return ioctlPtr(fd, PTP_PEROUT_REQUEST2, unsafe.Pointer(r)) +} + +// IoctlPtpExttsRequest configures the external timestamping mode +// of the PTP I/O pins. +func IoctlPtpExttsRequest(fd int, r *PtpExttsRequest) error { + return ioctlPtr(fd, PTP_EXTTS_REQUEST2, unsafe.Pointer(r)) +} + // IoctlGetWatchdogInfo fetches information about a watchdog device from the // Linux watchdog API. For more information, see: // https://www.kernel.org/doc/html/latest/watchdog/watchdog-api.html. diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index e14b766a3..6ab02b6c3 100644 --- a/vendor/golang.org/x/sys/unix/mkerrors.sh +++ b/vendor/golang.org/x/sys/unix/mkerrors.sh @@ -158,6 +158,16 @@ includes_Linux=' #endif #define _GNU_SOURCE +// See the description in unix/linux/types.go +#if defined(__ARM_EABI__) || \ + (defined(__mips__) && (_MIPS_SIM == _ABIO32)) || \ + (defined(__powerpc__) && (!defined(__powerpc64__))) +# ifdef _TIME_BITS +# undef _TIME_BITS +# endif +# define _TIME_BITS 32 +#endif + // is broken on powerpc64, as it fails to include definitions of // these structures. We just include them copied from . #if defined(__powerpc__) @@ -256,6 +266,7 @@ struct ltchars { #include #include #include +#include #include #include #include @@ -527,6 +538,7 @@ ccflags="$@" $2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|MCAST|EVFILT|NOTE|SHUT|PROT|MAP|MREMAP|MFD|T?PACKET|MSG|SCM|MCL|DT|MADV|PR|LOCAL|TCPOPT|UDP)_/ || $2 ~ /^NFC_(GENL|PROTO|COMM|RF|SE|DIRECTION|LLCP|SOCKPROTO)_/ || $2 ~ /^NFC_.*_(MAX)?SIZE$/ || + $2 ~ /^PTP_/ || $2 ~ /^RAW_PAYLOAD_/ || $2 ~ /^[US]F_/ || $2 ~ /^TP_STATUS_/ || @@ -656,7 +668,7 @@ errors=$( signals=$( echo '#include ' | $CC -x c - -E -dM $ccflags | awk '$1=="#define" && $2 ~ /^SIG[A-Z0-9]+$/ { print $2 }' | - grep -v 'SIGSTKSIZE\|SIGSTKSZ\|SIGRT\|SIGMAX64' | + grep -E -v '(SIGSTKSIZE|SIGSTKSZ|SIGRT|SIGMAX64)' | sort ) @@ -666,7 +678,7 @@ echo '#include ' | $CC -x c - -E -dM $ccflags | sort >_error.grep echo '#include ' | $CC -x c - -E -dM $ccflags | awk '$1=="#define" && $2 ~ /^SIG[A-Z0-9]+$/ { print "^\t" $2 "[ \t]*=" }' | - grep -v 'SIGSTKSIZE\|SIGSTKSZ\|SIGRT\|SIGMAX64' | + grep -E -v '(SIGSTKSIZE|SIGSTKSZ|SIGRT|SIGMAX64)' | sort >_signal.grep echo '// mkerrors.sh' "$@" diff --git a/vendor/golang.org/x/sys/unix/syscall_aix.go b/vendor/golang.org/x/sys/unix/syscall_aix.go index 67ce6cef2..6f15ba1ea 100644 --- a/vendor/golang.org/x/sys/unix/syscall_aix.go +++ b/vendor/golang.org/x/sys/unix/syscall_aix.go @@ -360,7 +360,7 @@ func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, var status _C_int var r Pid_t err = ERESTART - // AIX wait4 may return with ERESTART errno, while the processus is still + // AIX wait4 may return with ERESTART errno, while the process is still // active. for err == ERESTART { r, err = wait4(Pid_t(pid), &status, options, rusage) diff --git a/vendor/golang.org/x/sys/unix/syscall_linux.go b/vendor/golang.org/x/sys/unix/syscall_linux.go index 3f1d3d4cb..230a94549 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux.go @@ -1295,6 +1295,48 @@ func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { return &value, err } +// GetsockoptTCPCCVegasInfo returns algorithm specific congestion control information for a socket using the "vegas" +// algorithm. +// +// The socket's congestion control algorighm can be retrieved via [GetsockoptString] with the [TCP_CONGESTION] option: +// +// algo, err := unix.GetsockoptString(fd, unix.IPPROTO_TCP, unix.TCP_CONGESTION) +func GetsockoptTCPCCVegasInfo(fd, level, opt int) (*TCPVegasInfo, error) { + var value [SizeofTCPCCInfo / 4]uint32 // ensure proper alignment + vallen := _Socklen(SizeofTCPCCInfo) + err := getsockopt(fd, level, opt, unsafe.Pointer(&value[0]), &vallen) + out := (*TCPVegasInfo)(unsafe.Pointer(&value[0])) + return out, err +} + +// GetsockoptTCPCCDCTCPInfo returns algorithm specific congestion control information for a socket using the "dctp" +// algorithm. +// +// The socket's congestion control algorighm can be retrieved via [GetsockoptString] with the [TCP_CONGESTION] option: +// +// algo, err := unix.GetsockoptString(fd, unix.IPPROTO_TCP, unix.TCP_CONGESTION) +func GetsockoptTCPCCDCTCPInfo(fd, level, opt int) (*TCPDCTCPInfo, error) { + var value [SizeofTCPCCInfo / 4]uint32 // ensure proper alignment + vallen := _Socklen(SizeofTCPCCInfo) + err := getsockopt(fd, level, opt, unsafe.Pointer(&value[0]), &vallen) + out := (*TCPDCTCPInfo)(unsafe.Pointer(&value[0])) + return out, err +} + +// GetsockoptTCPCCBBRInfo returns algorithm specific congestion control information for a socket using the "bbr" +// algorithm. +// +// The socket's congestion control algorighm can be retrieved via [GetsockoptString] with the [TCP_CONGESTION] option: +// +// algo, err := unix.GetsockoptString(fd, unix.IPPROTO_TCP, unix.TCP_CONGESTION) +func GetsockoptTCPCCBBRInfo(fd, level, opt int) (*TCPBBRInfo, error) { + var value [SizeofTCPCCInfo / 4]uint32 // ensure proper alignment + vallen := _Socklen(SizeofTCPCCInfo) + err := getsockopt(fd, level, opt, unsafe.Pointer(&value[0]), &vallen) + out := (*TCPBBRInfo)(unsafe.Pointer(&value[0])) + return out, err +} + // GetsockoptString returns the string value of the socket option opt for the // socket associated with fd at the given socket level. func GetsockoptString(fd, level, opt int) (string, error) { @@ -1818,6 +1860,7 @@ func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err e //sys ClockAdjtime(clockid int32, buf *Timex) (state int, err error) //sys ClockGetres(clockid int32, res *Timespec) (err error) //sys ClockGettime(clockid int32, time *Timespec) (err error) +//sys ClockSettime(clockid int32, time *Timespec) (err error) //sys ClockNanosleep(clockid int32, flags int, request *Timespec, remain *Timespec) (err error) //sys Close(fd int) (err error) //sys CloseRange(first uint, last uint, flags uint) (err error) @@ -1959,7 +2002,26 @@ func Getpgrp() (pid int) { //sysnb Getpid() (pid int) //sysnb Getppid() (ppid int) //sys Getpriority(which int, who int) (prio int, err error) -//sys Getrandom(buf []byte, flags int) (n int, err error) + +func Getrandom(buf []byte, flags int) (n int, err error) { + vdsoRet, supported := vgetrandom(buf, uint32(flags)) + if supported { + if vdsoRet < 0 { + return 0, errnoErr(syscall.Errno(-vdsoRet)) + } + return vdsoRet, nil + } + var p *byte + if len(buf) > 0 { + p = &buf[0] + } + r, _, e := Syscall(SYS_GETRANDOM, uintptr(unsafe.Pointer(p)), uintptr(len(buf)), uintptr(flags)) + if e != 0 { + return 0, errnoErr(e) + } + return int(r), nil +} + //sysnb Getrusage(who int, rusage *Rusage) (err error) //sysnb Getsid(pid int) (sid int, err error) //sysnb Gettid() (tid int) diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go b/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go index cf2ee6c75..745e5c7e6 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go @@ -182,3 +182,5 @@ func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int) error } return kexecFileLoad(kernelFd, initrdFd, cmdlineLen, cmdline, flags) } + +const SYS_FSTATAT = SYS_NEWFSTATAT diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go b/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go index 3d0e98451..dd2262a40 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go @@ -214,3 +214,5 @@ func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int) error } return kexecFileLoad(kernelFd, initrdFd, cmdlineLen, cmdline, flags) } + +const SYS_FSTATAT = SYS_NEWFSTATAT diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go b/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go index 6f5a28894..8cf3670bd 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go @@ -187,3 +187,5 @@ func RISCVHWProbe(pairs []RISCVHWProbePairs, set *CPUSet, flags uint) (err error } return riscvHWProbe(pairs, setSize, set, flags) } + +const SYS_FSTATAT = SYS_NEWFSTATAT diff --git a/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go b/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go index 312ae6ac1..7bf5c04bb 100644 --- a/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go +++ b/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go @@ -768,6 +768,15 @@ func Munmap(b []byte) (err error) { return mapper.Munmap(b) } +func MmapPtr(fd int, offset int64, addr unsafe.Pointer, length uintptr, prot int, flags int) (ret unsafe.Pointer, err error) { + xaddr, err := mapper.mmap(uintptr(addr), length, prot, flags, fd, offset) + return unsafe.Pointer(xaddr), err +} + +func MunmapPtr(addr unsafe.Pointer, length uintptr) (err error) { + return mapper.munmap(uintptr(addr), length) +} + //sys Gethostname(buf []byte) (err error) = SYS___GETHOSTNAME_A //sysnb Getgid() (gid int) //sysnb Getpid() (pid int) @@ -816,10 +825,10 @@ func Lstat(path string, stat *Stat_t) (err error) { // for checking symlinks begins with $VERSION/ $SYSNAME/ $SYSSYMR/ $SYSSYMA/ func isSpecialPath(path []byte) (v bool) { var special = [4][8]byte{ - [8]byte{'V', 'E', 'R', 'S', 'I', 'O', 'N', '/'}, - [8]byte{'S', 'Y', 'S', 'N', 'A', 'M', 'E', '/'}, - [8]byte{'S', 'Y', 'S', 'S', 'Y', 'M', 'R', '/'}, - [8]byte{'S', 'Y', 'S', 'S', 'Y', 'M', 'A', '/'}} + {'V', 'E', 'R', 'S', 'I', 'O', 'N', '/'}, + {'S', 'Y', 'S', 'N', 'A', 'M', 'E', '/'}, + {'S', 'Y', 'S', 'S', 'Y', 'M', 'R', '/'}, + {'S', 'Y', 'S', 'S', 'Y', 'M', 'A', '/'}} var i, j int for i = 0; i < len(special); i++ { @@ -3115,3 +3124,90 @@ func legacy_Mkfifoat(dirfd int, path string, mode uint32) (err error) { //sys Posix_openpt(oflag int) (fd int, err error) = SYS_POSIX_OPENPT //sys Grantpt(fildes int) (rc int, err error) = SYS_GRANTPT //sys Unlockpt(fildes int) (rc int, err error) = SYS_UNLOCKPT + +func fcntlAsIs(fd uintptr, cmd int, arg uintptr) (val int, err error) { + runtime.EnterSyscall() + r0, e2, e1 := CallLeFuncWithErr(GetZosLibVec()+SYS_FCNTL<<4, uintptr(fd), uintptr(cmd), arg) + runtime.ExitSyscall() + val = int(r0) + if int64(r0) == -1 { + err = errnoErr2(e1, e2) + } + return +} + +func Fcntl(fd uintptr, cmd int, op interface{}) (ret int, err error) { + switch op.(type) { + case *Flock_t: + err = FcntlFlock(fd, cmd, op.(*Flock_t)) + if err != nil { + ret = -1 + } + return + case int: + return FcntlInt(fd, cmd, op.(int)) + case *F_cnvrt: + return fcntlAsIs(fd, cmd, uintptr(unsafe.Pointer(op.(*F_cnvrt)))) + case unsafe.Pointer: + return fcntlAsIs(fd, cmd, uintptr(op.(unsafe.Pointer))) + default: + return -1, EINVAL + } + return +} + +func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { + if raceenabled { + raceReleaseMerge(unsafe.Pointer(&ioSync)) + } + return sendfile(outfd, infd, offset, count) +} + +func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) { + // TODO: use LE call instead if the call is implemented + originalOffset, err := Seek(infd, 0, SEEK_CUR) + if err != nil { + return -1, err + } + //start reading data from in_fd + if offset != nil { + _, err := Seek(infd, *offset, SEEK_SET) + if err != nil { + return -1, err + } + } + + buf := make([]byte, count) + readBuf := make([]byte, 0) + var n int = 0 + for i := 0; i < count; i += n { + n, err := Read(infd, buf) + if n == 0 { + if err != nil { + return -1, err + } else { // EOF + break + } + } + readBuf = append(readBuf, buf...) + buf = buf[0:0] + } + + n2, err := Write(outfd, readBuf) + if err != nil { + return -1, err + } + + //When sendfile() returns, this variable will be set to the + // offset of the byte following the last byte that was read. + if offset != nil { + *offset = *offset + int64(n) + // If offset is not NULL, then sendfile() does not modify the file + // offset of in_fd + _, err := Seek(infd, originalOffset, SEEK_SET) + if err != nil { + return -1, err + } + } + return n2, nil +} diff --git a/vendor/golang.org/x/sys/unix/vgetrandom_linux.go b/vendor/golang.org/x/sys/unix/vgetrandom_linux.go new file mode 100644 index 000000000..07ac8e09d --- /dev/null +++ b/vendor/golang.org/x/sys/unix/vgetrandom_linux.go @@ -0,0 +1,13 @@ +// Copyright 2024 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +//go:build linux && go1.24 + +package unix + +import _ "unsafe" + +//go:linkname vgetrandom runtime.vgetrandom +//go:noescape +func vgetrandom(p []byte, flags uint32) (ret int, supported bool) diff --git a/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go b/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go new file mode 100644 index 000000000..297e97bce --- /dev/null +++ b/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go @@ -0,0 +1,11 @@ +// Copyright 2024 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +//go:build !linux || !go1.24 + +package unix + +func vgetrandom(p []byte, flags uint32) (ret int, supported bool) { + return -1, false +} diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux.go b/vendor/golang.org/x/sys/unix/zerrors_linux.go index 01a70b246..6ebc48b3f 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux.go @@ -321,6 +321,9 @@ const ( AUDIT_INTEGRITY_STATUS = 0x70a AUDIT_IPC = 0x517 AUDIT_IPC_SET_PERM = 0x51f + AUDIT_IPE_ACCESS = 0x58c + AUDIT_IPE_CONFIG_CHANGE = 0x58d + AUDIT_IPE_POLICY_LOAD = 0x58e AUDIT_KERNEL = 0x7d0 AUDIT_KERNEL_OTHER = 0x524 AUDIT_KERN_MODULE = 0x532 @@ -489,12 +492,14 @@ const ( BPF_F_ID = 0x20 BPF_F_NETFILTER_IP_DEFRAG = 0x1 BPF_F_QUERY_EFFECTIVE = 0x1 + BPF_F_REDIRECT_FLAGS = 0x19 BPF_F_REPLACE = 0x4 BPF_F_SLEEPABLE = 0x10 BPF_F_STRICT_ALIGNMENT = 0x1 BPF_F_TEST_REG_INVARIANTS = 0x80 BPF_F_TEST_RND_HI32 = 0x4 BPF_F_TEST_RUN_ON_CPU = 0x1 + BPF_F_TEST_SKB_CHECKSUM_COMPLETE = 0x4 BPF_F_TEST_STATE_FREQ = 0x8 BPF_F_TEST_XDP_LIVE_FRAMES = 0x2 BPF_F_XDP_DEV_BOUND_ONLY = 0x40 @@ -1165,6 +1170,7 @@ const ( EXTA = 0xe EXTB = 0xf F2FS_SUPER_MAGIC = 0xf2f52010 + FALLOC_FL_ALLOCATE_RANGE = 0x0 FALLOC_FL_COLLAPSE_RANGE = 0x8 FALLOC_FL_INSERT_RANGE = 0x20 FALLOC_FL_KEEP_SIZE = 0x1 @@ -1798,6 +1804,8 @@ const ( LANDLOCK_ACCESS_NET_BIND_TCP = 0x1 LANDLOCK_ACCESS_NET_CONNECT_TCP = 0x2 LANDLOCK_CREATE_RULESET_VERSION = 0x1 + LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET = 0x1 + LANDLOCK_SCOPE_SIGNAL = 0x2 LINUX_REBOOT_CMD_CAD_OFF = 0x0 LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef LINUX_REBOOT_CMD_HALT = 0xcdef0123 @@ -1922,6 +1930,8 @@ const ( MNT_EXPIRE = 0x4 MNT_FORCE = 0x1 MNT_ID_REQ_SIZE_VER0 = 0x18 + MNT_ID_REQ_SIZE_VER1 = 0x20 + MNT_NS_INFO_SIZE_VER0 = 0x10 MODULE_INIT_COMPRESSED_FILE = 0x4 MODULE_INIT_IGNORE_MODVERSIONS = 0x1 MODULE_INIT_IGNORE_VERMAGIC = 0x2 @@ -2187,7 +2197,7 @@ const ( NFT_REG_SIZE = 0x10 NFT_REJECT_ICMPX_MAX = 0x3 NFT_RT_MAX = 0x4 - NFT_SECMARK_CTX_MAXLEN = 0x100 + NFT_SECMARK_CTX_MAXLEN = 0x1000 NFT_SET_MAXNAMELEN = 0x100 NFT_SOCKET_MAX = 0x3 NFT_TABLE_F_MASK = 0x7 @@ -2356,9 +2366,11 @@ const ( PERF_MEM_LVLNUM_IO = 0xa PERF_MEM_LVLNUM_L1 = 0x1 PERF_MEM_LVLNUM_L2 = 0x2 + PERF_MEM_LVLNUM_L2_MHB = 0x5 PERF_MEM_LVLNUM_L3 = 0x3 PERF_MEM_LVLNUM_L4 = 0x4 PERF_MEM_LVLNUM_LFB = 0xc + PERF_MEM_LVLNUM_MSC = 0x6 PERF_MEM_LVLNUM_NA = 0xf PERF_MEM_LVLNUM_PMEM = 0xe PERF_MEM_LVLNUM_RAM = 0xd @@ -2431,6 +2443,7 @@ const ( PRIO_PGRP = 0x1 PRIO_PROCESS = 0x0 PRIO_USER = 0x2 + PROCFS_IOCTL_MAGIC = 'f' PROC_SUPER_MAGIC = 0x9fa0 PROT_EXEC = 0x4 PROT_GROWSDOWN = 0x1000000 @@ -2620,6 +2633,28 @@ const ( PR_UNALIGN_NOPRINT = 0x1 PR_UNALIGN_SIGBUS = 0x2 PSTOREFS_MAGIC = 0x6165676c + PTP_CLK_MAGIC = '=' + PTP_ENABLE_FEATURE = 0x1 + PTP_EXTTS_EDGES = 0x6 + PTP_EXTTS_EVENT_VALID = 0x1 + PTP_EXTTS_V1_VALID_FLAGS = 0x7 + PTP_EXTTS_VALID_FLAGS = 0x1f + PTP_EXT_OFFSET = 0x10 + PTP_FALLING_EDGE = 0x4 + PTP_MAX_SAMPLES = 0x19 + PTP_PEROUT_DUTY_CYCLE = 0x2 + PTP_PEROUT_ONE_SHOT = 0x1 + PTP_PEROUT_PHASE = 0x4 + PTP_PEROUT_V1_VALID_FLAGS = 0x0 + PTP_PEROUT_VALID_FLAGS = 0x7 + PTP_PIN_GETFUNC = 0xc0603d06 + PTP_PIN_GETFUNC2 = 0xc0603d0f + PTP_RISING_EDGE = 0x2 + PTP_STRICT_FLAGS = 0x8 + PTP_SYS_OFFSET_EXTENDED = 0xc4c03d09 + PTP_SYS_OFFSET_EXTENDED2 = 0xc4c03d12 + PTP_SYS_OFFSET_PRECISE = 0xc0403d08 + PTP_SYS_OFFSET_PRECISE2 = 0xc0403d11 PTRACE_ATTACH = 0x10 PTRACE_CONT = 0x7 PTRACE_DETACH = 0x11 @@ -2933,15 +2968,17 @@ const ( RUSAGE_SELF = 0x0 RUSAGE_THREAD = 0x1 RWF_APPEND = 0x10 + RWF_ATOMIC = 0x40 RWF_DSYNC = 0x2 RWF_HIPRI = 0x1 RWF_NOAPPEND = 0x20 RWF_NOWAIT = 0x8 - RWF_SUPPORTED = 0x3f + RWF_SUPPORTED = 0x7f RWF_SYNC = 0x4 RWF_WRITE_LIFE_NOT_SET = 0x0 SCHED_BATCH = 0x3 SCHED_DEADLINE = 0x6 + SCHED_EXT = 0x7 SCHED_FIFO = 0x1 SCHED_FLAG_ALL = 0x7f SCHED_FLAG_DL_OVERRUN = 0x4 @@ -3210,6 +3247,7 @@ const ( STATX_ATTR_MOUNT_ROOT = 0x2000 STATX_ATTR_NODUMP = 0x40 STATX_ATTR_VERITY = 0x100000 + STATX_ATTR_WRITE_ATOMIC = 0x400000 STATX_BASIC_STATS = 0x7ff STATX_BLOCKS = 0x400 STATX_BTIME = 0x800 @@ -3226,6 +3264,7 @@ const ( STATX_SUBVOL = 0x8000 STATX_TYPE = 0x1 STATX_UID = 0x8 + STATX_WRITE_ATOMIC = 0x10000 STATX__RESERVED = 0x80000000 SYNC_FILE_RANGE_WAIT_AFTER = 0x4 SYNC_FILE_RANGE_WAIT_BEFORE = 0x1 @@ -3624,6 +3663,7 @@ const ( XDP_UMEM_PGOFF_COMPLETION_RING = 0x180000000 XDP_UMEM_PGOFF_FILL_RING = 0x100000000 XDP_UMEM_REG = 0x4 + XDP_UMEM_TX_METADATA_LEN = 0x4 XDP_UMEM_TX_SW_CSUM = 0x2 XDP_UMEM_UNALIGNED_CHUNK_FLAG = 0x1 XDP_USE_NEED_WAKEUP = 0x8 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go index 684a5168d..c0d45e320 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go @@ -109,6 +109,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -153,9 +154,14 @@ const ( NFDBITS = 0x20 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -232,6 +238,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x7434 PPPIOCXFERUNIT = 0x744e PR_SET_PTRACER_ANY = 0xffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_GETFPREGS = 0xe PTRACE_GETFPXREGS = 0x12 PTRACE_GET_THREAD_AREA = 0x19 @@ -278,6 +298,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -316,6 +338,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go index 61d74b592..c731d24f0 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go @@ -109,6 +109,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -153,9 +154,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -232,6 +238,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x7434 PPPIOCXFERUNIT = 0x744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_ARCH_PRCTL = 0x1e PTRACE_GETFPREGS = 0xe PTRACE_GETFPXREGS = 0x12 @@ -279,6 +299,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -317,6 +339,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go index a28c9e3e8..680018a4a 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x20 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x7434 PPPIOCXFERUNIT = 0x744e PR_SET_PTRACER_ANY = 0xffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_GETCRUNCHREGS = 0x19 PTRACE_GETFDPIC = 0x1f PTRACE_GETFDPIC_EXEC = 0x0 @@ -284,6 +304,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -322,6 +344,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go index ab5d1fe8e..a63909f30 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go @@ -112,6 +112,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -154,9 +155,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -200,6 +206,7 @@ const ( PERF_EVENT_IOC_SET_BPF = 0x40042408 PERF_EVENT_IOC_SET_FILTER = 0x40082406 PERF_EVENT_IOC_SET_OUTPUT = 0x2405 + POE_MAGIC = 0x504f4530 PPPIOCATTACH = 0x4004743d PPPIOCATTCHAN = 0x40047438 PPPIOCBRIDGECHAN = 0x40047435 @@ -235,6 +242,20 @@ const ( PROT_BTI = 0x10 PROT_MTE = 0x20 PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_PEEKMTETAGS = 0x21 PTRACE_POKEMTETAGS = 0x22 PTRACE_SYSEMU = 0x1f @@ -275,6 +296,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -313,6 +336,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go index c523090e7..9b0a2573f 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go @@ -109,6 +109,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -154,9 +155,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -233,6 +239,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x7434 PPPIOCXFERUNIT = 0x744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_SYSEMU = 0x1f PTRACE_SYSEMU_SINGLESTEP = 0x20 RLIMIT_AS = 0x9 @@ -271,6 +291,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -309,6 +331,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go index 01e6ea780..958e6e064 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x100 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x20 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x20007434 PPPIOCXFERUNIT = 0x2000744e PR_SET_PTRACER_ANY = 0xffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETFPREGS = 0xe PTRACE_GET_THREAD_AREA = 0x19 PTRACE_GET_THREAD_AREA_3264 = 0xc4 @@ -277,6 +297,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -315,6 +337,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 SO_ERROR = 0x1007 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go index 7aa610b1e..50c7f25bd 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x100 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x20007434 PPPIOCXFERUNIT = 0x2000744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETFPREGS = 0xe PTRACE_GET_THREAD_AREA = 0x19 PTRACE_GET_THREAD_AREA_3264 = 0xc4 @@ -277,6 +297,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -315,6 +337,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 SO_ERROR = 0x1007 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go index 92af771b4..ced21d66d 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x100 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x20007434 PPPIOCXFERUNIT = 0x2000744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETFPREGS = 0xe PTRACE_GET_THREAD_AREA = 0x19 PTRACE_GET_THREAD_AREA_3264 = 0xc4 @@ -277,6 +297,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -315,6 +337,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 SO_ERROR = 0x1007 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go index b27ef5e6f..226c04419 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x100 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x20 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x20007434 PPPIOCXFERUNIT = 0x2000744e PR_SET_PTRACER_ANY = 0xffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETFPREGS = 0xe PTRACE_GET_THREAD_AREA = 0x19 PTRACE_GET_THREAD_AREA_3264 = 0xc4 @@ -277,6 +297,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -315,6 +337,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 SO_ERROR = 0x1007 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go index 237a2cefb..3122737cd 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x4000 ICANON = 0x100 IEXTEN = 0x400 @@ -152,9 +153,14 @@ const ( NL3 = 0x300 NLDLY = 0x300 NOFLSH = 0x80000000 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x4 ONLCR = 0x2 @@ -232,6 +238,20 @@ const ( PPPIOCXFERUNIT = 0x2000744e PROT_SAO = 0x10 PR_SET_PTRACER_ANY = 0xffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETEVRREGS = 0x14 PTRACE_GETFPREGS = 0xe PTRACE_GETREGS64 = 0x16 @@ -332,6 +352,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -370,6 +392,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go index 4a5c555a3..eb5d3467e 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x4000 ICANON = 0x100 IEXTEN = 0x400 @@ -152,9 +153,14 @@ const ( NL3 = 0x300 NLDLY = 0x300 NOFLSH = 0x80000000 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x4 ONLCR = 0x2 @@ -232,6 +238,20 @@ const ( PPPIOCXFERUNIT = 0x2000744e PROT_SAO = 0x10 PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETEVRREGS = 0x14 PTRACE_GETFPREGS = 0xe PTRACE_GETREGS64 = 0x16 @@ -336,6 +356,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -374,6 +396,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go index a02fb49a5..e921ebc60 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x4000 ICANON = 0x100 IEXTEN = 0x400 @@ -152,9 +153,14 @@ const ( NL3 = 0x300 NLDLY = 0x300 NOFLSH = 0x80000000 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x4 ONLCR = 0x2 @@ -232,6 +238,20 @@ const ( PPPIOCXFERUNIT = 0x2000744e PROT_SAO = 0x10 PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETEVRREGS = 0x14 PTRACE_GETFPREGS = 0xe PTRACE_GETREGS64 = 0x16 @@ -336,6 +356,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -374,6 +396,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go index e26a7c61b..38ba81c55 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x7434 PPPIOCXFERUNIT = 0x744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_GETFDPIC = 0x21 PTRACE_GETFDPIC_EXEC = 0x0 PTRACE_GETFDPIC_INTERP = 0x1 @@ -268,6 +288,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -306,6 +328,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go index c48f7c210..71f040097 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go @@ -108,6 +108,7 @@ const ( HIDIOCGRAWINFO = 0x80084803 HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 + HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -150,9 +151,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x8008b705 NS_GET_NSTYPE = 0xb703 NS_GET_OWNER_UID = 0xb704 NS_GET_PARENT = 0xb702 + NS_GET_PID_FROM_PIDNS = 0x8004b706 + NS_GET_PID_IN_PIDNS = 0x8004b708 + NS_GET_TGID_FROM_PIDNS = 0x8004b707 + NS_GET_TGID_IN_PIDNS = 0x8004b709 NS_GET_USERNS = 0xb701 OLCUC = 0x2 ONLCR = 0x4 @@ -229,6 +235,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x7434 PPPIOCXFERUNIT = 0x744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x80503d01 + PTP_CLOCK_GETCAPS2 = 0x80503d0a + PTP_ENABLE_PPS = 0x40043d04 + PTP_ENABLE_PPS2 = 0x40043d0d + PTP_EXTTS_REQUEST = 0x40103d02 + PTP_EXTTS_REQUEST2 = 0x40103d0b + PTP_MASK_CLEAR_ALL = 0x3d13 + PTP_MASK_EN_SINGLE = 0x40043d14 + PTP_PEROUT_REQUEST = 0x40383d03 + PTP_PEROUT_REQUEST2 = 0x40383d0c + PTP_PIN_SETFUNC = 0x40603d07 + PTP_PIN_SETFUNC2 = 0x40603d10 + PTP_SYS_OFFSET = 0x43403d05 + PTP_SYS_OFFSET2 = 0x43403d0e PTRACE_DISABLE_TE = 0x5010 PTRACE_ENABLE_TE = 0x5009 PTRACE_GET_LAST_BREAK = 0x5006 @@ -340,6 +360,8 @@ const ( RTC_WIE_ON = 0x700f RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f + SCM_DEVMEM_DMABUF = 0x4f + SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 SCM_TIMESTAMPING_PKTINFO = 0x3a @@ -378,6 +400,9 @@ const ( SO_CNX_ADVICE = 0x35 SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 + SO_DEVMEM_DMABUF = 0x4f + SO_DEVMEM_DONTNEED = 0x50 + SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 SO_ERROR = 0x4 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go index ad4b9aace..c44a31332 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go @@ -112,6 +112,7 @@ const ( HIDIOCGRAWINFO = 0x40084803 HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 + HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 IEXTEN = 0x8000 @@ -155,9 +156,14 @@ const ( NFDBITS = 0x40 NLDLY = 0x100 NOFLSH = 0x80 + NS_GET_MNTNS_ID = 0x4008b705 NS_GET_NSTYPE = 0x2000b703 NS_GET_OWNER_UID = 0x2000b704 NS_GET_PARENT = 0x2000b702 + NS_GET_PID_FROM_PIDNS = 0x4004b706 + NS_GET_PID_IN_PIDNS = 0x4004b708 + NS_GET_TGID_FROM_PIDNS = 0x4004b707 + NS_GET_TGID_IN_PIDNS = 0x4004b709 NS_GET_USERNS = 0x2000b701 OLCUC = 0x2 ONLCR = 0x4 @@ -234,6 +240,20 @@ const ( PPPIOCUNBRIDGECHAN = 0x20007434 PPPIOCXFERUNIT = 0x2000744e PR_SET_PTRACER_ANY = 0xffffffffffffffff + PTP_CLOCK_GETCAPS = 0x40503d01 + PTP_CLOCK_GETCAPS2 = 0x40503d0a + PTP_ENABLE_PPS = 0x80043d04 + PTP_ENABLE_PPS2 = 0x80043d0d + PTP_EXTTS_REQUEST = 0x80103d02 + PTP_EXTTS_REQUEST2 = 0x80103d0b + PTP_MASK_CLEAR_ALL = 0x20003d13 + PTP_MASK_EN_SINGLE = 0x80043d14 + PTP_PEROUT_REQUEST = 0x80383d03 + PTP_PEROUT_REQUEST2 = 0x80383d0c + PTP_PIN_SETFUNC = 0x80603d07 + PTP_PIN_SETFUNC2 = 0x80603d10 + PTP_SYS_OFFSET = 0x83403d05 + PTP_SYS_OFFSET2 = 0x83403d0e PTRACE_GETFPAREGS = 0x14 PTRACE_GETFPREGS = 0xe PTRACE_GETFPREGS64 = 0x19 @@ -331,6 +351,8 @@ const ( RTC_WIE_ON = 0x2000700f RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f + SCM_DEVMEM_DMABUF = 0x58 + SCM_DEVMEM_LINEAR = 0x57 SCM_TIMESTAMPING = 0x23 SCM_TIMESTAMPING_OPT_STATS = 0x38 SCM_TIMESTAMPING_PKTINFO = 0x3c @@ -417,6 +439,9 @@ const ( SO_CNX_ADVICE = 0x37 SO_COOKIE = 0x3b SO_DETACH_REUSEPORT_BPF = 0x47 + SO_DEVMEM_DMABUF = 0x58 + SO_DEVMEM_DONTNEED = 0x59 + SO_DEVMEM_LINEAR = 0x57 SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 SO_ERROR = 0x1007 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux.go b/vendor/golang.org/x/sys/unix/zsyscall_linux.go index 1bc1a5adb..5cc1e8eb2 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux.go @@ -592,6 +592,16 @@ func ClockGettime(clockid int32, time *Timespec) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func ClockSettime(clockid int32, time *Timespec) (err error) { + _, _, e1 := Syscall(SYS_CLOCK_SETTIME, uintptr(clockid), uintptr(unsafe.Pointer(time)), 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func ClockNanosleep(clockid int32, flags int, request *Timespec, remain *Timespec) (err error) { _, _, e1 := Syscall6(SYS_CLOCK_NANOSLEEP, uintptr(clockid), uintptr(flags), uintptr(unsafe.Pointer(request)), uintptr(unsafe.Pointer(remain)), 0, 0) if e1 != 0 { @@ -971,23 +981,6 @@ func Getpriority(which int, who int) (prio int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Getrandom(buf []byte, flags int) (n int, err error) { - var _p0 unsafe.Pointer - if len(buf) > 0 { - _p0 = unsafe.Pointer(&buf[0]) - } else { - _p0 = unsafe.Pointer(&_zero) - } - r0, _, e1 := Syscall(SYS_GETRANDOM, uintptr(_p0), uintptr(len(buf)), uintptr(flags)) - n = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func Getrusage(who int, rusage *Rusage) (err error) { _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go index d3e38f681..f485dbf45 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go @@ -341,6 +341,7 @@ const ( SYS_STATX = 332 SYS_IO_PGETEVENTS = 333 SYS_RSEQ = 334 + SYS_URETPROBE = 335 SYS_PIDFD_SEND_SIGNAL = 424 SYS_IO_URING_SETUP = 425 SYS_IO_URING_ENTER = 426 diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go index 6c778c232..1893e2fe8 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go @@ -85,7 +85,7 @@ const ( SYS_SPLICE = 76 SYS_TEE = 77 SYS_READLINKAT = 78 - SYS_FSTATAT = 79 + SYS_NEWFSTATAT = 79 SYS_FSTAT = 80 SYS_SYNC = 81 SYS_FSYNC = 82 diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go index 37281cf51..16a4017da 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go @@ -84,6 +84,8 @@ const ( SYS_SPLICE = 76 SYS_TEE = 77 SYS_READLINKAT = 78 + SYS_NEWFSTATAT = 79 + SYS_FSTAT = 80 SYS_SYNC = 81 SYS_FSYNC = 82 SYS_FDATASYNC = 83 diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go index 9889f6a55..a5459e766 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go @@ -84,7 +84,7 @@ const ( SYS_SPLICE = 76 SYS_TEE = 77 SYS_READLINKAT = 78 - SYS_FSTATAT = 79 + SYS_NEWFSTATAT = 79 SYS_FSTAT = 80 SYS_SYNC = 81 SYS_FSYNC = 82 diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go index d003c3d43..17c53bd9b 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go +++ b/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go @@ -462,11 +462,14 @@ type FdSet struct { const ( SizeofIfMsghdr = 0x70 + SizeofIfMsghdr2 = 0xa0 SizeofIfData = 0x60 + SizeofIfData64 = 0x80 SizeofIfaMsghdr = 0x14 SizeofIfmaMsghdr = 0x10 SizeofIfmaMsghdr2 = 0x14 SizeofRtMsghdr = 0x5c + SizeofRtMsghdr2 = 0x5c SizeofRtMetrics = 0x38 ) @@ -480,6 +483,20 @@ type IfMsghdr struct { Data IfData } +type IfMsghdr2 struct { + Msglen uint16 + Version uint8 + Type uint8 + Addrs int32 + Flags int32 + Index uint16 + Snd_len int32 + Snd_maxlen int32 + Snd_drops int32 + Timer int32 + Data IfData64 +} + type IfData struct { Type uint8 Typelen uint8 @@ -512,6 +529,34 @@ type IfData struct { Reserved2 uint32 } +type IfData64 struct { + Type uint8 + Typelen uint8 + Physical uint8 + Addrlen uint8 + Hdrlen uint8 + Recvquota uint8 + Xmitquota uint8 + Unused1 uint8 + Mtu uint32 + Metric uint32 + Baudrate uint64 + Ipackets uint64 + Ierrors uint64 + Opackets uint64 + Oerrors uint64 + Collisions uint64 + Ibytes uint64 + Obytes uint64 + Imcasts uint64 + Omcasts uint64 + Iqdrops uint64 + Noproto uint64 + Recvtiming uint32 + Xmittiming uint32 + Lastchange Timeval32 +} + type IfaMsghdr struct { Msglen uint16 Version uint8 @@ -557,6 +602,21 @@ type RtMsghdr struct { Rmx RtMetrics } +type RtMsghdr2 struct { + Msglen uint16 + Version uint8 + Type uint8 + Index uint16 + Flags int32 + Addrs int32 + Refcnt int32 + Parentflags int32 + Reserved int32 + Use int32 + Inits uint32 + Rmx RtMetrics +} + type RtMetrics struct { Locks uint32 Mtu uint32 diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go index 0d45a941a..2392226a7 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go +++ b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go @@ -462,11 +462,14 @@ type FdSet struct { const ( SizeofIfMsghdr = 0x70 + SizeofIfMsghdr2 = 0xa0 SizeofIfData = 0x60 + SizeofIfData64 = 0x80 SizeofIfaMsghdr = 0x14 SizeofIfmaMsghdr = 0x10 SizeofIfmaMsghdr2 = 0x14 SizeofRtMsghdr = 0x5c + SizeofRtMsghdr2 = 0x5c SizeofRtMetrics = 0x38 ) @@ -480,6 +483,20 @@ type IfMsghdr struct { Data IfData } +type IfMsghdr2 struct { + Msglen uint16 + Version uint8 + Type uint8 + Addrs int32 + Flags int32 + Index uint16 + Snd_len int32 + Snd_maxlen int32 + Snd_drops int32 + Timer int32 + Data IfData64 +} + type IfData struct { Type uint8 Typelen uint8 @@ -512,6 +529,34 @@ type IfData struct { Reserved2 uint32 } +type IfData64 struct { + Type uint8 + Typelen uint8 + Physical uint8 + Addrlen uint8 + Hdrlen uint8 + Recvquota uint8 + Xmitquota uint8 + Unused1 uint8 + Mtu uint32 + Metric uint32 + Baudrate uint64 + Ipackets uint64 + Ierrors uint64 + Opackets uint64 + Oerrors uint64 + Collisions uint64 + Ibytes uint64 + Obytes uint64 + Imcasts uint64 + Omcasts uint64 + Iqdrops uint64 + Noproto uint64 + Recvtiming uint32 + Xmittiming uint32 + Lastchange Timeval32 +} + type IfaMsghdr struct { Msglen uint16 Version uint8 @@ -557,6 +602,21 @@ type RtMsghdr struct { Rmx RtMetrics } +type RtMsghdr2 struct { + Msglen uint16 + Version uint8 + Type uint8 + Index uint16 + Flags int32 + Addrs int32 + Refcnt int32 + Parentflags int32 + Reserved int32 + Use int32 + Inits uint32 + Rmx RtMetrics +} + type RtMetrics struct { Locks uint32 Mtu uint32 diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux.go b/vendor/golang.org/x/sys/unix/ztypes_linux.go index 9f2550dc3..5537148dc 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_linux.go +++ b/vendor/golang.org/x/sys/unix/ztypes_linux.go @@ -87,31 +87,35 @@ type StatxTimestamp struct { } type Statx_t struct { - Mask uint32 - Blksize uint32 - Attributes uint64 - Nlink uint32 - Uid uint32 - Gid uint32 - Mode uint16 - _ [1]uint16 - Ino uint64 - Size uint64 - Blocks uint64 - Attributes_mask uint64 - Atime StatxTimestamp - Btime StatxTimestamp - Ctime StatxTimestamp - Mtime StatxTimestamp - Rdev_major uint32 - Rdev_minor uint32 - Dev_major uint32 - Dev_minor uint32 - Mnt_id uint64 - Dio_mem_align uint32 - Dio_offset_align uint32 - Subvol uint64 - _ [11]uint64 + Mask uint32 + Blksize uint32 + Attributes uint64 + Nlink uint32 + Uid uint32 + Gid uint32 + Mode uint16 + _ [1]uint16 + Ino uint64 + Size uint64 + Blocks uint64 + Attributes_mask uint64 + Atime StatxTimestamp + Btime StatxTimestamp + Ctime StatxTimestamp + Mtime StatxTimestamp + Rdev_major uint32 + Rdev_minor uint32 + Dev_major uint32 + Dev_minor uint32 + Mnt_id uint64 + Dio_mem_align uint32 + Dio_offset_align uint32 + Subvol uint64 + Atomic_write_unit_min uint32 + Atomic_write_unit_max uint32 + Atomic_write_segments_max uint32 + _ [1]uint32 + _ [9]uint64 } type Fsid struct { @@ -516,6 +520,29 @@ type TCPInfo struct { Total_rto_time uint32 } +type TCPVegasInfo struct { + Enabled uint32 + Rttcnt uint32 + Rtt uint32 + Minrtt uint32 +} + +type TCPDCTCPInfo struct { + Enabled uint16 + Ce_state uint16 + Alpha uint32 + Ab_ecn uint32 + Ab_tot uint32 +} + +type TCPBBRInfo struct { + Bw_lo uint32 + Bw_hi uint32 + Min_rtt uint32 + Pacing_gain uint32 + Cwnd_gain uint32 +} + type CanFilter struct { Id uint32 Mask uint32 @@ -557,6 +584,7 @@ const ( SizeofICMPv6Filter = 0x20 SizeofUcred = 0xc SizeofTCPInfo = 0xf8 + SizeofTCPCCInfo = 0x14 SizeofCanFilter = 0x8 SizeofTCPRepairOpt = 0x8 ) @@ -1724,12 +1752,6 @@ const ( IFLA_IPVLAN_UNSPEC = 0x0 IFLA_IPVLAN_MODE = 0x1 IFLA_IPVLAN_FLAGS = 0x2 - NETKIT_NEXT = -0x1 - NETKIT_PASS = 0x0 - NETKIT_DROP = 0x2 - NETKIT_REDIRECT = 0x7 - NETKIT_L2 = 0x0 - NETKIT_L3 = 0x1 IFLA_NETKIT_UNSPEC = 0x0 IFLA_NETKIT_PEER_INFO = 0x1 IFLA_NETKIT_PRIMARY = 0x2 @@ -1768,6 +1790,7 @@ const ( IFLA_VXLAN_DF = 0x1d IFLA_VXLAN_VNIFILTER = 0x1e IFLA_VXLAN_LOCALBYPASS = 0x1f + IFLA_VXLAN_LABEL_POLICY = 0x20 IFLA_GENEVE_UNSPEC = 0x0 IFLA_GENEVE_ID = 0x1 IFLA_GENEVE_REMOTE = 0x2 @@ -1797,6 +1820,8 @@ const ( IFLA_GTP_ROLE = 0x4 IFLA_GTP_CREATE_SOCKETS = 0x5 IFLA_GTP_RESTART_COUNT = 0x6 + IFLA_GTP_LOCAL = 0x7 + IFLA_GTP_LOCAL6 = 0x8 IFLA_BOND_UNSPEC = 0x0 IFLA_BOND_MODE = 0x1 IFLA_BOND_ACTIVE_SLAVE = 0x2 @@ -1829,6 +1854,7 @@ const ( IFLA_BOND_AD_LACP_ACTIVE = 0x1d IFLA_BOND_MISSED_MAX = 0x1e IFLA_BOND_NS_IP6_TARGET = 0x1f + IFLA_BOND_COUPLED_CONTROL = 0x20 IFLA_BOND_AD_INFO_UNSPEC = 0x0 IFLA_BOND_AD_INFO_AGGREGATOR = 0x1 IFLA_BOND_AD_INFO_NUM_PORTS = 0x2 @@ -1897,6 +1923,7 @@ const ( IFLA_HSR_SEQ_NR = 0x5 IFLA_HSR_VERSION = 0x6 IFLA_HSR_PROTOCOL = 0x7 + IFLA_HSR_INTERLINK = 0x8 IFLA_STATS_UNSPEC = 0x0 IFLA_STATS_LINK_64 = 0x1 IFLA_STATS_LINK_XSTATS = 0x2 @@ -1949,6 +1976,15 @@ const ( IFLA_DSA_MASTER = 0x1 ) +const ( + NETKIT_NEXT = -0x1 + NETKIT_PASS = 0x0 + NETKIT_DROP = 0x2 + NETKIT_REDIRECT = 0x7 + NETKIT_L2 = 0x0 + NETKIT_L3 = 0x1 +) + const ( NF_INET_PRE_ROUTING = 0x0 NF_INET_LOCAL_IN = 0x1 @@ -2558,8 +2594,8 @@ const ( SOF_TIMESTAMPING_BIND_PHC = 0x8000 SOF_TIMESTAMPING_OPT_ID_TCP = 0x10000 - SOF_TIMESTAMPING_LAST = 0x10000 - SOF_TIMESTAMPING_MASK = 0x1ffff + SOF_TIMESTAMPING_LAST = 0x20000 + SOF_TIMESTAMPING_MASK = 0x3ffff SCM_TSTAMP_SND = 0x0 SCM_TSTAMP_SCHED = 0x1 @@ -3505,7 +3541,7 @@ type Nhmsg struct { type NexthopGrp struct { Id uint32 Weight uint8 - Resvd1 uint8 + High uint8 Resvd2 uint16 } @@ -3766,7 +3802,7 @@ const ( ETHTOOL_MSG_PSE_GET = 0x24 ETHTOOL_MSG_PSE_SET = 0x25 ETHTOOL_MSG_RSS_GET = 0x26 - ETHTOOL_MSG_USER_MAX = 0x2b + ETHTOOL_MSG_USER_MAX = 0x2d ETHTOOL_MSG_KERNEL_NONE = 0x0 ETHTOOL_MSG_STRSET_GET_REPLY = 0x1 ETHTOOL_MSG_LINKINFO_GET_REPLY = 0x2 @@ -3806,7 +3842,7 @@ const ( ETHTOOL_MSG_MODULE_NTF = 0x24 ETHTOOL_MSG_PSE_GET_REPLY = 0x25 ETHTOOL_MSG_RSS_GET_REPLY = 0x26 - ETHTOOL_MSG_KERNEL_MAX = 0x2b + ETHTOOL_MSG_KERNEL_MAX = 0x2e ETHTOOL_FLAG_COMPACT_BITSETS = 0x1 ETHTOOL_FLAG_OMIT_REPLY = 0x2 ETHTOOL_FLAG_STATS = 0x4 @@ -3814,7 +3850,7 @@ const ( ETHTOOL_A_HEADER_DEV_INDEX = 0x1 ETHTOOL_A_HEADER_DEV_NAME = 0x2 ETHTOOL_A_HEADER_FLAGS = 0x3 - ETHTOOL_A_HEADER_MAX = 0x3 + ETHTOOL_A_HEADER_MAX = 0x4 ETHTOOL_A_BITSET_BIT_UNSPEC = 0x0 ETHTOOL_A_BITSET_BIT_INDEX = 0x1 ETHTOOL_A_BITSET_BIT_NAME = 0x2 @@ -3951,7 +3987,7 @@ const ( ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL = 0x17 ETHTOOL_A_COALESCE_USE_CQE_MODE_TX = 0x18 ETHTOOL_A_COALESCE_USE_CQE_MODE_RX = 0x19 - ETHTOOL_A_COALESCE_MAX = 0x1c + ETHTOOL_A_COALESCE_MAX = 0x1e ETHTOOL_A_PAUSE_UNSPEC = 0x0 ETHTOOL_A_PAUSE_HEADER = 0x1 ETHTOOL_A_PAUSE_AUTONEG = 0x2 @@ -3995,11 +4031,11 @@ const ( ETHTOOL_A_CABLE_RESULT_UNSPEC = 0x0 ETHTOOL_A_CABLE_RESULT_PAIR = 0x1 ETHTOOL_A_CABLE_RESULT_CODE = 0x2 - ETHTOOL_A_CABLE_RESULT_MAX = 0x2 + ETHTOOL_A_CABLE_RESULT_MAX = 0x3 ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC = 0x0 ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR = 0x1 ETHTOOL_A_CABLE_FAULT_LENGTH_CM = 0x2 - ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x2 + ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x3 ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC = 0x0 ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED = 0x1 ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED = 0x2 @@ -4082,6 +4118,107 @@ type EthtoolDrvinfo struct { Regdump_len uint32 } +type EthtoolTsInfo struct { + Cmd uint32 + So_timestamping uint32 + Phc_index int32 + Tx_types uint32 + Tx_reserved [3]uint32 + Rx_filters uint32 + Rx_reserved [3]uint32 +} + +type HwTstampConfig struct { + Flags int32 + Tx_type int32 + Rx_filter int32 +} + +const ( + HWTSTAMP_FILTER_NONE = 0x0 + HWTSTAMP_FILTER_ALL = 0x1 + HWTSTAMP_FILTER_SOME = 0x2 + HWTSTAMP_FILTER_PTP_V1_L4_EVENT = 0x3 + HWTSTAMP_FILTER_PTP_V2_L4_EVENT = 0x6 + HWTSTAMP_FILTER_PTP_V2_L2_EVENT = 0x9 + HWTSTAMP_FILTER_PTP_V2_EVENT = 0xc +) + +const ( + HWTSTAMP_TX_OFF = 0x0 + HWTSTAMP_TX_ON = 0x1 + HWTSTAMP_TX_ONESTEP_SYNC = 0x2 +) + +type ( + PtpClockCaps struct { + Max_adj int32 + N_alarm int32 + N_ext_ts int32 + N_per_out int32 + Pps int32 + N_pins int32 + Cross_timestamping int32 + Adjust_phase int32 + Max_phase_adj int32 + Rsv [11]int32 + } + PtpClockTime struct { + Sec int64 + Nsec uint32 + Reserved uint32 + } + PtpExttsEvent struct { + T PtpClockTime + Index uint32 + Flags uint32 + Rsv [2]uint32 + } + PtpExttsRequest struct { + Index uint32 + Flags uint32 + Rsv [2]uint32 + } + PtpPeroutRequest struct { + StartOrPhase PtpClockTime + Period PtpClockTime + Index uint32 + Flags uint32 + On PtpClockTime + } + PtpPinDesc struct { + Name [64]byte + Index uint32 + Func uint32 + Chan uint32 + Rsv [5]uint32 + } + PtpSysOffset struct { + Samples uint32 + Rsv [3]uint32 + Ts [51]PtpClockTime + } + PtpSysOffsetExtended struct { + Samples uint32 + Clockid int32 + Rsv [2]uint32 + Ts [25][3]PtpClockTime + } + PtpSysOffsetPrecise struct { + Device PtpClockTime + Realtime PtpClockTime + Monoraw PtpClockTime + Rsv [4]uint32 + } +) + +const ( + PTP_PF_NONE = 0x0 + PTP_PF_EXTTS = 0x1 + PTP_PF_PEROUT = 0x2 + PTP_PF_PHYSYNC = 0x3 +) + type ( HIDRawReportDescriptor struct { Size uint32 @@ -4263,6 +4400,7 @@ const ( type LandlockRulesetAttr struct { Access_fs uint64 Access_net uint64 + Scoped uint64 } type LandlockPathBeneathAttr struct { @@ -4609,7 +4747,7 @@ const ( NL80211_ATTR_MAC_HINT = 0xc8 NL80211_ATTR_MAC_MASK = 0xd7 NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca - NL80211_ATTR_MAX = 0x14a + NL80211_ATTR_MAX = 0x14c NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4 NL80211_ATTR_MAX_CSA_COUNTERS = 0xce NL80211_ATTR_MAX_MATCH_SETS = 0x85 @@ -5213,7 +5351,7 @@ const ( NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf - NL80211_FREQUENCY_ATTR_MAX = 0x20 + NL80211_FREQUENCY_ATTR_MAX = 0x21 NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6 NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11 NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc diff --git a/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go b/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go index d9a13af46..2e5d5a443 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go +++ b/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go @@ -377,6 +377,12 @@ type Flock_t struct { Pid int32 } +type F_cnvrt struct { + Cvtcmd int32 + Pccsid int16 + Fccsid int16 +} + type Termios struct { Cflag uint32 Iflag uint32 diff --git a/vendor/golang.org/x/sys/windows/dll_windows.go b/vendor/golang.org/x/sys/windows/dll_windows.go index 115341fba..4e613cf63 100644 --- a/vendor/golang.org/x/sys/windows/dll_windows.go +++ b/vendor/golang.org/x/sys/windows/dll_windows.go @@ -65,7 +65,7 @@ func LoadDLL(name string) (dll *DLL, err error) { return d, nil } -// MustLoadDLL is like LoadDLL but panics if load operation failes. +// MustLoadDLL is like LoadDLL but panics if load operation fails. func MustLoadDLL(name string) *DLL { d, e := LoadDLL(name) if e != nil { diff --git a/vendor/golang.org/x/sys/windows/syscall_windows.go b/vendor/golang.org/x/sys/windows/syscall_windows.go index 5cee9a314..4a3254386 100644 --- a/vendor/golang.org/x/sys/windows/syscall_windows.go +++ b/vendor/golang.org/x/sys/windows/syscall_windows.go @@ -168,6 +168,8 @@ func NewCallbackCDecl(fn interface{}) uintptr { //sys CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle Handle, err error) [failretval==InvalidHandle] = CreateNamedPipeW //sys ConnectNamedPipe(pipe Handle, overlapped *Overlapped) (err error) //sys DisconnectNamedPipe(pipe Handle) (err error) +//sys GetNamedPipeClientProcessId(pipe Handle, clientProcessID *uint32) (err error) +//sys GetNamedPipeServerProcessId(pipe Handle, serverProcessID *uint32) (err error) //sys GetNamedPipeInfo(pipe Handle, flags *uint32, outSize *uint32, inSize *uint32, maxInstances *uint32) (err error) //sys GetNamedPipeHandleState(pipe Handle, state *uint32, curInstances *uint32, maxCollectionCount *uint32, collectDataTimeout *uint32, userName *uint16, maxUserNameSize uint32) (err error) = GetNamedPipeHandleStateW //sys SetNamedPipeHandleState(pipe Handle, state *uint32, maxCollectionCount *uint32, collectDataTimeout *uint32) (err error) = SetNamedPipeHandleState @@ -725,20 +727,12 @@ func DurationSinceBoot() time.Duration { } func Ftruncate(fd Handle, length int64) (err error) { - curoffset, e := Seek(fd, 0, 1) - if e != nil { - return e - } - defer Seek(fd, curoffset, 0) - _, e = Seek(fd, length, 0) - if e != nil { - return e + type _FILE_END_OF_FILE_INFO struct { + EndOfFile int64 } - e = SetEndOfFile(fd) - if e != nil { - return e - } - return nil + var info _FILE_END_OF_FILE_INFO + info.EndOfFile = length + return SetFileInformationByHandle(fd, FileEndOfFileInfo, (*byte)(unsafe.Pointer(&info)), uint32(unsafe.Sizeof(info))) } func Gettimeofday(tv *Timeval) (err error) { @@ -894,6 +888,11 @@ const socket_error = uintptr(^uint32(0)) //sys GetACP() (acp uint32) = kernel32.GetACP //sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar //sys getBestInterfaceEx(sockaddr unsafe.Pointer, pdwBestIfIndex *uint32) (errcode error) = iphlpapi.GetBestInterfaceEx +//sys GetIfEntry2Ex(level uint32, row *MibIfRow2) (errcode error) = iphlpapi.GetIfEntry2Ex +//sys GetUnicastIpAddressEntry(row *MibUnicastIpAddressRow) (errcode error) = iphlpapi.GetUnicastIpAddressEntry +//sys NotifyIpInterfaceChange(family uint16, callback uintptr, callerContext unsafe.Pointer, initialNotification bool, notificationHandle *Handle) (errcode error) = iphlpapi.NotifyIpInterfaceChange +//sys NotifyUnicastIpAddressChange(family uint16, callback uintptr, callerContext unsafe.Pointer, initialNotification bool, notificationHandle *Handle) (errcode error) = iphlpapi.NotifyUnicastIpAddressChange +//sys CancelMibChangeNotify2(notificationHandle Handle) (errcode error) = iphlpapi.CancelMibChangeNotify2 // For testing: clients can set this flag to force // creation of IPv6 sockets to return EAFNOSUPPORT. @@ -1685,13 +1684,16 @@ func (s NTStatus) Error() string { // do not use NTUnicodeString, and instead UTF16PtrFromString should be used for // the more common *uint16 string type. func NewNTUnicodeString(s string) (*NTUnicodeString, error) { - var u NTUnicodeString - s16, err := UTF16PtrFromString(s) + s16, err := UTF16FromString(s) if err != nil { return nil, err } - RtlInitUnicodeString(&u, s16) - return &u, nil + n := uint16(len(s16) * 2) + return &NTUnicodeString{ + Length: n - 2, // subtract 2 bytes for the NULL terminator + MaximumLength: n, + Buffer: &s16[0], + }, nil } // Slice returns a uint16 slice that aliases the data in the NTUnicodeString. diff --git a/vendor/golang.org/x/sys/windows/types_windows.go b/vendor/golang.org/x/sys/windows/types_windows.go index 7b97a154c..9d138de5f 100644 --- a/vendor/golang.org/x/sys/windows/types_windows.go +++ b/vendor/golang.org/x/sys/windows/types_windows.go @@ -176,6 +176,7 @@ const ( WAIT_FAILED = 0xFFFFFFFF // Access rights for process. + PROCESS_ALL_ACCESS = 0xFFFF PROCESS_CREATE_PROCESS = 0x0080 PROCESS_CREATE_THREAD = 0x0002 PROCESS_DUP_HANDLE = 0x0040 @@ -2203,6 +2204,132 @@ const ( IfOperStatusLowerLayerDown = 7 ) +const ( + IF_MAX_PHYS_ADDRESS_LENGTH = 32 + IF_MAX_STRING_SIZE = 256 +) + +// MIB_IF_ENTRY_LEVEL enumeration from netioapi.h or +// https://learn.microsoft.com/en-us/windows/win32/api/netioapi/nf-netioapi-getifentry2ex. +const ( + MibIfEntryNormal = 0 + MibIfEntryNormalWithoutStatistics = 2 +) + +// MIB_NOTIFICATION_TYPE enumeration from netioapi.h or +// https://learn.microsoft.com/en-us/windows/win32/api/netioapi/ne-netioapi-mib_notification_type. +const ( + MibParameterNotification = 0 + MibAddInstance = 1 + MibDeleteInstance = 2 + MibInitialNotification = 3 +) + +// MibIfRow2 stores information about a particular interface. See +// https://learn.microsoft.com/en-us/windows/win32/api/netioapi/ns-netioapi-mib_if_row2. +type MibIfRow2 struct { + InterfaceLuid uint64 + InterfaceIndex uint32 + InterfaceGuid GUID + Alias [IF_MAX_STRING_SIZE + 1]uint16 + Description [IF_MAX_STRING_SIZE + 1]uint16 + PhysicalAddressLength uint32 + PhysicalAddress [IF_MAX_PHYS_ADDRESS_LENGTH]uint8 + PermanentPhysicalAddress [IF_MAX_PHYS_ADDRESS_LENGTH]uint8 + Mtu uint32 + Type uint32 + TunnelType uint32 + MediaType uint32 + PhysicalMediumType uint32 + AccessType uint32 + DirectionType uint32 + InterfaceAndOperStatusFlags uint8 + OperStatus uint32 + AdminStatus uint32 + MediaConnectState uint32 + NetworkGuid GUID + ConnectionType uint32 + TransmitLinkSpeed uint64 + ReceiveLinkSpeed uint64 + InOctets uint64 + InUcastPkts uint64 + InNUcastPkts uint64 + InDiscards uint64 + InErrors uint64 + InUnknownProtos uint64 + InUcastOctets uint64 + InMulticastOctets uint64 + InBroadcastOctets uint64 + OutOctets uint64 + OutUcastPkts uint64 + OutNUcastPkts uint64 + OutDiscards uint64 + OutErrors uint64 + OutUcastOctets uint64 + OutMulticastOctets uint64 + OutBroadcastOctets uint64 + OutQLen uint64 +} + +// MIB_UNICASTIPADDRESS_ROW stores information about a unicast IP address. See +// https://learn.microsoft.com/en-us/windows/win32/api/netioapi/ns-netioapi-mib_unicastipaddress_row. +type MibUnicastIpAddressRow struct { + Address RawSockaddrInet6 // SOCKADDR_INET union + InterfaceLuid uint64 + InterfaceIndex uint32 + PrefixOrigin uint32 + SuffixOrigin uint32 + ValidLifetime uint32 + PreferredLifetime uint32 + OnLinkPrefixLength uint8 + SkipAsSource uint8 + DadState uint32 + ScopeId uint32 + CreationTimeStamp Filetime +} + +const ScopeLevelCount = 16 + +// MIB_IPINTERFACE_ROW stores interface management information for a particular IP address family on a network interface. +// See https://learn.microsoft.com/en-us/windows/win32/api/netioapi/ns-netioapi-mib_ipinterface_row. +type MibIpInterfaceRow struct { + Family uint16 + InterfaceLuid uint64 + InterfaceIndex uint32 + MaxReassemblySize uint32 + InterfaceIdentifier uint64 + MinRouterAdvertisementInterval uint32 + MaxRouterAdvertisementInterval uint32 + AdvertisingEnabled uint8 + ForwardingEnabled uint8 + WeakHostSend uint8 + WeakHostReceive uint8 + UseAutomaticMetric uint8 + UseNeighborUnreachabilityDetection uint8 + ManagedAddressConfigurationSupported uint8 + OtherStatefulConfigurationSupported uint8 + AdvertiseDefaultRoute uint8 + RouterDiscoveryBehavior uint32 + DadTransmits uint32 + BaseReachableTime uint32 + RetransmitTime uint32 + PathMtuDiscoveryTimeout uint32 + LinkLocalAddressBehavior uint32 + LinkLocalAddressTimeout uint32 + ZoneIndices [ScopeLevelCount]uint32 + SitePrefixLength uint32 + Metric uint32 + NlMtu uint32 + Connected uint8 + SupportsWakeUpPatterns uint8 + SupportsNeighborDiscovery uint8 + SupportsRouterDiscovery uint8 + ReachableTime uint32 + TransmitOffload uint32 + ReceiveOffload uint32 + DisableDefaultRoutes uint8 +} + // Console related constants used for the mode parameter to SetConsoleMode. See // https://docs.microsoft.com/en-us/windows/console/setconsolemode for details. diff --git a/vendor/golang.org/x/sys/windows/zsyscall_windows.go b/vendor/golang.org/x/sys/windows/zsyscall_windows.go index 4c2e1bdc0..01c0716c2 100644 --- a/vendor/golang.org/x/sys/windows/zsyscall_windows.go +++ b/vendor/golang.org/x/sys/windows/zsyscall_windows.go @@ -181,10 +181,15 @@ var ( procDnsRecordListFree = moddnsapi.NewProc("DnsRecordListFree") procDwmGetWindowAttribute = moddwmapi.NewProc("DwmGetWindowAttribute") procDwmSetWindowAttribute = moddwmapi.NewProc("DwmSetWindowAttribute") + procCancelMibChangeNotify2 = modiphlpapi.NewProc("CancelMibChangeNotify2") procGetAdaptersAddresses = modiphlpapi.NewProc("GetAdaptersAddresses") procGetAdaptersInfo = modiphlpapi.NewProc("GetAdaptersInfo") procGetBestInterfaceEx = modiphlpapi.NewProc("GetBestInterfaceEx") procGetIfEntry = modiphlpapi.NewProc("GetIfEntry") + procGetIfEntry2Ex = modiphlpapi.NewProc("GetIfEntry2Ex") + procGetUnicastIpAddressEntry = modiphlpapi.NewProc("GetUnicastIpAddressEntry") + procNotifyIpInterfaceChange = modiphlpapi.NewProc("NotifyIpInterfaceChange") + procNotifyUnicastIpAddressChange = modiphlpapi.NewProc("NotifyUnicastIpAddressChange") procAddDllDirectory = modkernel32.NewProc("AddDllDirectory") procAssignProcessToJobObject = modkernel32.NewProc("AssignProcessToJobObject") procCancelIo = modkernel32.NewProc("CancelIo") @@ -275,8 +280,10 @@ var ( procGetMaximumProcessorCount = modkernel32.NewProc("GetMaximumProcessorCount") procGetModuleFileNameW = modkernel32.NewProc("GetModuleFileNameW") procGetModuleHandleExW = modkernel32.NewProc("GetModuleHandleExW") + procGetNamedPipeClientProcessId = modkernel32.NewProc("GetNamedPipeClientProcessId") procGetNamedPipeHandleStateW = modkernel32.NewProc("GetNamedPipeHandleStateW") procGetNamedPipeInfo = modkernel32.NewProc("GetNamedPipeInfo") + procGetNamedPipeServerProcessId = modkernel32.NewProc("GetNamedPipeServerProcessId") procGetOverlappedResult = modkernel32.NewProc("GetOverlappedResult") procGetPriorityClass = modkernel32.NewProc("GetPriorityClass") procGetProcAddress = modkernel32.NewProc("GetProcAddress") @@ -1606,6 +1613,14 @@ func DwmSetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, si return } +func CancelMibChangeNotify2(notificationHandle Handle) (errcode error) { + r0, _, _ := syscall.Syscall(procCancelMibChangeNotify2.Addr(), 1, uintptr(notificationHandle), 0, 0) + if r0 != 0 { + errcode = syscall.Errno(r0) + } + return +} + func GetAdaptersAddresses(family uint32, flags uint32, reserved uintptr, adapterAddresses *IpAdapterAddresses, sizePointer *uint32) (errcode error) { r0, _, _ := syscall.Syscall6(procGetAdaptersAddresses.Addr(), 5, uintptr(family), uintptr(flags), uintptr(reserved), uintptr(unsafe.Pointer(adapterAddresses)), uintptr(unsafe.Pointer(sizePointer)), 0) if r0 != 0 { @@ -1638,6 +1653,46 @@ func GetIfEntry(pIfRow *MibIfRow) (errcode error) { return } +func GetIfEntry2Ex(level uint32, row *MibIfRow2) (errcode error) { + r0, _, _ := syscall.Syscall(procGetIfEntry2Ex.Addr(), 2, uintptr(level), uintptr(unsafe.Pointer(row)), 0) + if r0 != 0 { + errcode = syscall.Errno(r0) + } + return +} + +func GetUnicastIpAddressEntry(row *MibUnicastIpAddressRow) (errcode error) { + r0, _, _ := syscall.Syscall(procGetUnicastIpAddressEntry.Addr(), 1, uintptr(unsafe.Pointer(row)), 0, 0) + if r0 != 0 { + errcode = syscall.Errno(r0) + } + return +} + +func NotifyIpInterfaceChange(family uint16, callback uintptr, callerContext unsafe.Pointer, initialNotification bool, notificationHandle *Handle) (errcode error) { + var _p0 uint32 + if initialNotification { + _p0 = 1 + } + r0, _, _ := syscall.Syscall6(procNotifyIpInterfaceChange.Addr(), 5, uintptr(family), uintptr(callback), uintptr(callerContext), uintptr(_p0), uintptr(unsafe.Pointer(notificationHandle)), 0) + if r0 != 0 { + errcode = syscall.Errno(r0) + } + return +} + +func NotifyUnicastIpAddressChange(family uint16, callback uintptr, callerContext unsafe.Pointer, initialNotification bool, notificationHandle *Handle) (errcode error) { + var _p0 uint32 + if initialNotification { + _p0 = 1 + } + r0, _, _ := syscall.Syscall6(procNotifyUnicastIpAddressChange.Addr(), 5, uintptr(family), uintptr(callback), uintptr(callerContext), uintptr(_p0), uintptr(unsafe.Pointer(notificationHandle)), 0) + if r0 != 0 { + errcode = syscall.Errno(r0) + } + return +} + func AddDllDirectory(path *uint16) (cookie uintptr, err error) { r0, _, e1 := syscall.Syscall(procAddDllDirectory.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0) cookie = uintptr(r0) @@ -2393,6 +2448,14 @@ func GetModuleHandleEx(flags uint32, moduleName *uint16, module *Handle) (err er return } +func GetNamedPipeClientProcessId(pipe Handle, clientProcessID *uint32) (err error) { + r1, _, e1 := syscall.Syscall(procGetNamedPipeClientProcessId.Addr(), 2, uintptr(pipe), uintptr(unsafe.Pointer(clientProcessID)), 0) + if r1 == 0 { + err = errnoErr(e1) + } + return +} + func GetNamedPipeHandleState(pipe Handle, state *uint32, curInstances *uint32, maxCollectionCount *uint32, collectDataTimeout *uint32, userName *uint16, maxUserNameSize uint32) (err error) { r1, _, e1 := syscall.Syscall9(procGetNamedPipeHandleStateW.Addr(), 7, uintptr(pipe), uintptr(unsafe.Pointer(state)), uintptr(unsafe.Pointer(curInstances)), uintptr(unsafe.Pointer(maxCollectionCount)), uintptr(unsafe.Pointer(collectDataTimeout)), uintptr(unsafe.Pointer(userName)), uintptr(maxUserNameSize), 0, 0) if r1 == 0 { @@ -2409,6 +2472,14 @@ func GetNamedPipeInfo(pipe Handle, flags *uint32, outSize *uint32, inSize *uint3 return } +func GetNamedPipeServerProcessId(pipe Handle, serverProcessID *uint32) (err error) { + r1, _, e1 := syscall.Syscall(procGetNamedPipeServerProcessId.Addr(), 2, uintptr(pipe), uintptr(unsafe.Pointer(serverProcessID)), 0) + if r1 == 0 { + err = errnoErr(e1) + } + return +} + func GetOverlappedResult(handle Handle, overlapped *Overlapped, done *uint32, wait bool) (err error) { var _p0 uint32 if wait { diff --git a/vendor/golang.org/x/term/README.md b/vendor/golang.org/x/term/README.md index d03d0aefe..05ff623f9 100644 --- a/vendor/golang.org/x/term/README.md +++ b/vendor/golang.org/x/term/README.md @@ -4,16 +4,13 @@ This repository provides Go terminal and console support packages. -## Download/Install - -The easiest way to install is to run `go get -u golang.org/x/term`. You can -also manually git clone the repository to `$GOPATH/src/golang.org/x/term`. - ## Report Issues / Send Patches This repository uses Gerrit for code changes. To learn how to submit changes to -this repository, see https://golang.org/doc/contribute.html. +this repository, see https://go.dev/doc/contribute. + +The git repository is https://go.googlesource.com/term. The main issue tracker for the term repository is located at -https://github.com/golang/go/issues. Prefix your issue with "x/term:" in the +https://go.dev/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find. diff --git a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/openapi_generated.go b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/openapi_generated.go index ee4ca5c15..b9ea061ee 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/openapi_generated.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/openapi_generated.go @@ -432,6 +432,8 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceLayoutList": schema_resource_metadata_apis_meta_v1alpha1_ResourceLayoutList(ref), "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceLayoutSpec": schema_resource_metadata_apis_meta_v1alpha1_ResourceLayoutSpec(ref), "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutline": schema_resource_metadata_apis_meta_v1alpha1_ResourceOutline(ref), + "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutlineFilter": schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineFilter(ref), + "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutlineFilterList": schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineFilterList(ref), "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutlineList": schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineList(ref), "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutlineSpec": schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineSpec(ref), "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourcePageLayout": schema_resource_metadata_apis_meta_v1alpha1_ResourcePageLayout(ref), @@ -22428,6 +22430,93 @@ func schema_resource_metadata_apis_meta_v1alpha1_ResourceOutline(ref common.Refe } } +func schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineFilter(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "kind": { + SchemaProps: spec.SchemaProps{ + Description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + Type: []string{"string"}, + Format: "", + }, + }, + "apiVersion": { + SchemaProps: spec.SchemaProps{ + Description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + Type: []string{"string"}, + Format: "", + }, + }, + "metadata": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"), + }, + }, + "spec": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilterSpec"), + }, + }, + }, + }, + }, + Dependencies: []string{ + "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta", "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilterSpec"}, + } +} + +func schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineFilterList(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "kind": { + SchemaProps: spec.SchemaProps{ + Description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + Type: []string{"string"}, + Format: "", + }, + }, + "apiVersion": { + SchemaProps: spec.SchemaProps{ + Description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + Type: []string{"string"}, + Format: "", + }, + }, + "metadata": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"), + }, + }, + "items": { + SchemaProps: spec.SchemaProps{ + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutlineFilter"), + }, + }, + }, + }, + }, + }, + }, + }, + Dependencies: []string{ + "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta", "kmodules.xyz/resource-metadata/apis/meta/v1alpha1.ResourceOutlineFilter"}, + } +} + func schema_resource_metadata_apis_meta_v1alpha1_ResourceOutlineList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ diff --git a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/register.go b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/register.go index cf06419e2..47021c4b9 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/register.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/register.go @@ -65,6 +65,8 @@ func addKnownTypes(scheme *runtime.Scheme) error { &ResourceEditorList{}, &ResourceOutline{}, &ResourceOutlineList{}, + &ResourceOutlineFilter{}, + &ResourceOutlineFilterList{}, &ResourceLayout{}, &ResourceLayoutList{}, &Menu{}, diff --git a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/resourceoutlinefilter_types.go b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/resourceoutlinefilter_types.go new file mode 100644 index 000000000..f042b5742 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/resourceoutlinefilter_types.go @@ -0,0 +1,52 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package v1alpha1 + +import ( + uiapi "kmodules.xyz/resource-metadata/apis/ui/v1alpha1" + + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" +) + +const ( + ResourceKindResourceOutlineFilter = "ResourceOutlineFilter" + ResourceResourceOutlineFilter = "resourceoutlinefilter" + ResourceResourceOutlineFilters = "resourceoutlinefilters" +) + +// +genclient +// +genclient:nonNamespaced +// +genclient:onlyVerbs=get +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// +kubebuilder:object:root=true +// +kubebuilder:resource:path=resourceoutlinefilters,singular=resourceoutlinefilter,scope=Cluster +type ResourceOutlineFilter struct { + metav1.TypeMeta `json:",inline"` + // +optional + metav1.ObjectMeta `json:"metadata,omitempty"` + Spec uiapi.ResourceOutlineFilterSpec `json:"spec,omitempty"` +} + +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +// +kubebuilder:object:root=true + +type ResourceOutlineFilterList struct { + metav1.TypeMeta `json:",inline"` + metav1.ListMeta `json:"metadata,omitempty"` + Items []ResourceOutlineFilter `json:"items,omitempty"` +} diff --git a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/zz_generated.deepcopy.go b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/zz_generated.deepcopy.go index 2a207d862..a42fa0d1f 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/meta/v1alpha1/zz_generated.deepcopy.go @@ -2135,6 +2135,66 @@ func (in *ResourceOutline) DeepCopyObject() runtime.Object { return nil } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ResourceOutlineFilter) DeepCopyInto(out *ResourceOutlineFilter) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + in.Spec.DeepCopyInto(&out.Spec) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceOutlineFilter. +func (in *ResourceOutlineFilter) DeepCopy() *ResourceOutlineFilter { + if in == nil { + return nil + } + out := new(ResourceOutlineFilter) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ResourceOutlineFilter) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ResourceOutlineFilterList) DeepCopyInto(out *ResourceOutlineFilterList) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]ResourceOutlineFilter, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceOutlineFilterList. +func (in *ResourceOutlineFilterList) DeepCopy() *ResourceOutlineFilterList { + if in == nil { + return nil + } + out := new(ResourceOutlineFilterList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ResourceOutlineFilterList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ResourceOutlineList) DeepCopyInto(out *ResourceOutlineList) { *out = *in diff --git a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go index babdac052..3ea281569 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go @@ -35,380 +35,386 @@ import ( func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition { return map[string]common.OpenAPIDefinition{ - "k8s.io/api/core/v1.AWSElasticBlockStoreVolumeSource": schema_k8sio_api_core_v1_AWSElasticBlockStoreVolumeSource(ref), - "k8s.io/api/core/v1.Affinity": schema_k8sio_api_core_v1_Affinity(ref), - "k8s.io/api/core/v1.AppArmorProfile": schema_k8sio_api_core_v1_AppArmorProfile(ref), - "k8s.io/api/core/v1.AttachedVolume": schema_k8sio_api_core_v1_AttachedVolume(ref), - "k8s.io/api/core/v1.AvoidPods": schema_k8sio_api_core_v1_AvoidPods(ref), - "k8s.io/api/core/v1.AzureDiskVolumeSource": schema_k8sio_api_core_v1_AzureDiskVolumeSource(ref), - "k8s.io/api/core/v1.AzureFilePersistentVolumeSource": schema_k8sio_api_core_v1_AzureFilePersistentVolumeSource(ref), - "k8s.io/api/core/v1.AzureFileVolumeSource": schema_k8sio_api_core_v1_AzureFileVolumeSource(ref), - "k8s.io/api/core/v1.Binding": schema_k8sio_api_core_v1_Binding(ref), - "k8s.io/api/core/v1.CSIPersistentVolumeSource": schema_k8sio_api_core_v1_CSIPersistentVolumeSource(ref), - "k8s.io/api/core/v1.CSIVolumeSource": schema_k8sio_api_core_v1_CSIVolumeSource(ref), - "k8s.io/api/core/v1.Capabilities": schema_k8sio_api_core_v1_Capabilities(ref), - "k8s.io/api/core/v1.CephFSPersistentVolumeSource": schema_k8sio_api_core_v1_CephFSPersistentVolumeSource(ref), - "k8s.io/api/core/v1.CephFSVolumeSource": schema_k8sio_api_core_v1_CephFSVolumeSource(ref), - "k8s.io/api/core/v1.CinderPersistentVolumeSource": schema_k8sio_api_core_v1_CinderPersistentVolumeSource(ref), - "k8s.io/api/core/v1.CinderVolumeSource": schema_k8sio_api_core_v1_CinderVolumeSource(ref), - "k8s.io/api/core/v1.ClaimSource": schema_k8sio_api_core_v1_ClaimSource(ref), - "k8s.io/api/core/v1.ClientIPConfig": schema_k8sio_api_core_v1_ClientIPConfig(ref), - "k8s.io/api/core/v1.ClusterTrustBundleProjection": schema_k8sio_api_core_v1_ClusterTrustBundleProjection(ref), - "k8s.io/api/core/v1.ComponentCondition": schema_k8sio_api_core_v1_ComponentCondition(ref), - "k8s.io/api/core/v1.ComponentStatus": schema_k8sio_api_core_v1_ComponentStatus(ref), - "k8s.io/api/core/v1.ComponentStatusList": schema_k8sio_api_core_v1_ComponentStatusList(ref), - "k8s.io/api/core/v1.ConfigMap": schema_k8sio_api_core_v1_ConfigMap(ref), - "k8s.io/api/core/v1.ConfigMapEnvSource": schema_k8sio_api_core_v1_ConfigMapEnvSource(ref), - "k8s.io/api/core/v1.ConfigMapKeySelector": schema_k8sio_api_core_v1_ConfigMapKeySelector(ref), - "k8s.io/api/core/v1.ConfigMapList": schema_k8sio_api_core_v1_ConfigMapList(ref), - "k8s.io/api/core/v1.ConfigMapNodeConfigSource": schema_k8sio_api_core_v1_ConfigMapNodeConfigSource(ref), - "k8s.io/api/core/v1.ConfigMapProjection": schema_k8sio_api_core_v1_ConfigMapProjection(ref), - "k8s.io/api/core/v1.ConfigMapVolumeSource": schema_k8sio_api_core_v1_ConfigMapVolumeSource(ref), - "k8s.io/api/core/v1.Container": schema_k8sio_api_core_v1_Container(ref), - "k8s.io/api/core/v1.ContainerImage": schema_k8sio_api_core_v1_ContainerImage(ref), - "k8s.io/api/core/v1.ContainerPort": schema_k8sio_api_core_v1_ContainerPort(ref), - "k8s.io/api/core/v1.ContainerResizePolicy": schema_k8sio_api_core_v1_ContainerResizePolicy(ref), - "k8s.io/api/core/v1.ContainerState": schema_k8sio_api_core_v1_ContainerState(ref), - "k8s.io/api/core/v1.ContainerStateRunning": schema_k8sio_api_core_v1_ContainerStateRunning(ref), - "k8s.io/api/core/v1.ContainerStateTerminated": schema_k8sio_api_core_v1_ContainerStateTerminated(ref), - "k8s.io/api/core/v1.ContainerStateWaiting": schema_k8sio_api_core_v1_ContainerStateWaiting(ref), - "k8s.io/api/core/v1.ContainerStatus": schema_k8sio_api_core_v1_ContainerStatus(ref), - "k8s.io/api/core/v1.DaemonEndpoint": schema_k8sio_api_core_v1_DaemonEndpoint(ref), - "k8s.io/api/core/v1.DownwardAPIProjection": schema_k8sio_api_core_v1_DownwardAPIProjection(ref), - "k8s.io/api/core/v1.DownwardAPIVolumeFile": schema_k8sio_api_core_v1_DownwardAPIVolumeFile(ref), - "k8s.io/api/core/v1.DownwardAPIVolumeSource": schema_k8sio_api_core_v1_DownwardAPIVolumeSource(ref), - "k8s.io/api/core/v1.EmptyDirVolumeSource": schema_k8sio_api_core_v1_EmptyDirVolumeSource(ref), - "k8s.io/api/core/v1.EndpointAddress": schema_k8sio_api_core_v1_EndpointAddress(ref), - "k8s.io/api/core/v1.EndpointPort": schema_k8sio_api_core_v1_EndpointPort(ref), - "k8s.io/api/core/v1.EndpointSubset": schema_k8sio_api_core_v1_EndpointSubset(ref), - "k8s.io/api/core/v1.Endpoints": schema_k8sio_api_core_v1_Endpoints(ref), - "k8s.io/api/core/v1.EndpointsList": schema_k8sio_api_core_v1_EndpointsList(ref), - "k8s.io/api/core/v1.EnvFromSource": schema_k8sio_api_core_v1_EnvFromSource(ref), - "k8s.io/api/core/v1.EnvVar": schema_k8sio_api_core_v1_EnvVar(ref), - "k8s.io/api/core/v1.EnvVarSource": schema_k8sio_api_core_v1_EnvVarSource(ref), - "k8s.io/api/core/v1.EphemeralContainer": schema_k8sio_api_core_v1_EphemeralContainer(ref), - "k8s.io/api/core/v1.EphemeralContainerCommon": schema_k8sio_api_core_v1_EphemeralContainerCommon(ref), - "k8s.io/api/core/v1.EphemeralVolumeSource": schema_k8sio_api_core_v1_EphemeralVolumeSource(ref), - "k8s.io/api/core/v1.Event": schema_k8sio_api_core_v1_Event(ref), - "k8s.io/api/core/v1.EventList": schema_k8sio_api_core_v1_EventList(ref), - "k8s.io/api/core/v1.EventSeries": schema_k8sio_api_core_v1_EventSeries(ref), - "k8s.io/api/core/v1.EventSource": schema_k8sio_api_core_v1_EventSource(ref), - "k8s.io/api/core/v1.ExecAction": schema_k8sio_api_core_v1_ExecAction(ref), - "k8s.io/api/core/v1.FCVolumeSource": schema_k8sio_api_core_v1_FCVolumeSource(ref), - "k8s.io/api/core/v1.FlexPersistentVolumeSource": schema_k8sio_api_core_v1_FlexPersistentVolumeSource(ref), - "k8s.io/api/core/v1.FlexVolumeSource": schema_k8sio_api_core_v1_FlexVolumeSource(ref), - "k8s.io/api/core/v1.FlockerVolumeSource": schema_k8sio_api_core_v1_FlockerVolumeSource(ref), - "k8s.io/api/core/v1.GCEPersistentDiskVolumeSource": schema_k8sio_api_core_v1_GCEPersistentDiskVolumeSource(ref), - "k8s.io/api/core/v1.GRPCAction": schema_k8sio_api_core_v1_GRPCAction(ref), - "k8s.io/api/core/v1.GitRepoVolumeSource": schema_k8sio_api_core_v1_GitRepoVolumeSource(ref), - "k8s.io/api/core/v1.GlusterfsPersistentVolumeSource": schema_k8sio_api_core_v1_GlusterfsPersistentVolumeSource(ref), - "k8s.io/api/core/v1.GlusterfsVolumeSource": schema_k8sio_api_core_v1_GlusterfsVolumeSource(ref), - "k8s.io/api/core/v1.HTTPGetAction": schema_k8sio_api_core_v1_HTTPGetAction(ref), - "k8s.io/api/core/v1.HTTPHeader": schema_k8sio_api_core_v1_HTTPHeader(ref), - "k8s.io/api/core/v1.HostAlias": schema_k8sio_api_core_v1_HostAlias(ref), - "k8s.io/api/core/v1.HostIP": schema_k8sio_api_core_v1_HostIP(ref), - "k8s.io/api/core/v1.HostPathVolumeSource": schema_k8sio_api_core_v1_HostPathVolumeSource(ref), - "k8s.io/api/core/v1.ISCSIPersistentVolumeSource": schema_k8sio_api_core_v1_ISCSIPersistentVolumeSource(ref), - "k8s.io/api/core/v1.ISCSIVolumeSource": schema_k8sio_api_core_v1_ISCSIVolumeSource(ref), - "k8s.io/api/core/v1.KeyToPath": schema_k8sio_api_core_v1_KeyToPath(ref), - "k8s.io/api/core/v1.Lifecycle": schema_k8sio_api_core_v1_Lifecycle(ref), - "k8s.io/api/core/v1.LifecycleHandler": schema_k8sio_api_core_v1_LifecycleHandler(ref), - "k8s.io/api/core/v1.LimitRange": schema_k8sio_api_core_v1_LimitRange(ref), - "k8s.io/api/core/v1.LimitRangeItem": schema_k8sio_api_core_v1_LimitRangeItem(ref), - "k8s.io/api/core/v1.LimitRangeList": schema_k8sio_api_core_v1_LimitRangeList(ref), - "k8s.io/api/core/v1.LimitRangeSpec": schema_k8sio_api_core_v1_LimitRangeSpec(ref), - "k8s.io/api/core/v1.List": schema_k8sio_api_core_v1_List(ref), - "k8s.io/api/core/v1.LoadBalancerIngress": schema_k8sio_api_core_v1_LoadBalancerIngress(ref), - "k8s.io/api/core/v1.LoadBalancerStatus": schema_k8sio_api_core_v1_LoadBalancerStatus(ref), - "k8s.io/api/core/v1.LocalObjectReference": schema_k8sio_api_core_v1_LocalObjectReference(ref), - "k8s.io/api/core/v1.LocalVolumeSource": schema_k8sio_api_core_v1_LocalVolumeSource(ref), - "k8s.io/api/core/v1.ModifyVolumeStatus": schema_k8sio_api_core_v1_ModifyVolumeStatus(ref), - "k8s.io/api/core/v1.NFSVolumeSource": schema_k8sio_api_core_v1_NFSVolumeSource(ref), - "k8s.io/api/core/v1.Namespace": schema_k8sio_api_core_v1_Namespace(ref), - "k8s.io/api/core/v1.NamespaceCondition": schema_k8sio_api_core_v1_NamespaceCondition(ref), - "k8s.io/api/core/v1.NamespaceList": schema_k8sio_api_core_v1_NamespaceList(ref), - "k8s.io/api/core/v1.NamespaceSpec": schema_k8sio_api_core_v1_NamespaceSpec(ref), - "k8s.io/api/core/v1.NamespaceStatus": schema_k8sio_api_core_v1_NamespaceStatus(ref), - "k8s.io/api/core/v1.Node": schema_k8sio_api_core_v1_Node(ref), - "k8s.io/api/core/v1.NodeAddress": schema_k8sio_api_core_v1_NodeAddress(ref), - "k8s.io/api/core/v1.NodeAffinity": schema_k8sio_api_core_v1_NodeAffinity(ref), - "k8s.io/api/core/v1.NodeCondition": schema_k8sio_api_core_v1_NodeCondition(ref), - "k8s.io/api/core/v1.NodeConfigSource": schema_k8sio_api_core_v1_NodeConfigSource(ref), - "k8s.io/api/core/v1.NodeConfigStatus": schema_k8sio_api_core_v1_NodeConfigStatus(ref), - "k8s.io/api/core/v1.NodeDaemonEndpoints": schema_k8sio_api_core_v1_NodeDaemonEndpoints(ref), - "k8s.io/api/core/v1.NodeList": schema_k8sio_api_core_v1_NodeList(ref), - "k8s.io/api/core/v1.NodeProxyOptions": schema_k8sio_api_core_v1_NodeProxyOptions(ref), - "k8s.io/api/core/v1.NodeRuntimeHandler": schema_k8sio_api_core_v1_NodeRuntimeHandler(ref), - "k8s.io/api/core/v1.NodeRuntimeHandlerFeatures": schema_k8sio_api_core_v1_NodeRuntimeHandlerFeatures(ref), - "k8s.io/api/core/v1.NodeSelector": schema_k8sio_api_core_v1_NodeSelector(ref), - "k8s.io/api/core/v1.NodeSelectorRequirement": schema_k8sio_api_core_v1_NodeSelectorRequirement(ref), - "k8s.io/api/core/v1.NodeSelectorTerm": schema_k8sio_api_core_v1_NodeSelectorTerm(ref), - "k8s.io/api/core/v1.NodeSpec": schema_k8sio_api_core_v1_NodeSpec(ref), - "k8s.io/api/core/v1.NodeStatus": schema_k8sio_api_core_v1_NodeStatus(ref), - "k8s.io/api/core/v1.NodeSystemInfo": schema_k8sio_api_core_v1_NodeSystemInfo(ref), - "k8s.io/api/core/v1.ObjectFieldSelector": schema_k8sio_api_core_v1_ObjectFieldSelector(ref), - "k8s.io/api/core/v1.ObjectReference": schema_k8sio_api_core_v1_ObjectReference(ref), - "k8s.io/api/core/v1.PersistentVolume": schema_k8sio_api_core_v1_PersistentVolume(ref), - "k8s.io/api/core/v1.PersistentVolumeClaim": schema_k8sio_api_core_v1_PersistentVolumeClaim(ref), - "k8s.io/api/core/v1.PersistentVolumeClaimCondition": schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref), - "k8s.io/api/core/v1.PersistentVolumeClaimList": schema_k8sio_api_core_v1_PersistentVolumeClaimList(ref), - "k8s.io/api/core/v1.PersistentVolumeClaimSpec": schema_k8sio_api_core_v1_PersistentVolumeClaimSpec(ref), - "k8s.io/api/core/v1.PersistentVolumeClaimStatus": schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref), - "k8s.io/api/core/v1.PersistentVolumeClaimTemplate": schema_k8sio_api_core_v1_PersistentVolumeClaimTemplate(ref), - "k8s.io/api/core/v1.PersistentVolumeClaimVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeClaimVolumeSource(ref), - "k8s.io/api/core/v1.PersistentVolumeList": schema_k8sio_api_core_v1_PersistentVolumeList(ref), - "k8s.io/api/core/v1.PersistentVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeSource(ref), - "k8s.io/api/core/v1.PersistentVolumeSpec": schema_k8sio_api_core_v1_PersistentVolumeSpec(ref), - "k8s.io/api/core/v1.PersistentVolumeStatus": schema_k8sio_api_core_v1_PersistentVolumeStatus(ref), - "k8s.io/api/core/v1.PhotonPersistentDiskVolumeSource": schema_k8sio_api_core_v1_PhotonPersistentDiskVolumeSource(ref), - "k8s.io/api/core/v1.Pod": schema_k8sio_api_core_v1_Pod(ref), - "k8s.io/api/core/v1.PodAffinity": schema_k8sio_api_core_v1_PodAffinity(ref), - "k8s.io/api/core/v1.PodAffinityTerm": schema_k8sio_api_core_v1_PodAffinityTerm(ref), - "k8s.io/api/core/v1.PodAntiAffinity": schema_k8sio_api_core_v1_PodAntiAffinity(ref), - "k8s.io/api/core/v1.PodAttachOptions": schema_k8sio_api_core_v1_PodAttachOptions(ref), - "k8s.io/api/core/v1.PodCondition": schema_k8sio_api_core_v1_PodCondition(ref), - "k8s.io/api/core/v1.PodDNSConfig": schema_k8sio_api_core_v1_PodDNSConfig(ref), - "k8s.io/api/core/v1.PodDNSConfigOption": schema_k8sio_api_core_v1_PodDNSConfigOption(ref), - "k8s.io/api/core/v1.PodExecOptions": schema_k8sio_api_core_v1_PodExecOptions(ref), - "k8s.io/api/core/v1.PodIP": schema_k8sio_api_core_v1_PodIP(ref), - "k8s.io/api/core/v1.PodList": schema_k8sio_api_core_v1_PodList(ref), - "k8s.io/api/core/v1.PodLogOptions": schema_k8sio_api_core_v1_PodLogOptions(ref), - "k8s.io/api/core/v1.PodOS": schema_k8sio_api_core_v1_PodOS(ref), - "k8s.io/api/core/v1.PodPortForwardOptions": schema_k8sio_api_core_v1_PodPortForwardOptions(ref), - "k8s.io/api/core/v1.PodProxyOptions": schema_k8sio_api_core_v1_PodProxyOptions(ref), - "k8s.io/api/core/v1.PodReadinessGate": schema_k8sio_api_core_v1_PodReadinessGate(ref), - "k8s.io/api/core/v1.PodResourceClaim": schema_k8sio_api_core_v1_PodResourceClaim(ref), - "k8s.io/api/core/v1.PodResourceClaimStatus": schema_k8sio_api_core_v1_PodResourceClaimStatus(ref), - "k8s.io/api/core/v1.PodSchedulingGate": schema_k8sio_api_core_v1_PodSchedulingGate(ref), - "k8s.io/api/core/v1.PodSecurityContext": schema_k8sio_api_core_v1_PodSecurityContext(ref), - "k8s.io/api/core/v1.PodSignature": schema_k8sio_api_core_v1_PodSignature(ref), - "k8s.io/api/core/v1.PodSpec": schema_k8sio_api_core_v1_PodSpec(ref), - "k8s.io/api/core/v1.PodStatus": schema_k8sio_api_core_v1_PodStatus(ref), - "k8s.io/api/core/v1.PodStatusResult": schema_k8sio_api_core_v1_PodStatusResult(ref), - "k8s.io/api/core/v1.PodTemplate": schema_k8sio_api_core_v1_PodTemplate(ref), - "k8s.io/api/core/v1.PodTemplateList": schema_k8sio_api_core_v1_PodTemplateList(ref), - "k8s.io/api/core/v1.PodTemplateSpec": schema_k8sio_api_core_v1_PodTemplateSpec(ref), - "k8s.io/api/core/v1.PortStatus": schema_k8sio_api_core_v1_PortStatus(ref), - "k8s.io/api/core/v1.PortworxVolumeSource": schema_k8sio_api_core_v1_PortworxVolumeSource(ref), - "k8s.io/api/core/v1.PreferAvoidPodsEntry": schema_k8sio_api_core_v1_PreferAvoidPodsEntry(ref), - "k8s.io/api/core/v1.PreferredSchedulingTerm": schema_k8sio_api_core_v1_PreferredSchedulingTerm(ref), - "k8s.io/api/core/v1.Probe": schema_k8sio_api_core_v1_Probe(ref), - "k8s.io/api/core/v1.ProbeHandler": schema_k8sio_api_core_v1_ProbeHandler(ref), - "k8s.io/api/core/v1.ProjectedVolumeSource": schema_k8sio_api_core_v1_ProjectedVolumeSource(ref), - "k8s.io/api/core/v1.QuobyteVolumeSource": schema_k8sio_api_core_v1_QuobyteVolumeSource(ref), - "k8s.io/api/core/v1.RBDPersistentVolumeSource": schema_k8sio_api_core_v1_RBDPersistentVolumeSource(ref), - "k8s.io/api/core/v1.RBDVolumeSource": schema_k8sio_api_core_v1_RBDVolumeSource(ref), - "k8s.io/api/core/v1.RangeAllocation": schema_k8sio_api_core_v1_RangeAllocation(ref), - "k8s.io/api/core/v1.ReplicationController": schema_k8sio_api_core_v1_ReplicationController(ref), - "k8s.io/api/core/v1.ReplicationControllerCondition": schema_k8sio_api_core_v1_ReplicationControllerCondition(ref), - "k8s.io/api/core/v1.ReplicationControllerList": schema_k8sio_api_core_v1_ReplicationControllerList(ref), - "k8s.io/api/core/v1.ReplicationControllerSpec": schema_k8sio_api_core_v1_ReplicationControllerSpec(ref), - "k8s.io/api/core/v1.ReplicationControllerStatus": schema_k8sio_api_core_v1_ReplicationControllerStatus(ref), - "k8s.io/api/core/v1.ResourceClaim": schema_k8sio_api_core_v1_ResourceClaim(ref), - "k8s.io/api/core/v1.ResourceFieldSelector": schema_k8sio_api_core_v1_ResourceFieldSelector(ref), - "k8s.io/api/core/v1.ResourceQuota": schema_k8sio_api_core_v1_ResourceQuota(ref), - "k8s.io/api/core/v1.ResourceQuotaList": schema_k8sio_api_core_v1_ResourceQuotaList(ref), - "k8s.io/api/core/v1.ResourceQuotaSpec": schema_k8sio_api_core_v1_ResourceQuotaSpec(ref), - "k8s.io/api/core/v1.ResourceQuotaStatus": schema_k8sio_api_core_v1_ResourceQuotaStatus(ref), - "k8s.io/api/core/v1.ResourceRequirements": schema_k8sio_api_core_v1_ResourceRequirements(ref), - "k8s.io/api/core/v1.SELinuxOptions": schema_k8sio_api_core_v1_SELinuxOptions(ref), - "k8s.io/api/core/v1.ScaleIOPersistentVolumeSource": schema_k8sio_api_core_v1_ScaleIOPersistentVolumeSource(ref), - "k8s.io/api/core/v1.ScaleIOVolumeSource": schema_k8sio_api_core_v1_ScaleIOVolumeSource(ref), - "k8s.io/api/core/v1.ScopeSelector": schema_k8sio_api_core_v1_ScopeSelector(ref), - "k8s.io/api/core/v1.ScopedResourceSelectorRequirement": schema_k8sio_api_core_v1_ScopedResourceSelectorRequirement(ref), - "k8s.io/api/core/v1.SeccompProfile": schema_k8sio_api_core_v1_SeccompProfile(ref), - "k8s.io/api/core/v1.Secret": schema_k8sio_api_core_v1_Secret(ref), - "k8s.io/api/core/v1.SecretEnvSource": schema_k8sio_api_core_v1_SecretEnvSource(ref), - "k8s.io/api/core/v1.SecretKeySelector": schema_k8sio_api_core_v1_SecretKeySelector(ref), - "k8s.io/api/core/v1.SecretList": schema_k8sio_api_core_v1_SecretList(ref), - "k8s.io/api/core/v1.SecretProjection": schema_k8sio_api_core_v1_SecretProjection(ref), - "k8s.io/api/core/v1.SecretReference": schema_k8sio_api_core_v1_SecretReference(ref), - "k8s.io/api/core/v1.SecretVolumeSource": schema_k8sio_api_core_v1_SecretVolumeSource(ref), - "k8s.io/api/core/v1.SecurityContext": schema_k8sio_api_core_v1_SecurityContext(ref), - "k8s.io/api/core/v1.SerializedReference": schema_k8sio_api_core_v1_SerializedReference(ref), - "k8s.io/api/core/v1.Service": schema_k8sio_api_core_v1_Service(ref), - "k8s.io/api/core/v1.ServiceAccount": schema_k8sio_api_core_v1_ServiceAccount(ref), - "k8s.io/api/core/v1.ServiceAccountList": schema_k8sio_api_core_v1_ServiceAccountList(ref), - "k8s.io/api/core/v1.ServiceAccountTokenProjection": schema_k8sio_api_core_v1_ServiceAccountTokenProjection(ref), - "k8s.io/api/core/v1.ServiceList": schema_k8sio_api_core_v1_ServiceList(ref), - "k8s.io/api/core/v1.ServicePort": schema_k8sio_api_core_v1_ServicePort(ref), - "k8s.io/api/core/v1.ServiceProxyOptions": schema_k8sio_api_core_v1_ServiceProxyOptions(ref), - "k8s.io/api/core/v1.ServiceSpec": schema_k8sio_api_core_v1_ServiceSpec(ref), - "k8s.io/api/core/v1.ServiceStatus": schema_k8sio_api_core_v1_ServiceStatus(ref), - "k8s.io/api/core/v1.SessionAffinityConfig": schema_k8sio_api_core_v1_SessionAffinityConfig(ref), - "k8s.io/api/core/v1.SleepAction": schema_k8sio_api_core_v1_SleepAction(ref), - "k8s.io/api/core/v1.StorageOSPersistentVolumeSource": schema_k8sio_api_core_v1_StorageOSPersistentVolumeSource(ref), - "k8s.io/api/core/v1.StorageOSVolumeSource": schema_k8sio_api_core_v1_StorageOSVolumeSource(ref), - "k8s.io/api/core/v1.Sysctl": schema_k8sio_api_core_v1_Sysctl(ref), - "k8s.io/api/core/v1.TCPSocketAction": schema_k8sio_api_core_v1_TCPSocketAction(ref), - "k8s.io/api/core/v1.Taint": schema_k8sio_api_core_v1_Taint(ref), - "k8s.io/api/core/v1.Toleration": schema_k8sio_api_core_v1_Toleration(ref), - "k8s.io/api/core/v1.TopologySelectorLabelRequirement": schema_k8sio_api_core_v1_TopologySelectorLabelRequirement(ref), - "k8s.io/api/core/v1.TopologySelectorTerm": schema_k8sio_api_core_v1_TopologySelectorTerm(ref), - "k8s.io/api/core/v1.TopologySpreadConstraint": schema_k8sio_api_core_v1_TopologySpreadConstraint(ref), - "k8s.io/api/core/v1.TypedLocalObjectReference": schema_k8sio_api_core_v1_TypedLocalObjectReference(ref), - "k8s.io/api/core/v1.TypedObjectReference": schema_k8sio_api_core_v1_TypedObjectReference(ref), - "k8s.io/api/core/v1.Volume": schema_k8sio_api_core_v1_Volume(ref), - "k8s.io/api/core/v1.VolumeDevice": schema_k8sio_api_core_v1_VolumeDevice(ref), - "k8s.io/api/core/v1.VolumeMount": schema_k8sio_api_core_v1_VolumeMount(ref), - "k8s.io/api/core/v1.VolumeMountStatus": schema_k8sio_api_core_v1_VolumeMountStatus(ref), - "k8s.io/api/core/v1.VolumeNodeAffinity": schema_k8sio_api_core_v1_VolumeNodeAffinity(ref), - "k8s.io/api/core/v1.VolumeProjection": schema_k8sio_api_core_v1_VolumeProjection(ref), - "k8s.io/api/core/v1.VolumeResourceRequirements": schema_k8sio_api_core_v1_VolumeResourceRequirements(ref), - "k8s.io/api/core/v1.VolumeSource": schema_k8sio_api_core_v1_VolumeSource(ref), - "k8s.io/api/core/v1.VsphereVirtualDiskVolumeSource": schema_k8sio_api_core_v1_VsphereVirtualDiskVolumeSource(ref), - "k8s.io/api/core/v1.WeightedPodAffinityTerm": schema_k8sio_api_core_v1_WeightedPodAffinityTerm(ref), - "k8s.io/api/core/v1.WindowsSecurityContextOptions": schema_k8sio_api_core_v1_WindowsSecurityContextOptions(ref), - "k8s.io/apimachinery/pkg/api/resource.Quantity": schema_apimachinery_pkg_api_resource_Quantity(ref), - "k8s.io/apimachinery/pkg/api/resource.int64Amount": schema_apimachinery_pkg_api_resource_int64Amount(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroup": schema_pkg_apis_meta_v1_APIGroup(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroupList": schema_pkg_apis_meta_v1_APIGroupList(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.APIResource": schema_pkg_apis_meta_v1_APIResource(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.APIResourceList": schema_pkg_apis_meta_v1_APIResourceList(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.APIVersions": schema_pkg_apis_meta_v1_APIVersions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.ApplyOptions": schema_pkg_apis_meta_v1_ApplyOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Condition": schema_pkg_apis_meta_v1_Condition(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.CreateOptions": schema_pkg_apis_meta_v1_CreateOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.DeleteOptions": schema_pkg_apis_meta_v1_DeleteOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Duration": schema_pkg_apis_meta_v1_Duration(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.FieldsV1": schema_pkg_apis_meta_v1_FieldsV1(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GetOptions": schema_pkg_apis_meta_v1_GetOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GroupKind": schema_pkg_apis_meta_v1_GroupKind(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GroupResource": schema_pkg_apis_meta_v1_GroupResource(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersion": schema_pkg_apis_meta_v1_GroupVersion(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionForDiscovery": schema_pkg_apis_meta_v1_GroupVersionForDiscovery(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionKind": schema_pkg_apis_meta_v1_GroupVersionKind(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionResource": schema_pkg_apis_meta_v1_GroupVersionResource(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.InternalEvent": schema_pkg_apis_meta_v1_InternalEvent(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector": schema_pkg_apis_meta_v1_LabelSelector(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelectorRequirement": schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.List": schema_pkg_apis_meta_v1_List(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta": schema_pkg_apis_meta_v1_ListMeta(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.ListOptions": schema_pkg_apis_meta_v1_ListOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.ManagedFieldsEntry": schema_pkg_apis_meta_v1_ManagedFieldsEntry(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime": schema_pkg_apis_meta_v1_MicroTime(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta": schema_pkg_apis_meta_v1_ObjectMeta(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.OwnerReference": schema_pkg_apis_meta_v1_OwnerReference(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadata": schema_pkg_apis_meta_v1_PartialObjectMetadata(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadataList": schema_pkg_apis_meta_v1_PartialObjectMetadataList(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Patch": schema_pkg_apis_meta_v1_Patch(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.PatchOptions": schema_pkg_apis_meta_v1_PatchOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Preconditions": schema_pkg_apis_meta_v1_Preconditions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.RootPaths": schema_pkg_apis_meta_v1_RootPaths(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.ServerAddressByClientCIDR": schema_pkg_apis_meta_v1_ServerAddressByClientCIDR(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Status": schema_pkg_apis_meta_v1_Status(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.StatusCause": schema_pkg_apis_meta_v1_StatusCause(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.StatusDetails": schema_pkg_apis_meta_v1_StatusDetails(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Table": schema_pkg_apis_meta_v1_Table(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.TableColumnDefinition": schema_pkg_apis_meta_v1_TableColumnDefinition(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.TableOptions": schema_pkg_apis_meta_v1_TableOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.TableRow": schema_pkg_apis_meta_v1_TableRow(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.TableRowCondition": schema_pkg_apis_meta_v1_TableRowCondition(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Time": schema_pkg_apis_meta_v1_Time(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.Timestamp": schema_pkg_apis_meta_v1_Timestamp(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.TypeMeta": schema_pkg_apis_meta_v1_TypeMeta(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.UpdateOptions": schema_pkg_apis_meta_v1_UpdateOptions(ref), - "k8s.io/apimachinery/pkg/apis/meta/v1.WatchEvent": schema_pkg_apis_meta_v1_WatchEvent(ref), - "k8s.io/apimachinery/pkg/runtime.RawExtension": schema_k8sio_apimachinery_pkg_runtime_RawExtension(ref), - "k8s.io/apimachinery/pkg/runtime.TypeMeta": schema_k8sio_apimachinery_pkg_runtime_TypeMeta(ref), - "k8s.io/apimachinery/pkg/runtime.Unknown": schema_k8sio_apimachinery_pkg_runtime_Unknown(ref), - "k8s.io/apimachinery/pkg/util/intstr.IntOrString": schema_apimachinery_pkg_util_intstr_IntOrString(ref), - "k8s.io/apimachinery/pkg/version.Info": schema_k8sio_apimachinery_pkg_version_Info(ref), - "kmodules.xyz/client-go/api/v1.CAPIClusterInfo": schema_kmodulesxyz_client_go_api_v1_CAPIClusterInfo(ref), - "kmodules.xyz/client-go/api/v1.CertificatePrivateKey": schema_kmodulesxyz_client_go_api_v1_CertificatePrivateKey(ref), - "kmodules.xyz/client-go/api/v1.CertificateSpec": schema_kmodulesxyz_client_go_api_v1_CertificateSpec(ref), - "kmodules.xyz/client-go/api/v1.ClusterClaimFeatures": schema_kmodulesxyz_client_go_api_v1_ClusterClaimFeatures(ref), - "kmodules.xyz/client-go/api/v1.ClusterClaimInfo": schema_kmodulesxyz_client_go_api_v1_ClusterClaimInfo(ref), - "kmodules.xyz/client-go/api/v1.ClusterInfo": schema_kmodulesxyz_client_go_api_v1_ClusterInfo(ref), - "kmodules.xyz/client-go/api/v1.ClusterMetadata": schema_kmodulesxyz_client_go_api_v1_ClusterMetadata(ref), - "kmodules.xyz/client-go/api/v1.Condition": schema_kmodulesxyz_client_go_api_v1_Condition(ref), - "kmodules.xyz/client-go/api/v1.HealthCheckSpec": schema_kmodulesxyz_client_go_api_v1_HealthCheckSpec(ref), - "kmodules.xyz/client-go/api/v1.ImageInfo": schema_kmodulesxyz_client_go_api_v1_ImageInfo(ref), - "kmodules.xyz/client-go/api/v1.Lineage": schema_kmodulesxyz_client_go_api_v1_Lineage(ref), - "kmodules.xyz/client-go/api/v1.ObjectID": schema_kmodulesxyz_client_go_api_v1_ObjectID(ref), - "kmodules.xyz/client-go/api/v1.ObjectInfo": schema_kmodulesxyz_client_go_api_v1_ObjectInfo(ref), - "kmodules.xyz/client-go/api/v1.ObjectReference": schema_kmodulesxyz_client_go_api_v1_ObjectReference(ref), - "kmodules.xyz/client-go/api/v1.PullCredentials": schema_kmodulesxyz_client_go_api_v1_PullCredentials(ref), - "kmodules.xyz/client-go/api/v1.ReadonlyHealthCheckSpec": schema_kmodulesxyz_client_go_api_v1_ReadonlyHealthCheckSpec(ref), - "kmodules.xyz/client-go/api/v1.ResourceID": schema_kmodulesxyz_client_go_api_v1_ResourceID(ref), - "kmodules.xyz/client-go/api/v1.TLSConfig": schema_kmodulesxyz_client_go_api_v1_TLSConfig(ref), - "kmodules.xyz/client-go/api/v1.TimeOfDay": schema_kmodulesxyz_client_go_api_v1_TimeOfDay(ref), - "kmodules.xyz/client-go/api/v1.TypedObjectReference": schema_kmodulesxyz_client_go_api_v1_TypedObjectReference(ref), - "kmodules.xyz/client-go/api/v1.X509Subject": schema_kmodulesxyz_client_go_api_v1_X509Subject(ref), - "kmodules.xyz/client-go/api/v1.stringSetMerger": schema_kmodulesxyz_client_go_api_v1_stringSetMerger(ref), - "kmodules.xyz/offshoot-api/api/v1.ContainerRuntimeSettings": schema_kmodulesxyz_offshoot_api_api_v1_ContainerRuntimeSettings(ref), - "kmodules.xyz/offshoot-api/api/v1.EphemeralVolumeSource": schema_kmodulesxyz_offshoot_api_api_v1_EphemeralVolumeSource(ref), - "kmodules.xyz/offshoot-api/api/v1.Gateway": schema_kmodulesxyz_offshoot_api_api_v1_Gateway(ref), - "kmodules.xyz/offshoot-api/api/v1.GatewayPort": schema_kmodulesxyz_offshoot_api_api_v1_GatewayPort(ref), - "kmodules.xyz/offshoot-api/api/v1.IONiceSettings": schema_kmodulesxyz_offshoot_api_api_v1_IONiceSettings(ref), - "kmodules.xyz/offshoot-api/api/v1.NamedServiceStatus": schema_kmodulesxyz_offshoot_api_api_v1_NamedServiceStatus(ref), - "kmodules.xyz/offshoot-api/api/v1.NamedURL": schema_kmodulesxyz_offshoot_api_api_v1_NamedURL(ref), - "kmodules.xyz/offshoot-api/api/v1.NiceSettings": schema_kmodulesxyz_offshoot_api_api_v1_NiceSettings(ref), - "kmodules.xyz/offshoot-api/api/v1.ObjectMeta": schema_kmodulesxyz_offshoot_api_api_v1_ObjectMeta(ref), - "kmodules.xyz/offshoot-api/api/v1.PartialObjectMeta": schema_kmodulesxyz_offshoot_api_api_v1_PartialObjectMeta(ref), - "kmodules.xyz/offshoot-api/api/v1.PersistentVolumeClaim": schema_kmodulesxyz_offshoot_api_api_v1_PersistentVolumeClaim(ref), - "kmodules.xyz/offshoot-api/api/v1.PersistentVolumeClaimTemplate": schema_kmodulesxyz_offshoot_api_api_v1_PersistentVolumeClaimTemplate(ref), - "kmodules.xyz/offshoot-api/api/v1.PodRuntimeSettings": schema_kmodulesxyz_offshoot_api_api_v1_PodRuntimeSettings(ref), - "kmodules.xyz/offshoot-api/api/v1.PodSpec": schema_kmodulesxyz_offshoot_api_api_v1_PodSpec(ref), - "kmodules.xyz/offshoot-api/api/v1.PodTemplateSpec": schema_kmodulesxyz_offshoot_api_api_v1_PodTemplateSpec(ref), - "kmodules.xyz/offshoot-api/api/v1.RuntimeSettings": schema_kmodulesxyz_offshoot_api_api_v1_RuntimeSettings(ref), - "kmodules.xyz/offshoot-api/api/v1.ServicePort": schema_kmodulesxyz_offshoot_api_api_v1_ServicePort(ref), - "kmodules.xyz/offshoot-api/api/v1.ServiceSpec": schema_kmodulesxyz_offshoot_api_api_v1_ServiceSpec(ref), - "kmodules.xyz/offshoot-api/api/v1.ServiceTemplateSpec": schema_kmodulesxyz_offshoot_api_api_v1_ServiceTemplateSpec(ref), - "kmodules.xyz/offshoot-api/api/v1.Volume": schema_kmodulesxyz_offshoot_api_api_v1_Volume(ref), - "kmodules.xyz/offshoot-api/api/v1.VolumeSource": schema_kmodulesxyz_offshoot_api_api_v1_VolumeSource(ref), - "kmodules.xyz/resource-metadata/apis/shared.Action": schema_kmodulesxyz_resource_metadata_apis_shared_Action(ref), - "kmodules.xyz/resource-metadata/apis/shared.ActionGroup": schema_kmodulesxyz_resource_metadata_apis_shared_ActionGroup(ref), - "kmodules.xyz/resource-metadata/apis/shared.ActionInfo": schema_kmodulesxyz_resource_metadata_apis_shared_ActionInfo(ref), - "kmodules.xyz/resource-metadata/apis/shared.ActionTemplate": schema_kmodulesxyz_resource_metadata_apis_shared_ActionTemplate(ref), - "kmodules.xyz/resource-metadata/apis/shared.ActionTemplateGroup": schema_kmodulesxyz_resource_metadata_apis_shared_ActionTemplateGroup(ref), - "kmodules.xyz/resource-metadata/apis/shared.BootstrapPresets": schema_kmodulesxyz_resource_metadata_apis_shared_BootstrapPresets(ref), - "kmodules.xyz/resource-metadata/apis/shared.Dashboard": schema_kmodulesxyz_resource_metadata_apis_shared_Dashboard(ref), - "kmodules.xyz/resource-metadata/apis/shared.DashboardVar": schema_kmodulesxyz_resource_metadata_apis_shared_DashboardVar(ref), - "kmodules.xyz/resource-metadata/apis/shared.DeploymentParameters": schema_kmodulesxyz_resource_metadata_apis_shared_DeploymentParameters(ref), - "kmodules.xyz/resource-metadata/apis/shared.HelmInfo": schema_kmodulesxyz_resource_metadata_apis_shared_HelmInfo(ref), - "kmodules.xyz/resource-metadata/apis/shared.HelmRelease": schema_kmodulesxyz_resource_metadata_apis_shared_HelmRelease(ref), - "kmodules.xyz/resource-metadata/apis/shared.HelmRepository": schema_kmodulesxyz_resource_metadata_apis_shared_HelmRepository(ref), - "kmodules.xyz/resource-metadata/apis/shared.If": schema_kmodulesxyz_resource_metadata_apis_shared_If(ref), - "kmodules.xyz/resource-metadata/apis/shared.ImageRegistrySpec": schema_kmodulesxyz_resource_metadata_apis_shared_ImageRegistrySpec(ref), - "kmodules.xyz/resource-metadata/apis/shared.RegistryInfo": schema_kmodulesxyz_resource_metadata_apis_shared_RegistryInfo(ref), - "kmodules.xyz/resource-metadata/apis/shared.RegistryProxies": schema_kmodulesxyz_resource_metadata_apis_shared_RegistryProxies(ref), - "kmodules.xyz/resource-metadata/apis/shared.ResourceLocator": schema_kmodulesxyz_resource_metadata_apis_shared_ResourceLocator(ref), - "kmodules.xyz/resource-metadata/apis/shared.ResourceQuery": schema_kmodulesxyz_resource_metadata_apis_shared_ResourceQuery(ref), - "kmodules.xyz/resource-metadata/apis/shared.SourceLocator": schema_kmodulesxyz_resource_metadata_apis_shared_SourceLocator(ref), - "kmodules.xyz/resource-metadata/apis/shared.UIParameterTemplate": schema_kmodulesxyz_resource_metadata_apis_shared_UIParameterTemplate(ref), - "kmodules.xyz/resource-metadata/apis/shared.UIParameters": schema_kmodulesxyz_resource_metadata_apis_shared_UIParameters(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplate": schema_resource_metadata_apis_ui_v1alpha1_ActionTemplate(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplateGroup": schema_resource_metadata_apis_ui_v1alpha1_ActionTemplateGroup(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ChartInfo": schema_resource_metadata_apis_ui_v1alpha1_ChartInfo(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ClusterProfile": schema_resource_metadata_apis_ui_v1alpha1_ClusterProfile(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ClusterProfileList": schema_resource_metadata_apis_ui_v1alpha1_ClusterProfileList(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ClusterProfileSpec": schema_resource_metadata_apis_ui_v1alpha1_ClusterProfileSpec(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ComponentStatus": schema_resource_metadata_apis_ui_v1alpha1_ComponentStatus(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Dashboard": schema_resource_metadata_apis_ui_v1alpha1_Dashboard(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.DependentFeatureSet": schema_resource_metadata_apis_ui_v1alpha1_DependentFeatureSet(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Dependents": schema_resource_metadata_apis_ui_v1alpha1_Dependents(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Feature": schema_resource_metadata_apis_ui_v1alpha1_Feature(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureList": schema_resource_metadata_apis_ui_v1alpha1_FeatureList(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSet": schema_resource_metadata_apis_ui_v1alpha1_FeatureSet(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSetList": schema_resource_metadata_apis_ui_v1alpha1_FeatureSetList(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSetSpec": schema_resource_metadata_apis_ui_v1alpha1_FeatureSetSpec(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSetStatus": schema_resource_metadata_apis_ui_v1alpha1_FeatureSetStatus(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSpec": schema_resource_metadata_apis_ui_v1alpha1_FeatureSpec(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureStatus": schema_resource_metadata_apis_ui_v1alpha1_FeatureStatus(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.PanelLinkRequest": schema_resource_metadata_apis_ui_v1alpha1_PanelLinkRequest(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ReadinessChecks": schema_resource_metadata_apis_ui_v1alpha1_ReadinessChecks(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Requirements": schema_resource_metadata_apis_ui_v1alpha1_Requirements(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceDashboard": schema_resource_metadata_apis_ui_v1alpha1_ResourceDashboard(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceDashboardList": schema_resource_metadata_apis_ui_v1alpha1_ResourceDashboardList(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceDashboardSpec": schema_resource_metadata_apis_ui_v1alpha1_ResourceDashboardSpec(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceEditor": schema_resource_metadata_apis_ui_v1alpha1_ResourceEditor(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceEditorList": schema_resource_metadata_apis_ui_v1alpha1_ResourceEditorList(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceEditorSpec": schema_resource_metadata_apis_ui_v1alpha1_ResourceEditorSpec(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.UIParameters": schema_resource_metadata_apis_ui_v1alpha1_UIParameters(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ValuesReference": schema_resource_metadata_apis_ui_v1alpha1_ValuesReference(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.VariantRef": schema_resource_metadata_apis_ui_v1alpha1_VariantRef(ref), - "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.WorkloadInfo": schema_resource_metadata_apis_ui_v1alpha1_WorkloadInfo(ref), + "k8s.io/api/core/v1.AWSElasticBlockStoreVolumeSource": schema_k8sio_api_core_v1_AWSElasticBlockStoreVolumeSource(ref), + "k8s.io/api/core/v1.Affinity": schema_k8sio_api_core_v1_Affinity(ref), + "k8s.io/api/core/v1.AppArmorProfile": schema_k8sio_api_core_v1_AppArmorProfile(ref), + "k8s.io/api/core/v1.AttachedVolume": schema_k8sio_api_core_v1_AttachedVolume(ref), + "k8s.io/api/core/v1.AvoidPods": schema_k8sio_api_core_v1_AvoidPods(ref), + "k8s.io/api/core/v1.AzureDiskVolumeSource": schema_k8sio_api_core_v1_AzureDiskVolumeSource(ref), + "k8s.io/api/core/v1.AzureFilePersistentVolumeSource": schema_k8sio_api_core_v1_AzureFilePersistentVolumeSource(ref), + "k8s.io/api/core/v1.AzureFileVolumeSource": schema_k8sio_api_core_v1_AzureFileVolumeSource(ref), + "k8s.io/api/core/v1.Binding": schema_k8sio_api_core_v1_Binding(ref), + "k8s.io/api/core/v1.CSIPersistentVolumeSource": schema_k8sio_api_core_v1_CSIPersistentVolumeSource(ref), + "k8s.io/api/core/v1.CSIVolumeSource": schema_k8sio_api_core_v1_CSIVolumeSource(ref), + "k8s.io/api/core/v1.Capabilities": schema_k8sio_api_core_v1_Capabilities(ref), + "k8s.io/api/core/v1.CephFSPersistentVolumeSource": schema_k8sio_api_core_v1_CephFSPersistentVolumeSource(ref), + "k8s.io/api/core/v1.CephFSVolumeSource": schema_k8sio_api_core_v1_CephFSVolumeSource(ref), + "k8s.io/api/core/v1.CinderPersistentVolumeSource": schema_k8sio_api_core_v1_CinderPersistentVolumeSource(ref), + "k8s.io/api/core/v1.CinderVolumeSource": schema_k8sio_api_core_v1_CinderVolumeSource(ref), + "k8s.io/api/core/v1.ClaimSource": schema_k8sio_api_core_v1_ClaimSource(ref), + "k8s.io/api/core/v1.ClientIPConfig": schema_k8sio_api_core_v1_ClientIPConfig(ref), + "k8s.io/api/core/v1.ClusterTrustBundleProjection": schema_k8sio_api_core_v1_ClusterTrustBundleProjection(ref), + "k8s.io/api/core/v1.ComponentCondition": schema_k8sio_api_core_v1_ComponentCondition(ref), + "k8s.io/api/core/v1.ComponentStatus": schema_k8sio_api_core_v1_ComponentStatus(ref), + "k8s.io/api/core/v1.ComponentStatusList": schema_k8sio_api_core_v1_ComponentStatusList(ref), + "k8s.io/api/core/v1.ConfigMap": schema_k8sio_api_core_v1_ConfigMap(ref), + "k8s.io/api/core/v1.ConfigMapEnvSource": schema_k8sio_api_core_v1_ConfigMapEnvSource(ref), + "k8s.io/api/core/v1.ConfigMapKeySelector": schema_k8sio_api_core_v1_ConfigMapKeySelector(ref), + "k8s.io/api/core/v1.ConfigMapList": schema_k8sio_api_core_v1_ConfigMapList(ref), + "k8s.io/api/core/v1.ConfigMapNodeConfigSource": schema_k8sio_api_core_v1_ConfigMapNodeConfigSource(ref), + "k8s.io/api/core/v1.ConfigMapProjection": schema_k8sio_api_core_v1_ConfigMapProjection(ref), + "k8s.io/api/core/v1.ConfigMapVolumeSource": schema_k8sio_api_core_v1_ConfigMapVolumeSource(ref), + "k8s.io/api/core/v1.Container": schema_k8sio_api_core_v1_Container(ref), + "k8s.io/api/core/v1.ContainerImage": schema_k8sio_api_core_v1_ContainerImage(ref), + "k8s.io/api/core/v1.ContainerPort": schema_k8sio_api_core_v1_ContainerPort(ref), + "k8s.io/api/core/v1.ContainerResizePolicy": schema_k8sio_api_core_v1_ContainerResizePolicy(ref), + "k8s.io/api/core/v1.ContainerState": schema_k8sio_api_core_v1_ContainerState(ref), + "k8s.io/api/core/v1.ContainerStateRunning": schema_k8sio_api_core_v1_ContainerStateRunning(ref), + "k8s.io/api/core/v1.ContainerStateTerminated": schema_k8sio_api_core_v1_ContainerStateTerminated(ref), + "k8s.io/api/core/v1.ContainerStateWaiting": schema_k8sio_api_core_v1_ContainerStateWaiting(ref), + "k8s.io/api/core/v1.ContainerStatus": schema_k8sio_api_core_v1_ContainerStatus(ref), + "k8s.io/api/core/v1.DaemonEndpoint": schema_k8sio_api_core_v1_DaemonEndpoint(ref), + "k8s.io/api/core/v1.DownwardAPIProjection": schema_k8sio_api_core_v1_DownwardAPIProjection(ref), + "k8s.io/api/core/v1.DownwardAPIVolumeFile": schema_k8sio_api_core_v1_DownwardAPIVolumeFile(ref), + "k8s.io/api/core/v1.DownwardAPIVolumeSource": schema_k8sio_api_core_v1_DownwardAPIVolumeSource(ref), + "k8s.io/api/core/v1.EmptyDirVolumeSource": schema_k8sio_api_core_v1_EmptyDirVolumeSource(ref), + "k8s.io/api/core/v1.EndpointAddress": schema_k8sio_api_core_v1_EndpointAddress(ref), + "k8s.io/api/core/v1.EndpointPort": schema_k8sio_api_core_v1_EndpointPort(ref), + "k8s.io/api/core/v1.EndpointSubset": schema_k8sio_api_core_v1_EndpointSubset(ref), + "k8s.io/api/core/v1.Endpoints": schema_k8sio_api_core_v1_Endpoints(ref), + "k8s.io/api/core/v1.EndpointsList": schema_k8sio_api_core_v1_EndpointsList(ref), + "k8s.io/api/core/v1.EnvFromSource": schema_k8sio_api_core_v1_EnvFromSource(ref), + "k8s.io/api/core/v1.EnvVar": schema_k8sio_api_core_v1_EnvVar(ref), + "k8s.io/api/core/v1.EnvVarSource": schema_k8sio_api_core_v1_EnvVarSource(ref), + "k8s.io/api/core/v1.EphemeralContainer": schema_k8sio_api_core_v1_EphemeralContainer(ref), + "k8s.io/api/core/v1.EphemeralContainerCommon": schema_k8sio_api_core_v1_EphemeralContainerCommon(ref), + "k8s.io/api/core/v1.EphemeralVolumeSource": schema_k8sio_api_core_v1_EphemeralVolumeSource(ref), + "k8s.io/api/core/v1.Event": schema_k8sio_api_core_v1_Event(ref), + "k8s.io/api/core/v1.EventList": schema_k8sio_api_core_v1_EventList(ref), + "k8s.io/api/core/v1.EventSeries": schema_k8sio_api_core_v1_EventSeries(ref), + "k8s.io/api/core/v1.EventSource": schema_k8sio_api_core_v1_EventSource(ref), + "k8s.io/api/core/v1.ExecAction": schema_k8sio_api_core_v1_ExecAction(ref), + "k8s.io/api/core/v1.FCVolumeSource": schema_k8sio_api_core_v1_FCVolumeSource(ref), + "k8s.io/api/core/v1.FlexPersistentVolumeSource": schema_k8sio_api_core_v1_FlexPersistentVolumeSource(ref), + "k8s.io/api/core/v1.FlexVolumeSource": schema_k8sio_api_core_v1_FlexVolumeSource(ref), + "k8s.io/api/core/v1.FlockerVolumeSource": schema_k8sio_api_core_v1_FlockerVolumeSource(ref), + "k8s.io/api/core/v1.GCEPersistentDiskVolumeSource": schema_k8sio_api_core_v1_GCEPersistentDiskVolumeSource(ref), + "k8s.io/api/core/v1.GRPCAction": schema_k8sio_api_core_v1_GRPCAction(ref), + "k8s.io/api/core/v1.GitRepoVolumeSource": schema_k8sio_api_core_v1_GitRepoVolumeSource(ref), + "k8s.io/api/core/v1.GlusterfsPersistentVolumeSource": schema_k8sio_api_core_v1_GlusterfsPersistentVolumeSource(ref), + "k8s.io/api/core/v1.GlusterfsVolumeSource": schema_k8sio_api_core_v1_GlusterfsVolumeSource(ref), + "k8s.io/api/core/v1.HTTPGetAction": schema_k8sio_api_core_v1_HTTPGetAction(ref), + "k8s.io/api/core/v1.HTTPHeader": schema_k8sio_api_core_v1_HTTPHeader(ref), + "k8s.io/api/core/v1.HostAlias": schema_k8sio_api_core_v1_HostAlias(ref), + "k8s.io/api/core/v1.HostIP": schema_k8sio_api_core_v1_HostIP(ref), + "k8s.io/api/core/v1.HostPathVolumeSource": schema_k8sio_api_core_v1_HostPathVolumeSource(ref), + "k8s.io/api/core/v1.ISCSIPersistentVolumeSource": schema_k8sio_api_core_v1_ISCSIPersistentVolumeSource(ref), + "k8s.io/api/core/v1.ISCSIVolumeSource": schema_k8sio_api_core_v1_ISCSIVolumeSource(ref), + "k8s.io/api/core/v1.KeyToPath": schema_k8sio_api_core_v1_KeyToPath(ref), + "k8s.io/api/core/v1.Lifecycle": schema_k8sio_api_core_v1_Lifecycle(ref), + "k8s.io/api/core/v1.LifecycleHandler": schema_k8sio_api_core_v1_LifecycleHandler(ref), + "k8s.io/api/core/v1.LimitRange": schema_k8sio_api_core_v1_LimitRange(ref), + "k8s.io/api/core/v1.LimitRangeItem": schema_k8sio_api_core_v1_LimitRangeItem(ref), + "k8s.io/api/core/v1.LimitRangeList": schema_k8sio_api_core_v1_LimitRangeList(ref), + "k8s.io/api/core/v1.LimitRangeSpec": schema_k8sio_api_core_v1_LimitRangeSpec(ref), + "k8s.io/api/core/v1.List": schema_k8sio_api_core_v1_List(ref), + "k8s.io/api/core/v1.LoadBalancerIngress": schema_k8sio_api_core_v1_LoadBalancerIngress(ref), + "k8s.io/api/core/v1.LoadBalancerStatus": schema_k8sio_api_core_v1_LoadBalancerStatus(ref), + "k8s.io/api/core/v1.LocalObjectReference": schema_k8sio_api_core_v1_LocalObjectReference(ref), + "k8s.io/api/core/v1.LocalVolumeSource": schema_k8sio_api_core_v1_LocalVolumeSource(ref), + "k8s.io/api/core/v1.ModifyVolumeStatus": schema_k8sio_api_core_v1_ModifyVolumeStatus(ref), + "k8s.io/api/core/v1.NFSVolumeSource": schema_k8sio_api_core_v1_NFSVolumeSource(ref), + "k8s.io/api/core/v1.Namespace": schema_k8sio_api_core_v1_Namespace(ref), + "k8s.io/api/core/v1.NamespaceCondition": schema_k8sio_api_core_v1_NamespaceCondition(ref), + "k8s.io/api/core/v1.NamespaceList": schema_k8sio_api_core_v1_NamespaceList(ref), + "k8s.io/api/core/v1.NamespaceSpec": schema_k8sio_api_core_v1_NamespaceSpec(ref), + "k8s.io/api/core/v1.NamespaceStatus": schema_k8sio_api_core_v1_NamespaceStatus(ref), + "k8s.io/api/core/v1.Node": schema_k8sio_api_core_v1_Node(ref), + "k8s.io/api/core/v1.NodeAddress": schema_k8sio_api_core_v1_NodeAddress(ref), + "k8s.io/api/core/v1.NodeAffinity": schema_k8sio_api_core_v1_NodeAffinity(ref), + "k8s.io/api/core/v1.NodeCondition": schema_k8sio_api_core_v1_NodeCondition(ref), + "k8s.io/api/core/v1.NodeConfigSource": schema_k8sio_api_core_v1_NodeConfigSource(ref), + "k8s.io/api/core/v1.NodeConfigStatus": schema_k8sio_api_core_v1_NodeConfigStatus(ref), + "k8s.io/api/core/v1.NodeDaemonEndpoints": schema_k8sio_api_core_v1_NodeDaemonEndpoints(ref), + "k8s.io/api/core/v1.NodeList": schema_k8sio_api_core_v1_NodeList(ref), + "k8s.io/api/core/v1.NodeProxyOptions": schema_k8sio_api_core_v1_NodeProxyOptions(ref), + "k8s.io/api/core/v1.NodeRuntimeHandler": schema_k8sio_api_core_v1_NodeRuntimeHandler(ref), + "k8s.io/api/core/v1.NodeRuntimeHandlerFeatures": schema_k8sio_api_core_v1_NodeRuntimeHandlerFeatures(ref), + "k8s.io/api/core/v1.NodeSelector": schema_k8sio_api_core_v1_NodeSelector(ref), + "k8s.io/api/core/v1.NodeSelectorRequirement": schema_k8sio_api_core_v1_NodeSelectorRequirement(ref), + "k8s.io/api/core/v1.NodeSelectorTerm": schema_k8sio_api_core_v1_NodeSelectorTerm(ref), + "k8s.io/api/core/v1.NodeSpec": schema_k8sio_api_core_v1_NodeSpec(ref), + "k8s.io/api/core/v1.NodeStatus": schema_k8sio_api_core_v1_NodeStatus(ref), + "k8s.io/api/core/v1.NodeSystemInfo": schema_k8sio_api_core_v1_NodeSystemInfo(ref), + "k8s.io/api/core/v1.ObjectFieldSelector": schema_k8sio_api_core_v1_ObjectFieldSelector(ref), + "k8s.io/api/core/v1.ObjectReference": schema_k8sio_api_core_v1_ObjectReference(ref), + "k8s.io/api/core/v1.PersistentVolume": schema_k8sio_api_core_v1_PersistentVolume(ref), + "k8s.io/api/core/v1.PersistentVolumeClaim": schema_k8sio_api_core_v1_PersistentVolumeClaim(ref), + "k8s.io/api/core/v1.PersistentVolumeClaimCondition": schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref), + "k8s.io/api/core/v1.PersistentVolumeClaimList": schema_k8sio_api_core_v1_PersistentVolumeClaimList(ref), + "k8s.io/api/core/v1.PersistentVolumeClaimSpec": schema_k8sio_api_core_v1_PersistentVolumeClaimSpec(ref), + "k8s.io/api/core/v1.PersistentVolumeClaimStatus": schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref), + "k8s.io/api/core/v1.PersistentVolumeClaimTemplate": schema_k8sio_api_core_v1_PersistentVolumeClaimTemplate(ref), + "k8s.io/api/core/v1.PersistentVolumeClaimVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeClaimVolumeSource(ref), + "k8s.io/api/core/v1.PersistentVolumeList": schema_k8sio_api_core_v1_PersistentVolumeList(ref), + "k8s.io/api/core/v1.PersistentVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeSource(ref), + "k8s.io/api/core/v1.PersistentVolumeSpec": schema_k8sio_api_core_v1_PersistentVolumeSpec(ref), + "k8s.io/api/core/v1.PersistentVolumeStatus": schema_k8sio_api_core_v1_PersistentVolumeStatus(ref), + "k8s.io/api/core/v1.PhotonPersistentDiskVolumeSource": schema_k8sio_api_core_v1_PhotonPersistentDiskVolumeSource(ref), + "k8s.io/api/core/v1.Pod": schema_k8sio_api_core_v1_Pod(ref), + "k8s.io/api/core/v1.PodAffinity": schema_k8sio_api_core_v1_PodAffinity(ref), + "k8s.io/api/core/v1.PodAffinityTerm": schema_k8sio_api_core_v1_PodAffinityTerm(ref), + "k8s.io/api/core/v1.PodAntiAffinity": schema_k8sio_api_core_v1_PodAntiAffinity(ref), + "k8s.io/api/core/v1.PodAttachOptions": schema_k8sio_api_core_v1_PodAttachOptions(ref), + "k8s.io/api/core/v1.PodCondition": schema_k8sio_api_core_v1_PodCondition(ref), + "k8s.io/api/core/v1.PodDNSConfig": schema_k8sio_api_core_v1_PodDNSConfig(ref), + "k8s.io/api/core/v1.PodDNSConfigOption": schema_k8sio_api_core_v1_PodDNSConfigOption(ref), + "k8s.io/api/core/v1.PodExecOptions": schema_k8sio_api_core_v1_PodExecOptions(ref), + "k8s.io/api/core/v1.PodIP": schema_k8sio_api_core_v1_PodIP(ref), + "k8s.io/api/core/v1.PodList": schema_k8sio_api_core_v1_PodList(ref), + "k8s.io/api/core/v1.PodLogOptions": schema_k8sio_api_core_v1_PodLogOptions(ref), + "k8s.io/api/core/v1.PodOS": schema_k8sio_api_core_v1_PodOS(ref), + "k8s.io/api/core/v1.PodPortForwardOptions": schema_k8sio_api_core_v1_PodPortForwardOptions(ref), + "k8s.io/api/core/v1.PodProxyOptions": schema_k8sio_api_core_v1_PodProxyOptions(ref), + "k8s.io/api/core/v1.PodReadinessGate": schema_k8sio_api_core_v1_PodReadinessGate(ref), + "k8s.io/api/core/v1.PodResourceClaim": schema_k8sio_api_core_v1_PodResourceClaim(ref), + "k8s.io/api/core/v1.PodResourceClaimStatus": schema_k8sio_api_core_v1_PodResourceClaimStatus(ref), + "k8s.io/api/core/v1.PodSchedulingGate": schema_k8sio_api_core_v1_PodSchedulingGate(ref), + "k8s.io/api/core/v1.PodSecurityContext": schema_k8sio_api_core_v1_PodSecurityContext(ref), + "k8s.io/api/core/v1.PodSignature": schema_k8sio_api_core_v1_PodSignature(ref), + "k8s.io/api/core/v1.PodSpec": schema_k8sio_api_core_v1_PodSpec(ref), + "k8s.io/api/core/v1.PodStatus": schema_k8sio_api_core_v1_PodStatus(ref), + "k8s.io/api/core/v1.PodStatusResult": schema_k8sio_api_core_v1_PodStatusResult(ref), + "k8s.io/api/core/v1.PodTemplate": schema_k8sio_api_core_v1_PodTemplate(ref), + "k8s.io/api/core/v1.PodTemplateList": schema_k8sio_api_core_v1_PodTemplateList(ref), + "k8s.io/api/core/v1.PodTemplateSpec": schema_k8sio_api_core_v1_PodTemplateSpec(ref), + "k8s.io/api/core/v1.PortStatus": schema_k8sio_api_core_v1_PortStatus(ref), + "k8s.io/api/core/v1.PortworxVolumeSource": schema_k8sio_api_core_v1_PortworxVolumeSource(ref), + "k8s.io/api/core/v1.PreferAvoidPodsEntry": schema_k8sio_api_core_v1_PreferAvoidPodsEntry(ref), + "k8s.io/api/core/v1.PreferredSchedulingTerm": schema_k8sio_api_core_v1_PreferredSchedulingTerm(ref), + "k8s.io/api/core/v1.Probe": schema_k8sio_api_core_v1_Probe(ref), + "k8s.io/api/core/v1.ProbeHandler": schema_k8sio_api_core_v1_ProbeHandler(ref), + "k8s.io/api/core/v1.ProjectedVolumeSource": schema_k8sio_api_core_v1_ProjectedVolumeSource(ref), + "k8s.io/api/core/v1.QuobyteVolumeSource": schema_k8sio_api_core_v1_QuobyteVolumeSource(ref), + "k8s.io/api/core/v1.RBDPersistentVolumeSource": schema_k8sio_api_core_v1_RBDPersistentVolumeSource(ref), + "k8s.io/api/core/v1.RBDVolumeSource": schema_k8sio_api_core_v1_RBDVolumeSource(ref), + "k8s.io/api/core/v1.RangeAllocation": schema_k8sio_api_core_v1_RangeAllocation(ref), + "k8s.io/api/core/v1.ReplicationController": schema_k8sio_api_core_v1_ReplicationController(ref), + "k8s.io/api/core/v1.ReplicationControllerCondition": schema_k8sio_api_core_v1_ReplicationControllerCondition(ref), + "k8s.io/api/core/v1.ReplicationControllerList": schema_k8sio_api_core_v1_ReplicationControllerList(ref), + "k8s.io/api/core/v1.ReplicationControllerSpec": schema_k8sio_api_core_v1_ReplicationControllerSpec(ref), + "k8s.io/api/core/v1.ReplicationControllerStatus": schema_k8sio_api_core_v1_ReplicationControllerStatus(ref), + "k8s.io/api/core/v1.ResourceClaim": schema_k8sio_api_core_v1_ResourceClaim(ref), + "k8s.io/api/core/v1.ResourceFieldSelector": schema_k8sio_api_core_v1_ResourceFieldSelector(ref), + "k8s.io/api/core/v1.ResourceQuota": schema_k8sio_api_core_v1_ResourceQuota(ref), + "k8s.io/api/core/v1.ResourceQuotaList": schema_k8sio_api_core_v1_ResourceQuotaList(ref), + "k8s.io/api/core/v1.ResourceQuotaSpec": schema_k8sio_api_core_v1_ResourceQuotaSpec(ref), + "k8s.io/api/core/v1.ResourceQuotaStatus": schema_k8sio_api_core_v1_ResourceQuotaStatus(ref), + "k8s.io/api/core/v1.ResourceRequirements": schema_k8sio_api_core_v1_ResourceRequirements(ref), + "k8s.io/api/core/v1.SELinuxOptions": schema_k8sio_api_core_v1_SELinuxOptions(ref), + "k8s.io/api/core/v1.ScaleIOPersistentVolumeSource": schema_k8sio_api_core_v1_ScaleIOPersistentVolumeSource(ref), + "k8s.io/api/core/v1.ScaleIOVolumeSource": schema_k8sio_api_core_v1_ScaleIOVolumeSource(ref), + "k8s.io/api/core/v1.ScopeSelector": schema_k8sio_api_core_v1_ScopeSelector(ref), + "k8s.io/api/core/v1.ScopedResourceSelectorRequirement": schema_k8sio_api_core_v1_ScopedResourceSelectorRequirement(ref), + "k8s.io/api/core/v1.SeccompProfile": schema_k8sio_api_core_v1_SeccompProfile(ref), + "k8s.io/api/core/v1.Secret": schema_k8sio_api_core_v1_Secret(ref), + "k8s.io/api/core/v1.SecretEnvSource": schema_k8sio_api_core_v1_SecretEnvSource(ref), + "k8s.io/api/core/v1.SecretKeySelector": schema_k8sio_api_core_v1_SecretKeySelector(ref), + "k8s.io/api/core/v1.SecretList": schema_k8sio_api_core_v1_SecretList(ref), + "k8s.io/api/core/v1.SecretProjection": schema_k8sio_api_core_v1_SecretProjection(ref), + "k8s.io/api/core/v1.SecretReference": schema_k8sio_api_core_v1_SecretReference(ref), + "k8s.io/api/core/v1.SecretVolumeSource": schema_k8sio_api_core_v1_SecretVolumeSource(ref), + "k8s.io/api/core/v1.SecurityContext": schema_k8sio_api_core_v1_SecurityContext(ref), + "k8s.io/api/core/v1.SerializedReference": schema_k8sio_api_core_v1_SerializedReference(ref), + "k8s.io/api/core/v1.Service": schema_k8sio_api_core_v1_Service(ref), + "k8s.io/api/core/v1.ServiceAccount": schema_k8sio_api_core_v1_ServiceAccount(ref), + "k8s.io/api/core/v1.ServiceAccountList": schema_k8sio_api_core_v1_ServiceAccountList(ref), + "k8s.io/api/core/v1.ServiceAccountTokenProjection": schema_k8sio_api_core_v1_ServiceAccountTokenProjection(ref), + "k8s.io/api/core/v1.ServiceList": schema_k8sio_api_core_v1_ServiceList(ref), + "k8s.io/api/core/v1.ServicePort": schema_k8sio_api_core_v1_ServicePort(ref), + "k8s.io/api/core/v1.ServiceProxyOptions": schema_k8sio_api_core_v1_ServiceProxyOptions(ref), + "k8s.io/api/core/v1.ServiceSpec": schema_k8sio_api_core_v1_ServiceSpec(ref), + "k8s.io/api/core/v1.ServiceStatus": schema_k8sio_api_core_v1_ServiceStatus(ref), + "k8s.io/api/core/v1.SessionAffinityConfig": schema_k8sio_api_core_v1_SessionAffinityConfig(ref), + "k8s.io/api/core/v1.SleepAction": schema_k8sio_api_core_v1_SleepAction(ref), + "k8s.io/api/core/v1.StorageOSPersistentVolumeSource": schema_k8sio_api_core_v1_StorageOSPersistentVolumeSource(ref), + "k8s.io/api/core/v1.StorageOSVolumeSource": schema_k8sio_api_core_v1_StorageOSVolumeSource(ref), + "k8s.io/api/core/v1.Sysctl": schema_k8sio_api_core_v1_Sysctl(ref), + "k8s.io/api/core/v1.TCPSocketAction": schema_k8sio_api_core_v1_TCPSocketAction(ref), + "k8s.io/api/core/v1.Taint": schema_k8sio_api_core_v1_Taint(ref), + "k8s.io/api/core/v1.Toleration": schema_k8sio_api_core_v1_Toleration(ref), + "k8s.io/api/core/v1.TopologySelectorLabelRequirement": schema_k8sio_api_core_v1_TopologySelectorLabelRequirement(ref), + "k8s.io/api/core/v1.TopologySelectorTerm": schema_k8sio_api_core_v1_TopologySelectorTerm(ref), + "k8s.io/api/core/v1.TopologySpreadConstraint": schema_k8sio_api_core_v1_TopologySpreadConstraint(ref), + "k8s.io/api/core/v1.TypedLocalObjectReference": schema_k8sio_api_core_v1_TypedLocalObjectReference(ref), + "k8s.io/api/core/v1.TypedObjectReference": schema_k8sio_api_core_v1_TypedObjectReference(ref), + "k8s.io/api/core/v1.Volume": schema_k8sio_api_core_v1_Volume(ref), + "k8s.io/api/core/v1.VolumeDevice": schema_k8sio_api_core_v1_VolumeDevice(ref), + "k8s.io/api/core/v1.VolumeMount": schema_k8sio_api_core_v1_VolumeMount(ref), + "k8s.io/api/core/v1.VolumeMountStatus": schema_k8sio_api_core_v1_VolumeMountStatus(ref), + "k8s.io/api/core/v1.VolumeNodeAffinity": schema_k8sio_api_core_v1_VolumeNodeAffinity(ref), + "k8s.io/api/core/v1.VolumeProjection": schema_k8sio_api_core_v1_VolumeProjection(ref), + "k8s.io/api/core/v1.VolumeResourceRequirements": schema_k8sio_api_core_v1_VolumeResourceRequirements(ref), + "k8s.io/api/core/v1.VolumeSource": schema_k8sio_api_core_v1_VolumeSource(ref), + "k8s.io/api/core/v1.VsphereVirtualDiskVolumeSource": schema_k8sio_api_core_v1_VsphereVirtualDiskVolumeSource(ref), + "k8s.io/api/core/v1.WeightedPodAffinityTerm": schema_k8sio_api_core_v1_WeightedPodAffinityTerm(ref), + "k8s.io/api/core/v1.WindowsSecurityContextOptions": schema_k8sio_api_core_v1_WindowsSecurityContextOptions(ref), + "k8s.io/apimachinery/pkg/api/resource.Quantity": schema_apimachinery_pkg_api_resource_Quantity(ref), + "k8s.io/apimachinery/pkg/api/resource.int64Amount": schema_apimachinery_pkg_api_resource_int64Amount(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroup": schema_pkg_apis_meta_v1_APIGroup(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroupList": schema_pkg_apis_meta_v1_APIGroupList(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.APIResource": schema_pkg_apis_meta_v1_APIResource(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.APIResourceList": schema_pkg_apis_meta_v1_APIResourceList(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.APIVersions": schema_pkg_apis_meta_v1_APIVersions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.ApplyOptions": schema_pkg_apis_meta_v1_ApplyOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Condition": schema_pkg_apis_meta_v1_Condition(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.CreateOptions": schema_pkg_apis_meta_v1_CreateOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.DeleteOptions": schema_pkg_apis_meta_v1_DeleteOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Duration": schema_pkg_apis_meta_v1_Duration(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.FieldsV1": schema_pkg_apis_meta_v1_FieldsV1(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GetOptions": schema_pkg_apis_meta_v1_GetOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GroupKind": schema_pkg_apis_meta_v1_GroupKind(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GroupResource": schema_pkg_apis_meta_v1_GroupResource(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersion": schema_pkg_apis_meta_v1_GroupVersion(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionForDiscovery": schema_pkg_apis_meta_v1_GroupVersionForDiscovery(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionKind": schema_pkg_apis_meta_v1_GroupVersionKind(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionResource": schema_pkg_apis_meta_v1_GroupVersionResource(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.InternalEvent": schema_pkg_apis_meta_v1_InternalEvent(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector": schema_pkg_apis_meta_v1_LabelSelector(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelectorRequirement": schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.List": schema_pkg_apis_meta_v1_List(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta": schema_pkg_apis_meta_v1_ListMeta(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.ListOptions": schema_pkg_apis_meta_v1_ListOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.ManagedFieldsEntry": schema_pkg_apis_meta_v1_ManagedFieldsEntry(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime": schema_pkg_apis_meta_v1_MicroTime(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta": schema_pkg_apis_meta_v1_ObjectMeta(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.OwnerReference": schema_pkg_apis_meta_v1_OwnerReference(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadata": schema_pkg_apis_meta_v1_PartialObjectMetadata(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadataList": schema_pkg_apis_meta_v1_PartialObjectMetadataList(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Patch": schema_pkg_apis_meta_v1_Patch(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.PatchOptions": schema_pkg_apis_meta_v1_PatchOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Preconditions": schema_pkg_apis_meta_v1_Preconditions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.RootPaths": schema_pkg_apis_meta_v1_RootPaths(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.ServerAddressByClientCIDR": schema_pkg_apis_meta_v1_ServerAddressByClientCIDR(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Status": schema_pkg_apis_meta_v1_Status(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.StatusCause": schema_pkg_apis_meta_v1_StatusCause(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.StatusDetails": schema_pkg_apis_meta_v1_StatusDetails(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Table": schema_pkg_apis_meta_v1_Table(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.TableColumnDefinition": schema_pkg_apis_meta_v1_TableColumnDefinition(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.TableOptions": schema_pkg_apis_meta_v1_TableOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.TableRow": schema_pkg_apis_meta_v1_TableRow(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.TableRowCondition": schema_pkg_apis_meta_v1_TableRowCondition(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Time": schema_pkg_apis_meta_v1_Time(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.Timestamp": schema_pkg_apis_meta_v1_Timestamp(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.TypeMeta": schema_pkg_apis_meta_v1_TypeMeta(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.UpdateOptions": schema_pkg_apis_meta_v1_UpdateOptions(ref), + "k8s.io/apimachinery/pkg/apis/meta/v1.WatchEvent": schema_pkg_apis_meta_v1_WatchEvent(ref), + "k8s.io/apimachinery/pkg/runtime.RawExtension": schema_k8sio_apimachinery_pkg_runtime_RawExtension(ref), + "k8s.io/apimachinery/pkg/runtime.TypeMeta": schema_k8sio_apimachinery_pkg_runtime_TypeMeta(ref), + "k8s.io/apimachinery/pkg/runtime.Unknown": schema_k8sio_apimachinery_pkg_runtime_Unknown(ref), + "k8s.io/apimachinery/pkg/util/intstr.IntOrString": schema_apimachinery_pkg_util_intstr_IntOrString(ref), + "k8s.io/apimachinery/pkg/version.Info": schema_k8sio_apimachinery_pkg_version_Info(ref), + "kmodules.xyz/client-go/api/v1.CAPIClusterInfo": schema_kmodulesxyz_client_go_api_v1_CAPIClusterInfo(ref), + "kmodules.xyz/client-go/api/v1.CertificatePrivateKey": schema_kmodulesxyz_client_go_api_v1_CertificatePrivateKey(ref), + "kmodules.xyz/client-go/api/v1.CertificateSpec": schema_kmodulesxyz_client_go_api_v1_CertificateSpec(ref), + "kmodules.xyz/client-go/api/v1.ClusterClaimFeatures": schema_kmodulesxyz_client_go_api_v1_ClusterClaimFeatures(ref), + "kmodules.xyz/client-go/api/v1.ClusterClaimInfo": schema_kmodulesxyz_client_go_api_v1_ClusterClaimInfo(ref), + "kmodules.xyz/client-go/api/v1.ClusterInfo": schema_kmodulesxyz_client_go_api_v1_ClusterInfo(ref), + "kmodules.xyz/client-go/api/v1.ClusterMetadata": schema_kmodulesxyz_client_go_api_v1_ClusterMetadata(ref), + "kmodules.xyz/client-go/api/v1.Condition": schema_kmodulesxyz_client_go_api_v1_Condition(ref), + "kmodules.xyz/client-go/api/v1.HealthCheckSpec": schema_kmodulesxyz_client_go_api_v1_HealthCheckSpec(ref), + "kmodules.xyz/client-go/api/v1.ImageInfo": schema_kmodulesxyz_client_go_api_v1_ImageInfo(ref), + "kmodules.xyz/client-go/api/v1.Lineage": schema_kmodulesxyz_client_go_api_v1_Lineage(ref), + "kmodules.xyz/client-go/api/v1.ObjectID": schema_kmodulesxyz_client_go_api_v1_ObjectID(ref), + "kmodules.xyz/client-go/api/v1.ObjectInfo": schema_kmodulesxyz_client_go_api_v1_ObjectInfo(ref), + "kmodules.xyz/client-go/api/v1.ObjectReference": schema_kmodulesxyz_client_go_api_v1_ObjectReference(ref), + "kmodules.xyz/client-go/api/v1.PullCredentials": schema_kmodulesxyz_client_go_api_v1_PullCredentials(ref), + "kmodules.xyz/client-go/api/v1.ReadonlyHealthCheckSpec": schema_kmodulesxyz_client_go_api_v1_ReadonlyHealthCheckSpec(ref), + "kmodules.xyz/client-go/api/v1.ResourceID": schema_kmodulesxyz_client_go_api_v1_ResourceID(ref), + "kmodules.xyz/client-go/api/v1.TLSConfig": schema_kmodulesxyz_client_go_api_v1_TLSConfig(ref), + "kmodules.xyz/client-go/api/v1.TimeOfDay": schema_kmodulesxyz_client_go_api_v1_TimeOfDay(ref), + "kmodules.xyz/client-go/api/v1.TypedObjectReference": schema_kmodulesxyz_client_go_api_v1_TypedObjectReference(ref), + "kmodules.xyz/client-go/api/v1.X509Subject": schema_kmodulesxyz_client_go_api_v1_X509Subject(ref), + "kmodules.xyz/client-go/api/v1.stringSetMerger": schema_kmodulesxyz_client_go_api_v1_stringSetMerger(ref), + "kmodules.xyz/offshoot-api/api/v1.ContainerRuntimeSettings": schema_kmodulesxyz_offshoot_api_api_v1_ContainerRuntimeSettings(ref), + "kmodules.xyz/offshoot-api/api/v1.EphemeralVolumeSource": schema_kmodulesxyz_offshoot_api_api_v1_EphemeralVolumeSource(ref), + "kmodules.xyz/offshoot-api/api/v1.Gateway": schema_kmodulesxyz_offshoot_api_api_v1_Gateway(ref), + "kmodules.xyz/offshoot-api/api/v1.GatewayPort": schema_kmodulesxyz_offshoot_api_api_v1_GatewayPort(ref), + "kmodules.xyz/offshoot-api/api/v1.IONiceSettings": schema_kmodulesxyz_offshoot_api_api_v1_IONiceSettings(ref), + "kmodules.xyz/offshoot-api/api/v1.NamedServiceStatus": schema_kmodulesxyz_offshoot_api_api_v1_NamedServiceStatus(ref), + "kmodules.xyz/offshoot-api/api/v1.NamedURL": schema_kmodulesxyz_offshoot_api_api_v1_NamedURL(ref), + "kmodules.xyz/offshoot-api/api/v1.NiceSettings": schema_kmodulesxyz_offshoot_api_api_v1_NiceSettings(ref), + "kmodules.xyz/offshoot-api/api/v1.ObjectMeta": schema_kmodulesxyz_offshoot_api_api_v1_ObjectMeta(ref), + "kmodules.xyz/offshoot-api/api/v1.PartialObjectMeta": schema_kmodulesxyz_offshoot_api_api_v1_PartialObjectMeta(ref), + "kmodules.xyz/offshoot-api/api/v1.PersistentVolumeClaim": schema_kmodulesxyz_offshoot_api_api_v1_PersistentVolumeClaim(ref), + "kmodules.xyz/offshoot-api/api/v1.PersistentVolumeClaimTemplate": schema_kmodulesxyz_offshoot_api_api_v1_PersistentVolumeClaimTemplate(ref), + "kmodules.xyz/offshoot-api/api/v1.PodRuntimeSettings": schema_kmodulesxyz_offshoot_api_api_v1_PodRuntimeSettings(ref), + "kmodules.xyz/offshoot-api/api/v1.PodSpec": schema_kmodulesxyz_offshoot_api_api_v1_PodSpec(ref), + "kmodules.xyz/offshoot-api/api/v1.PodTemplateSpec": schema_kmodulesxyz_offshoot_api_api_v1_PodTemplateSpec(ref), + "kmodules.xyz/offshoot-api/api/v1.RuntimeSettings": schema_kmodulesxyz_offshoot_api_api_v1_RuntimeSettings(ref), + "kmodules.xyz/offshoot-api/api/v1.ServicePort": schema_kmodulesxyz_offshoot_api_api_v1_ServicePort(ref), + "kmodules.xyz/offshoot-api/api/v1.ServiceSpec": schema_kmodulesxyz_offshoot_api_api_v1_ServiceSpec(ref), + "kmodules.xyz/offshoot-api/api/v1.ServiceTemplateSpec": schema_kmodulesxyz_offshoot_api_api_v1_ServiceTemplateSpec(ref), + "kmodules.xyz/offshoot-api/api/v1.Volume": schema_kmodulesxyz_offshoot_api_api_v1_Volume(ref), + "kmodules.xyz/offshoot-api/api/v1.VolumeSource": schema_kmodulesxyz_offshoot_api_api_v1_VolumeSource(ref), + "kmodules.xyz/resource-metadata/apis/shared.Action": schema_kmodulesxyz_resource_metadata_apis_shared_Action(ref), + "kmodules.xyz/resource-metadata/apis/shared.ActionGroup": schema_kmodulesxyz_resource_metadata_apis_shared_ActionGroup(ref), + "kmodules.xyz/resource-metadata/apis/shared.ActionInfo": schema_kmodulesxyz_resource_metadata_apis_shared_ActionInfo(ref), + "kmodules.xyz/resource-metadata/apis/shared.ActionTemplate": schema_kmodulesxyz_resource_metadata_apis_shared_ActionTemplate(ref), + "kmodules.xyz/resource-metadata/apis/shared.ActionTemplateGroup": schema_kmodulesxyz_resource_metadata_apis_shared_ActionTemplateGroup(ref), + "kmodules.xyz/resource-metadata/apis/shared.BootstrapPresets": schema_kmodulesxyz_resource_metadata_apis_shared_BootstrapPresets(ref), + "kmodules.xyz/resource-metadata/apis/shared.Dashboard": schema_kmodulesxyz_resource_metadata_apis_shared_Dashboard(ref), + "kmodules.xyz/resource-metadata/apis/shared.DashboardVar": schema_kmodulesxyz_resource_metadata_apis_shared_DashboardVar(ref), + "kmodules.xyz/resource-metadata/apis/shared.DeploymentParameters": schema_kmodulesxyz_resource_metadata_apis_shared_DeploymentParameters(ref), + "kmodules.xyz/resource-metadata/apis/shared.HelmInfo": schema_kmodulesxyz_resource_metadata_apis_shared_HelmInfo(ref), + "kmodules.xyz/resource-metadata/apis/shared.HelmRelease": schema_kmodulesxyz_resource_metadata_apis_shared_HelmRelease(ref), + "kmodules.xyz/resource-metadata/apis/shared.HelmRepository": schema_kmodulesxyz_resource_metadata_apis_shared_HelmRepository(ref), + "kmodules.xyz/resource-metadata/apis/shared.If": schema_kmodulesxyz_resource_metadata_apis_shared_If(ref), + "kmodules.xyz/resource-metadata/apis/shared.ImageRegistrySpec": schema_kmodulesxyz_resource_metadata_apis_shared_ImageRegistrySpec(ref), + "kmodules.xyz/resource-metadata/apis/shared.RegistryInfo": schema_kmodulesxyz_resource_metadata_apis_shared_RegistryInfo(ref), + "kmodules.xyz/resource-metadata/apis/shared.RegistryProxies": schema_kmodulesxyz_resource_metadata_apis_shared_RegistryProxies(ref), + "kmodules.xyz/resource-metadata/apis/shared.ResourceLocator": schema_kmodulesxyz_resource_metadata_apis_shared_ResourceLocator(ref), + "kmodules.xyz/resource-metadata/apis/shared.ResourceQuery": schema_kmodulesxyz_resource_metadata_apis_shared_ResourceQuery(ref), + "kmodules.xyz/resource-metadata/apis/shared.SourceLocator": schema_kmodulesxyz_resource_metadata_apis_shared_SourceLocator(ref), + "kmodules.xyz/resource-metadata/apis/shared.UIParameterTemplate": schema_kmodulesxyz_resource_metadata_apis_shared_UIParameterTemplate(ref), + "kmodules.xyz/resource-metadata/apis/shared.UIParameters": schema_kmodulesxyz_resource_metadata_apis_shared_UIParameters(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplate": schema_resource_metadata_apis_ui_v1alpha1_ActionTemplate(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplateGroup": schema_resource_metadata_apis_ui_v1alpha1_ActionTemplateGroup(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplateGroupFilter": schema_resource_metadata_apis_ui_v1alpha1_ActionTemplateGroupFilter(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ChartInfo": schema_resource_metadata_apis_ui_v1alpha1_ChartInfo(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ClusterProfile": schema_resource_metadata_apis_ui_v1alpha1_ClusterProfile(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ClusterProfileList": schema_resource_metadata_apis_ui_v1alpha1_ClusterProfileList(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ClusterProfileSpec": schema_resource_metadata_apis_ui_v1alpha1_ClusterProfileSpec(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ComponentStatus": schema_resource_metadata_apis_ui_v1alpha1_ComponentStatus(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Dashboard": schema_resource_metadata_apis_ui_v1alpha1_Dashboard(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.DependentFeatureSet": schema_resource_metadata_apis_ui_v1alpha1_DependentFeatureSet(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Dependents": schema_resource_metadata_apis_ui_v1alpha1_Dependents(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Feature": schema_resource_metadata_apis_ui_v1alpha1_Feature(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureList": schema_resource_metadata_apis_ui_v1alpha1_FeatureList(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSet": schema_resource_metadata_apis_ui_v1alpha1_FeatureSet(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSetList": schema_resource_metadata_apis_ui_v1alpha1_FeatureSetList(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSetSpec": schema_resource_metadata_apis_ui_v1alpha1_FeatureSetSpec(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSetStatus": schema_resource_metadata_apis_ui_v1alpha1_FeatureSetStatus(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureSpec": schema_resource_metadata_apis_ui_v1alpha1_FeatureSpec(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.FeatureStatus": schema_resource_metadata_apis_ui_v1alpha1_FeatureStatus(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.PanelLinkRequest": schema_resource_metadata_apis_ui_v1alpha1_PanelLinkRequest(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ReadinessChecks": schema_resource_metadata_apis_ui_v1alpha1_ReadinessChecks(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.Requirements": schema_resource_metadata_apis_ui_v1alpha1_Requirements(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceDashboard": schema_resource_metadata_apis_ui_v1alpha1_ResourceDashboard(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceDashboardList": schema_resource_metadata_apis_ui_v1alpha1_ResourceDashboardList(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceDashboardSpec": schema_resource_metadata_apis_ui_v1alpha1_ResourceDashboardSpec(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceEditor": schema_resource_metadata_apis_ui_v1alpha1_ResourceEditor(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceEditorList": schema_resource_metadata_apis_ui_v1alpha1_ResourceEditorList(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceEditorSpec": schema_resource_metadata_apis_ui_v1alpha1_ResourceEditorSpec(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilter": schema_resource_metadata_apis_ui_v1alpha1_ResourceOutlineFilter(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilterList": schema_resource_metadata_apis_ui_v1alpha1_ResourceOutlineFilterList(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilterSpec": schema_resource_metadata_apis_ui_v1alpha1_ResourceOutlineFilterSpec(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourcePageOutlineFilter": schema_resource_metadata_apis_ui_v1alpha1_ResourcePageOutlineFilter(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.SectionOutlineFilter": schema_resource_metadata_apis_ui_v1alpha1_SectionOutlineFilter(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.UIParameters": schema_resource_metadata_apis_ui_v1alpha1_UIParameters(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ValuesReference": schema_resource_metadata_apis_ui_v1alpha1_ValuesReference(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.VariantRef": schema_resource_metadata_apis_ui_v1alpha1_VariantRef(ref), + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.WorkloadInfo": schema_resource_metadata_apis_ui_v1alpha1_WorkloadInfo(ref), } } @@ -19866,6 +19872,40 @@ func schema_resource_metadata_apis_ui_v1alpha1_ActionTemplateGroup(ref common.Re } } +func schema_resource_metadata_apis_ui_v1alpha1_ActionTemplateGroupFilter(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "name": { + SchemaProps: spec.SchemaProps{ + Type: []string{"string"}, + Format: "", + }, + }, + "items": { + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + AdditionalProperties: &spec.SchemaOrBool{ + Allows: true, + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: false, + Type: []string{"boolean"}, + Format: "", + }, + }, + }, + }, + }, + }, + Required: []string{"items"}, + }, + }, + } +} + func schema_resource_metadata_apis_ui_v1alpha1_ChartInfo(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -21084,6 +21124,237 @@ func schema_resource_metadata_apis_ui_v1alpha1_ResourceEditorSpec(ref common.Ref } } +func schema_resource_metadata_apis_ui_v1alpha1_ResourceOutlineFilter(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "kind": { + SchemaProps: spec.SchemaProps{ + Description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + Type: []string{"string"}, + Format: "", + }, + }, + "apiVersion": { + SchemaProps: spec.SchemaProps{ + Description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + Type: []string{"string"}, + Format: "", + }, + }, + "metadata": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"), + }, + }, + "spec": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilterSpec"), + }, + }, + }, + }, + }, + Dependencies: []string{ + "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta", "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilterSpec"}, + } +} + +func schema_resource_metadata_apis_ui_v1alpha1_ResourceOutlineFilterList(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "kind": { + SchemaProps: spec.SchemaProps{ + Description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + Type: []string{"string"}, + Format: "", + }, + }, + "apiVersion": { + SchemaProps: spec.SchemaProps{ + Description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + Type: []string{"string"}, + Format: "", + }, + }, + "metadata": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"), + }, + }, + "items": { + SchemaProps: spec.SchemaProps{ + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilter"), + }, + }, + }, + }, + }, + }, + }, + }, + Dependencies: []string{ + "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta", "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourceOutlineFilter"}, + } +} + +func schema_resource_metadata_apis_ui_v1alpha1_ResourceOutlineFilterSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "resource": { + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/client-go/api/v1.ResourceID"), + }, + }, + "header": { + SchemaProps: spec.SchemaProps{ + Default: false, + Type: []string{"boolean"}, + Format: "", + }, + }, + "tabBar": { + SchemaProps: spec.SchemaProps{ + Default: false, + Type: []string{"boolean"}, + Format: "", + }, + }, + "pages": { + SchemaProps: spec.SchemaProps{ + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourcePageOutlineFilter"), + }, + }, + }, + }, + }, + "actions": { + SchemaProps: spec.SchemaProps{ + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplateGroupFilter"), + }, + }, + }, + }, + }, + }, + Required: []string{"resource", "header", "tabBar"}, + }, + }, + Dependencies: []string{ + "kmodules.xyz/client-go/api/v1.ResourceID", "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ActionTemplateGroupFilter", "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.ResourcePageOutlineFilter"}, + } +} + +func schema_resource_metadata_apis_ui_v1alpha1_ResourcePageOutlineFilter(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "name": { + SchemaProps: spec.SchemaProps{ + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, + "sections": { + SchemaProps: spec.SchemaProps{ + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: map[string]interface{}{}, + Ref: ref("kmodules.xyz/resource-metadata/apis/ui/v1alpha1.SectionOutlineFilter"), + }, + }, + }, + }, + }, + }, + Required: []string{"name"}, + }, + }, + Dependencies: []string{ + "kmodules.xyz/resource-metadata/apis/ui/v1alpha1.SectionOutlineFilter"}, + } +} + +func schema_resource_metadata_apis_ui_v1alpha1_SectionOutlineFilter(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "name": { + SchemaProps: spec.SchemaProps{ + Type: []string{"string"}, + Format: "", + }, + }, + "info": { + SchemaProps: spec.SchemaProps{ + Default: false, + Type: []string{"boolean"}, + Format: "", + }, + }, + "insight": { + SchemaProps: spec.SchemaProps{ + Default: false, + Type: []string{"boolean"}, + Format: "", + }, + }, + "blocks": { + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + AdditionalProperties: &spec.SchemaOrBool{ + Allows: true, + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: false, + Type: []string{"boolean"}, + Format: "", + }, + }, + }, + }, + }, + }, + Required: []string{"info", "insight"}, + }, + }, + } +} + func schema_resource_metadata_apis_ui_v1alpha1_UIParameters(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ diff --git a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/register.go b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/register.go index 1b25f7db9..e83830dea 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/register.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/register.go @@ -59,6 +59,8 @@ func addKnownTypes(scheme *runtime.Scheme) error { &ResourceDashboardList{}, &ResourceEditor{}, &ResourceEditorList{}, + &ResourceOutlineFilter{}, + &ResourceOutlineFilterList{}, ) scheme.AddKnownTypes(SchemeGroupVersion, diff --git a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_helpers.go b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_helpers.go new file mode 100644 index 000000000..c77419fe9 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_helpers.go @@ -0,0 +1,53 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package v1alpha1 + +func (a ResourceOutlineFilterSpec) GetPage(name string) ResourcePageOutlineFilter { + for _, page := range a.Pages { + if page.Name == name { + return page + } + } + return ResourcePageOutlineFilter{ + Name: name, + Sections: nil, + } +} + +func (a ResourceOutlineFilterSpec) GetAction(name string) ActionTemplateGroupFilter { + for _, action := range a.Actions { + if action.Name == name { + return action + } + } + return ActionTemplateGroupFilter{ + Name: name, + Items: nil, + } +} + +func (a ResourcePageOutlineFilter) GetSection(name string) SectionOutlineFilter { + for _, section := range a.Sections { + if section.Name == name { + return section + } + } + return SectionOutlineFilter{ + Name: name, + Blocks: nil, + } +} diff --git a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_types.go b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_types.go new file mode 100644 index 000000000..29066ae58 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/resourceoutlinefilter_types.go @@ -0,0 +1,78 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package v1alpha1 + +import ( + kmapi "kmodules.xyz/client-go/api/v1" + + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" +) + +const ( + ResourceKindResourceOutlineFilter = "ResourceOutlineFilter" + ResourceResourceOutlineFilter = "resourceoutlinefilter" + ResourceResourceOutlineFilters = "resourceoutlinefilters" +) + +// +genclient +// +genclient:nonNamespaced +// +genclient:onlyVerbs=get +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// +kubebuilder:object:root=true +// +kubebuilder:resource:path=resourceoutlinefilters,singular=resourceoutlinefilter,scope=Cluster +type ResourceOutlineFilter struct { + metav1.TypeMeta `json:",inline"` + // +optional + metav1.ObjectMeta `json:"metadata,omitempty"` + Spec ResourceOutlineFilterSpec `json:"spec,omitempty"` +} + +type ResourceOutlineFilterSpec struct { + Resource kmapi.ResourceID `json:"resource"` + Header bool `json:"header"` + TabBar bool `json:"tabBar"` + Pages []ResourcePageOutlineFilter `json:"pages,omitempty"` + // +optional + Actions []ActionTemplateGroupFilter `json:"actions,omitempty"` +} + +type ResourcePageOutlineFilter struct { + Name string `json:"name"` + Sections []SectionOutlineFilter `json:"sections,omitempty"` +} + +type ActionTemplateGroupFilter struct { + Name string `json:"name,omitempty"` + Items map[string]bool `json:"items"` +} + +type SectionOutlineFilter struct { + Name string `json:"name,omitempty"` + Info bool `json:"info"` + Insight bool `json:"insight"` + Blocks map[string]bool `json:"blocks,omitempty"` +} + +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +// +kubebuilder:object:root=true + +type ResourceOutlineFilterList struct { + metav1.TypeMeta `json:",inline"` + metav1.ListMeta `json:"metadata,omitempty"` + Items []ResourceOutlineFilter `json:"items,omitempty"` +} diff --git a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/zz_generated.deepcopy.go b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/zz_generated.deepcopy.go index d00920bd5..027cf9a4f 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/zz_generated.deepcopy.go @@ -82,6 +82,29 @@ func (in *ActionTemplateGroup) DeepCopy() *ActionTemplateGroup { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ActionTemplateGroupFilter) DeepCopyInto(out *ActionTemplateGroupFilter) { + *out = *in + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make(map[string]bool, len(*in)) + for key, val := range *in { + (*out)[key] = val + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionTemplateGroupFilter. +func (in *ActionTemplateGroupFilter) DeepCopy() *ActionTemplateGroupFilter { + if in == nil { + return nil + } + out := new(ActionTemplateGroupFilter) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ChartInfo) DeepCopyInto(out *ChartInfo) { *out = *in @@ -817,6 +840,143 @@ func (in *ResourceEditorSpec) DeepCopy() *ResourceEditorSpec { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ResourceOutlineFilter) DeepCopyInto(out *ResourceOutlineFilter) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + in.Spec.DeepCopyInto(&out.Spec) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceOutlineFilter. +func (in *ResourceOutlineFilter) DeepCopy() *ResourceOutlineFilter { + if in == nil { + return nil + } + out := new(ResourceOutlineFilter) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ResourceOutlineFilter) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ResourceOutlineFilterList) DeepCopyInto(out *ResourceOutlineFilterList) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]ResourceOutlineFilter, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceOutlineFilterList. +func (in *ResourceOutlineFilterList) DeepCopy() *ResourceOutlineFilterList { + if in == nil { + return nil + } + out := new(ResourceOutlineFilterList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ResourceOutlineFilterList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ResourceOutlineFilterSpec) DeepCopyInto(out *ResourceOutlineFilterSpec) { + *out = *in + out.Resource = in.Resource + if in.Pages != nil { + in, out := &in.Pages, &out.Pages + *out = make([]ResourcePageOutlineFilter, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + if in.Actions != nil { + in, out := &in.Actions, &out.Actions + *out = make([]ActionTemplateGroupFilter, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceOutlineFilterSpec. +func (in *ResourceOutlineFilterSpec) DeepCopy() *ResourceOutlineFilterSpec { + if in == nil { + return nil + } + out := new(ResourceOutlineFilterSpec) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ResourcePageOutlineFilter) DeepCopyInto(out *ResourcePageOutlineFilter) { + *out = *in + if in.Sections != nil { + in, out := &in.Sections, &out.Sections + *out = make([]SectionOutlineFilter, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourcePageOutlineFilter. +func (in *ResourcePageOutlineFilter) DeepCopy() *ResourcePageOutlineFilter { + if in == nil { + return nil + } + out := new(ResourcePageOutlineFilter) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *SectionOutlineFilter) DeepCopyInto(out *SectionOutlineFilter) { + *out = *in + if in.Blocks != nil { + in, out := &in.Blocks, &out.Blocks + *out = make(map[string]bool, len(*in)) + for key, val := range *in { + (*out)[key] = val + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SectionOutlineFilter. +func (in *SectionOutlineFilter) DeepCopy() *SectionOutlineFilter { + if in == nil { + return nil + } + out := new(SectionOutlineFilter) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *UIParameters) DeepCopyInto(out *UIParameters) { *out = *in diff --git a/vendor/kmodules.xyz/resource-metadata/crds/meta.k8s.appscode.com_resourceoutlinefilters.yaml b/vendor/kmodules.xyz/resource-metadata/crds/meta.k8s.appscode.com_resourceoutlinefilters.yaml new file mode 100644 index 000000000..403cbb0cf --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/crds/meta.k8s.appscode.com_resourceoutlinefilters.yaml @@ -0,0 +1,109 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + creationTimestamp: null + name: resourceoutlinefilters.meta.k8s.appscode.com +spec: + group: meta.k8s.appscode.com + names: + kind: ResourceOutlineFilter + listKind: ResourceOutlineFilterList + plural: resourceoutlinefilters + singular: resourceoutlinefilter + scope: Cluster + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + properties: + actions: + items: + properties: + items: + additionalProperties: + type: boolean + type: object + name: + type: string + required: + - items + type: object + type: array + header: + type: boolean + pages: + items: + properties: + name: + type: string + sections: + items: + properties: + blocks: + additionalProperties: + type: boolean + type: object + info: + type: boolean + insight: + type: boolean + name: + type: string + required: + - info + - insight + type: object + type: array + required: + - name + type: object + type: array + resource: + description: ResourceID identifies a resource + properties: + group: + type: string + kind: + description: Kind is the serialized kind of the resource. It + is normally CamelCase and singular. + type: string + name: + description: 'Name is the plural name of the resource to serve. It + must match the name of the CustomResourceDefinition-registration + too: plural.group and it must be all lowercase.' + type: string + scope: + description: ResourceScope is an enum defining the different scopes + available to a custom resource + type: string + version: + type: string + required: + - group + type: object + tabBar: + type: boolean + required: + - header + - resource + - tabBar + type: object + type: object + served: true + storage: true diff --git a/vendor/kmodules.xyz/resource-metadata/crds/ui.k8s.appscode.com_resourceoutlinefilters.yaml b/vendor/kmodules.xyz/resource-metadata/crds/ui.k8s.appscode.com_resourceoutlinefilters.yaml new file mode 100644 index 000000000..708758f75 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/crds/ui.k8s.appscode.com_resourceoutlinefilters.yaml @@ -0,0 +1,109 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + creationTimestamp: null + name: resourceoutlinefilters.ui.k8s.appscode.com +spec: + group: ui.k8s.appscode.com + names: + kind: ResourceOutlineFilter + listKind: ResourceOutlineFilterList + plural: resourceoutlinefilters + singular: resourceoutlinefilter + scope: Cluster + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + properties: + actions: + items: + properties: + items: + additionalProperties: + type: boolean + type: object + name: + type: string + required: + - items + type: object + type: array + header: + type: boolean + pages: + items: + properties: + name: + type: string + sections: + items: + properties: + blocks: + additionalProperties: + type: boolean + type: object + info: + type: boolean + insight: + type: boolean + name: + type: string + required: + - info + - insight + type: object + type: array + required: + - name + type: object + type: array + resource: + description: ResourceID identifies a resource + properties: + group: + type: string + kind: + description: Kind is the serialized kind of the resource. It + is normally CamelCase and singular. + type: string + name: + description: 'Name is the plural name of the resource to serve. It + must match the name of the CustomResourceDefinition-registration + too: plural.group and it must be all lowercase.' + type: string + scope: + description: ResourceScope is an enum defining the different scopes + available to a custom resource + type: string + version: + type: string + required: + - group + type: object + tabBar: + type: boolean + required: + - header + - resource + - tabBar + type: object + type: object + served: true + storage: true diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/meta.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/meta.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml new file mode 100644 index 000000000..5366ef9ec --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/meta.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml @@ -0,0 +1,130 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: meta.k8s.appscode.com + k8s.io/kind: ResourceOutlineFilter + k8s.io/resource: resourceoutlinefilters + k8s.io/version: v1alpha1 + name: meta.k8s.appscode.com-v1alpha1-resourceoutlinefilters +spec: + resource: + group: meta.k8s.appscode.com + kind: ResourceOutlineFilter + name: resourceoutlinefilters + scope: Cluster + version: v1alpha1 + validation: + openAPIV3Schema: + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + properties: + name: + description: 'Name must be unique within a namespace. Is required when + creating resources, although some resources may allow a client to + request the generation of an appropriate name automatically. Name + is primarily intended for creation idempotence and configuration definition. + Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + labels: + additionalProperties: + type: string + description: 'Map of string keys and values that can be used to organize + and categorize (scope and select) objects. May match selectors of + replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: 'Annotations is an unstructured key value map stored with + a resource that may be set by external tools to store and retrieve + arbitrary metadata. They are not queryable and should be preserved + when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + properties: + actions: + items: + properties: + items: + additionalProperties: + type: boolean + type: object + name: + type: string + required: + - items + type: object + type: array + header: + type: boolean + pages: + items: + properties: + name: + type: string + sections: + items: + properties: + blocks: + additionalProperties: + type: boolean + type: object + info: + type: boolean + insight: + type: boolean + name: + type: string + required: + - info + - insight + type: object + type: array + required: + - name + type: object + type: array + resource: + description: ResourceID identifies a resource + properties: + group: + type: string + kind: + description: Kind is the serialized kind of the resource. It is + normally CamelCase and singular. + type: string + name: + description: 'Name is the plural name of the resource to serve. It + must match the name of the CustomResourceDefinition-registration + too: plural.group and it must be all lowercase.' + type: string + scope: + description: ResourceScope is an enum defining the different scopes + available to a custom resource + type: string + version: + type: string + required: + - group + type: object + tabBar: + type: boolean + required: + - header + - resource + - tabBar + type: object + type: object diff --git a/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/ui.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/ui.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml new file mode 100644 index 000000000..43dcef0f5 --- /dev/null +++ b/vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/ui.k8s.appscode.com/v1alpha1/resourceoutlinefilters.yaml @@ -0,0 +1,130 @@ +apiVersion: meta.k8s.appscode.com/v1alpha1 +kind: ResourceDescriptor +metadata: + creationTimestamp: null + labels: + k8s.io/group: ui.k8s.appscode.com + k8s.io/kind: ResourceOutlineFilter + k8s.io/resource: resourceoutlinefilters + k8s.io/version: v1alpha1 + name: ui.k8s.appscode.com-v1alpha1-resourceoutlinefilters +spec: + resource: + group: ui.k8s.appscode.com + kind: ResourceOutlineFilter + name: resourceoutlinefilters + scope: Cluster + version: v1alpha1 + validation: + openAPIV3Schema: + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + properties: + name: + description: 'Name must be unique within a namespace. Is required when + creating resources, although some resources may allow a client to + request the generation of an appropriate name automatically. Name + is primarily intended for creation idempotence and configuration definition. + Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names' + type: string + labels: + additionalProperties: + type: string + description: 'Map of string keys and values that can be used to organize + and categorize (scope and select) objects. May match selectors of + replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels' + type: object + annotations: + additionalProperties: + type: string + description: 'Annotations is an unstructured key value map stored with + a resource that may be set by external tools to store and retrieve + arbitrary metadata. They are not queryable and should be preserved + when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations' + type: object + type: object + spec: + properties: + actions: + items: + properties: + items: + additionalProperties: + type: boolean + type: object + name: + type: string + required: + - items + type: object + type: array + header: + type: boolean + pages: + items: + properties: + name: + type: string + sections: + items: + properties: + blocks: + additionalProperties: + type: boolean + type: object + info: + type: boolean + insight: + type: boolean + name: + type: string + required: + - info + - insight + type: object + type: array + required: + - name + type: object + type: array + resource: + description: ResourceID identifies a resource + properties: + group: + type: string + kind: + description: Kind is the serialized kind of the resource. It is + normally CamelCase and singular. + type: string + name: + description: 'Name is the plural name of the resource to serve. It + must match the name of the CustomResourceDefinition-registration + too: plural.group and it must be all lowercase.' + type: string + scope: + description: ResourceScope is an enum defining the different scopes + available to a custom resource + type: string + version: + type: string + required: + - group + type: object + tabBar: + type: boolean + required: + - header + - resource + - tabBar + type: object + type: object diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/active_versions.json b/vendor/kubedb.dev/installer/catalog/kubedb/active_versions.json index f614d8e64..88675642c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/active_versions.json +++ b/vendor/kubedb.dev/installer/catalog/kubedb/active_versions.json @@ -7,10 +7,13 @@ "24.4.1" ], "Druid": [ + "31.0.0", "30.0.1", "28.0.1" ], "Elasticsearch": [ + "xpack-8.16.0", + "xpack-8.15.4", "xpack-8.15.0", "xpack-8.14.3", "xpack-8.14.1", @@ -21,6 +24,7 @@ "xpack-8.6.2", "xpack-8.5.3", "xpack-8.2.3", + "xpack-7.17.25", "xpack-7.17.23", "xpack-7.17.15", "xpack-7.16.3", @@ -28,42 +32,52 @@ "xpack-7.13.4", "searchguard-7.9.3", "xpack-6.8.23", + "opensearch-2.18.0", + "opensearch-2.17.1", "opensearch-2.16.0", "opensearch-2.14.0", "opensearch-2.11.1", "opensearch-2.8.0", "opensearch-2.5.0", "opensearch-2.0.1", + "opensearch-1.3.19", "opensearch-1.3.18", "opensearch-1.3.13", "opensearch-1.2.4", "opensearch-1.1.0" ], "FerretDB": [ + "1.24.0", "1.23.0", "1.18.0" ], "Kafka": [ + "3.9.0", + "3.8.1", + "3.7.2", "3.6.1", - "3.6.0", - "3.5.2", - "3.5.1", - "3.4.1", - "3.3.2" + "3.5.2" ], "KafkaConnector": [ + "postgres-3.0.5.final", + "mysql-3.0.5.final", + "jdbc-3.0.5.final", "s3-2.15.0", + "postgres-2.7.4.final", + "mysql-2.7.4.final", + "jdbc-2.7.4.final", "jdbc-2.6.1.final", - "postgres-2.4.2.final", - "mysql-2.4.2.final", - "mongodb-1.11.0", + "mongodb-1.14.1", + "mongodb-1.13.1", "gcs-0.13.0" ], "MSSQLServer": [ + "2022-cu16", "2022-cu14", "2022-cu12" ], "MariaDB": [ + "11.6.2", "11.5.2", "11.4.3", "11.3.2", @@ -77,11 +91,13 @@ "10.4.32" ], "Memcached": [ + "1.6.33", "1.6.29", "1.6.22", "1.5.22" ], "MongoDB": [ + "8.0.4", "8.0.3", "7.0.8", "7.0.5", @@ -97,6 +113,9 @@ "4.2.24" ], "MySQL": [ + "9.1.0", + "9.0.1", + "8.4.3", "8.4.2", "8.2.0", "8.1.0", @@ -162,15 +181,19 @@ "2.3.2-centos" ], "RabbitMQ": [ + "4.0.4", "3.13.2", "3.12.12" ], "Redis": [ + "7.4.1", "7.4.0", + "7.2.6", "7.2.4", "7.2.3", "7.0.15", "7.0.14", + "6.2.16", "6.2.14", "6.0.20", "5.0.14", @@ -181,15 +204,18 @@ "2.5.11.final" ], "Singlestore": [ + "8.9.3", + "8.7.21", "8.7.10", "8.5.30", "8.5.7", "8.1.32" ], "Solr": [ + "9.7.0", "9.6.1", "9.4.1", - "8.11.2" + "8.11.4" ], "ZooKeeper": [ "3.9.1", diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/backup_tasks.json b/vendor/kubedb.dev/installer/catalog/kubedb/backup_tasks.json index 0c97156dd..aa70e54c1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/backup_tasks.json +++ b/vendor/kubedb.dev/installer/catalog/kubedb/backup_tasks.json @@ -3,15 +3,19 @@ "xpack-6.8.23" ], "elasticsearch-backup-7.14.0": [ + "xpack-7.17.25", "xpack-7.17.23", "xpack-7.17.15", "xpack-7.16.3", + "opensearch-2.18.0", + "opensearch-2.17.1", "opensearch-2.16.0", "opensearch-2.14.0", "opensearch-2.11.1", "opensearch-2.8.0", "opensearch-2.5.0", "opensearch-2.0.1", + "opensearch-1.3.19", "opensearch-1.3.18", "opensearch-1.3.13", "opensearch-1.2.4", @@ -23,6 +27,8 @@ "searchguard-7.9.3" ], "elasticsearch-backup-8.2.0": [ + "xpack-8.16.0", + "xpack-8.15.4", "xpack-8.15.0", "xpack-8.14.3", "xpack-8.14.1", @@ -35,6 +41,7 @@ "xpack-8.2.3" ], "mariadb-backup-10.5.8": [ + "11.6.2", "11.5.2", "11.4.3", "11.3.2", @@ -72,6 +79,9 @@ "5.7.42-debian" ], "mysql-backup-8.0.21": [ + "9.1.0", + "9.0.1", + "8.4.3", "8.4.2", "8.2.0", "8.1.0", @@ -132,11 +142,14 @@ "5.0.14" ], "redis-backup-6.2.5": [ + "6.2.16", "6.2.14", "6.0.20" ], "redis-backup-7.0.5": [ + "7.4.1", "7.4.0", + "7.2.6", "7.2.4", "7.2.3", "7.0.15", diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/druid/druid-31.0.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/druid/druid-31.0.0.yaml new file mode 100644 index 000000000..8bd625866 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/druid/druid-31.0.0.yaml @@ -0,0 +1,12 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: DruidVersion +metadata: + name: 31.0.0 +spec: + db: + image: ghcr.io/appscode-images/druid:31.0.0 + initContainer: + image: ghcr.io/kubedb/druid-init:31.0.0 + securityContext: + runAsUser: 1000 + version: 31.0.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.1.0-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.1.0-opensearch.yaml index cdf43b905..1023fb5b6 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.1.0-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.1.0-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:1.1.0 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.1.0-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.1.0-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:1.1.0 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:1.1.0-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:1.1.0-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.2.4-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.2.4-opensearch.yaml index 42a5f05f0..8456c667c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.2.4-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.2.4-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:1.2.0 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.2.4-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.2.4-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:1.2.4 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:1.2.4-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:1.2.4-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.13-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.13-opensearch.yaml index 354652cef..b081aa8ca 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.13-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.13-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:1.3.13 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.3.13-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.3.13-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:1.3.13 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:1.3.13-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:1.3.13-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: @@ -35,5 +35,5 @@ spec: value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ updateConstraints: allowlist: - - '> 1.3.13, < 2.0.2' + - '> 1.3.13, < 1.3.20' version: 1.3.13 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.18-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.18-opensearch.yaml index 3f024f33f..54baa6ff2 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.18-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.18-opensearch.yaml @@ -33,4 +33,7 @@ spec: params: - name: args value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 1.3.18, < 1.3.20' version: 1.3.18 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.19-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.19-opensearch.yaml new file mode 100644 index 000000000..995364fae --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-1.3.19-opensearch.yaml @@ -0,0 +1,39 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: ElasticsearchVersion +metadata: + name: opensearch-1.3.19 +spec: + authPlugin: OpenSearch + dashboard: + image: ghcr.io/appscode-images/opensearch-dashboards:1.3.19 + dashboardInitContainer: + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:1.3.19-opensearch-v2024.12.18 + db: + image: ghcr.io/appscode-images/opensearch:1.3.19 + distribution: OpenSearch + exporter: + image: prometheuscommunity/elasticsearch-exporter:v1.7.0 + initContainer: + image: tianon/toybox:0.8.11 + yqImage: ghcr.io/kubedb/elasticsearch-init:1.3.19-opensearch-v2024.12.18 + podSecurityPolicies: + databasePolicyName: elasticsearch-db + securityContext: + runAsAnyNonRoot: true + runAsUser: 1000 + stash: + addon: + backupTask: + name: elasticsearch-backup-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + restoreTask: + name: elasticsearch-restore-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 1.3.19, < 2.0.2' + version: 1.3.19 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.0.1-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.0.1-opensearch.yaml index 0f941239d..15a5a6958 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.0.1-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.0.1-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:2.0.1 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.0.1-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.0.1-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:2.0.1 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:2.0.1-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.0.1-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.11.1-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.11.1-opensearch.yaml index b7f045e69..fbeaa8b6c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.11.1-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.11.1-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:2.11.1 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.11.1-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.11.1-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:2.11.1 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:2.11.1-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.11.1-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.14.0-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.14.0-opensearch.yaml index c80a7c496..5a5b5b53f 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.14.0-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.14.0-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:2.14.0 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.14.0-opensearch-v2024.05.29 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.14.0-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:2.14.0 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:2.14.0-opensearch-v2024.05.29 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.14.0-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.16.0-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.16.0-opensearch.yaml index 25bc03271..9557179c5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.16.0-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.16.0-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:2.16.0 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.16.0-opensearch-v2024.08.21 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.16.0-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:2.16.0 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:2.16.0-opensearch-v2024.08.21 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.16.0-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: @@ -35,5 +35,5 @@ spec: value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ updateConstraints: allowlist: - - '> 2.16.0, < 3.0.0' + - '> 2.16.0, < 2.18.1' version: 2.16.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.17.1-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.17.1-opensearch.yaml new file mode 100644 index 000000000..f4c23cbe1 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.17.1-opensearch.yaml @@ -0,0 +1,39 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: ElasticsearchVersion +metadata: + name: opensearch-2.17.1 +spec: + authPlugin: OpenSearch + dashboard: + image: ghcr.io/appscode-images/opensearch-dashboards:2.17.1 + dashboardInitContainer: + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.17.1-opensearch-v2024.12.14 + db: + image: ghcr.io/appscode-images/opensearch:2.17.1 + distribution: OpenSearch + exporter: + image: prometheuscommunity/elasticsearch-exporter:v1.7.0 + initContainer: + image: tianon/toybox:0.8.11 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.17.1-opensearch-v2024.12.14 + podSecurityPolicies: + databasePolicyName: elasticsearch-db + securityContext: + runAsAnyNonRoot: true + runAsUser: 1000 + stash: + addon: + backupTask: + name: elasticsearch-backup-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + restoreTask: + name: elasticsearch-restore-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 2.17.1, < 2.18.1' + version: 2.17.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.18.0-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.18.0-opensearch.yaml new file mode 100644 index 000000000..99841698c --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.18.0-opensearch.yaml @@ -0,0 +1,39 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: ElasticsearchVersion +metadata: + name: opensearch-2.18.0 +spec: + authPlugin: OpenSearch + dashboard: + image: ghcr.io/appscode-images/opensearch-dashboards:2.18.0 + dashboardInitContainer: + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.18.0-opensearch-v2024.12.14 + db: + image: ghcr.io/appscode-images/opensearch:2.18.0 + distribution: OpenSearch + exporter: + image: prometheuscommunity/elasticsearch-exporter:v1.7.0 + initContainer: + image: tianon/toybox:0.8.11 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.18.0-opensearch-v2024.12.14 + podSecurityPolicies: + databasePolicyName: elasticsearch-db + securityContext: + runAsAnyNonRoot: true + runAsUser: 1000 + stash: + addon: + backupTask: + name: elasticsearch-backup-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + restoreTask: + name: elasticsearch-restore-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 2.18.0, < 3.0.0' + version: 2.18.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.5.0-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.5.0-opensearch.yaml index da9920d20..b0bbad9ba 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.5.0-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.5.0-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:2.5.0 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.5.0-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.5.0-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:2.5.0 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:2.5.0-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.5.0-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.8.0-opensearch.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.8.0-opensearch.yaml index 2b607bafc..719268cfe 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.8.0-opensearch.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-2.8.0-opensearch.yaml @@ -7,7 +7,7 @@ spec: dashboard: image: ghcr.io/appscode-images/opensearch-dashboards:2.8.0 dashboardInitContainer: - yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.8.0-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.8.0-opensearch-v2024.12.14 db: image: ghcr.io/appscode-images/opensearch:2.8.0 distribution: OpenSearch @@ -15,7 +15,7 @@ spec: image: prometheuscommunity/elasticsearch-exporter:v1.7.0 initContainer: image: tianon/toybox:0.8.11 - yqImage: ghcr.io/kubedb/elasticsearch-init:2.8.0-opensearch-v2023.12.07 + yqImage: ghcr.io/kubedb/elasticsearch-init:2.8.0-opensearch-v2024.12.14 podSecurityPolicies: databasePolicyName: elasticsearch-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.15-elasticstack.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.15-elasticstack.yaml index fd5e33b19..59d9077ed 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.15-elasticstack.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.15-elasticstack.yaml @@ -35,5 +35,5 @@ spec: value: --match=^(?![.])(?!kubedb-system).+ updateConstraints: allowlist: - - '> 7.17.15, < 8.3.3' + - '> 7.17.15, < 7.17.26' version: 7.17.15 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.23-elasticstack.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.23-elasticstack.yaml index b139f67b1..35ff683c8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.23-elasticstack.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.23-elasticstack.yaml @@ -33,4 +33,7 @@ spec: params: - name: args value: --match=^(?![.])(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 7.17.23, < 7.17.26' version: 7.17.23 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.25-elasticstack.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.25-elasticstack.yaml new file mode 100644 index 000000000..bc02edf5f --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-7.17.25-elasticstack.yaml @@ -0,0 +1,39 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: ElasticsearchVersion +metadata: + name: xpack-7.17.25 +spec: + authPlugin: X-Pack + dashboard: + image: ghcr.io/appscode-images/kibana:7.17.25 + dashboardInitContainer: + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:7.17.25-xpack-v2024.12.18 + db: + image: ghcr.io/appscode-images/elastic:7.17.25 + distribution: ElasticStack + exporter: + image: prometheuscommunity/elasticsearch-exporter:v1.7.0 + initContainer: + image: tianon/toybox:0.8.11 + yqImage: ghcr.io/kubedb/elasticsearch-init:7.17.25-xpack-v2024.12.18 + podSecurityPolicies: + databasePolicyName: elasticsearch-db + securityContext: + runAsAnyNonRoot: true + runAsUser: 1000 + stash: + addon: + backupTask: + name: elasticsearch-backup-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!kubedb-system).+ + restoreTask: + name: elasticsearch-restore-7.14.0 + params: + - name: args + value: --match=^(?![.])(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 7.17.25, < 8.2.4' + version: 7.17.25 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.0-elasticstack.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.0-elasticstack.yaml index e23453baf..49ba48c90 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.0-elasticstack.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.0-elasticstack.yaml @@ -35,5 +35,5 @@ spec: value: --match=^(?![.])(?!apm-agent-configuration)(?!kubedb-system).+ updateConstraints: allowlist: - - '> 8.15.0, < 9.0.0' + - '> 8.15.0, < 8.16.1' version: 8.15.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.4-elasticstack.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.4-elasticstack.yaml new file mode 100644 index 000000000..546dd8a2d --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.15.4-elasticstack.yaml @@ -0,0 +1,39 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: ElasticsearchVersion +metadata: + name: xpack-8.15.4 +spec: + authPlugin: X-Pack + dashboard: + image: ghcr.io/appscode-images/kibana:8.15.4 + dashboardInitContainer: + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:8.15.4-xpack-v2024.12.18 + db: + image: ghcr.io/appscode-images/elastic:8.15.4 + distribution: ElasticStack + exporter: + image: prometheuscommunity/elasticsearch-exporter:v1.7.0 + initContainer: + image: tianon/toybox:0.8.11 + yqImage: ghcr.io/kubedb/elasticsearch-init:8.15.4-xpack-v2024.12.18 + podSecurityPolicies: + databasePolicyName: elasticsearch-db + securityContext: + runAsAnyNonRoot: true + runAsUser: 1000 + stash: + addon: + backupTask: + name: elasticsearch-backup-8.2.0 + params: + - name: args + value: --match=^(?![.])(?!apm-agent-configuration)(?!kubedb-system).+ + restoreTask: + name: elasticsearch-restore-8.2.0 + params: + - name: args + value: --match=^(?![.])(?!apm-agent-configuration)(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 8.15.4, < 8.16.1' + version: 8.15.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.16.0-elasticstack.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.16.0-elasticstack.yaml new file mode 100644 index 000000000..6034e8307 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/elasticsearch/elasticsearch-8.16.0-elasticstack.yaml @@ -0,0 +1,39 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: ElasticsearchVersion +metadata: + name: xpack-8.16.0 +spec: + authPlugin: X-Pack + dashboard: + image: ghcr.io/appscode-images/kibana:8.16.0 + dashboardInitContainer: + yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:8.16.0-xpack-v2024.11.22 + db: + image: ghcr.io/appscode-images/elastic:8.16.0 + distribution: ElasticStack + exporter: + image: prometheuscommunity/elasticsearch-exporter:v1.7.0 + initContainer: + image: tianon/toybox:0.8.11 + yqImage: ghcr.io/kubedb/elasticsearch-init:8.16.0-xpack-v2024.11.22 + podSecurityPolicies: + databasePolicyName: elasticsearch-db + securityContext: + runAsAnyNonRoot: true + runAsUser: 1000 + stash: + addon: + backupTask: + name: elasticsearch-backup-8.2.0 + params: + - name: args + value: --match=^(?![.])(?!apm-agent-configuration)(?!kubedb-system).+ + restoreTask: + name: elasticsearch-restore-8.2.0 + params: + - name: args + value: --match=^(?![.])(?!apm-agent-configuration)(?!kubedb-system).+ + updateConstraints: + allowlist: + - '> 8.16.0, < 9.0.0' + version: 8.16.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/ferretdb/ferretdb-1.24.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/ferretdb/ferretdb-1.24.0.yaml new file mode 100644 index 000000000..ff2dcea49 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/ferretdb/ferretdb-1.24.0.yaml @@ -0,0 +1,10 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: FerretDBVersion +metadata: + name: 1.24.0 +spec: + db: + image: ghcr.io/appscode-images/ferretdb:1.24.0 + securityContext: + runAsUser: 1000 + version: 1.24.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.3.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.3.2.yaml similarity index 96% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.3.2.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.3.2.yaml index 46e93ab9b..b9bfe6ad1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.3.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.3.2.yaml @@ -9,6 +9,7 @@ spec: image: ghcr.io/appscode-images/kafka-cruise-control:3.3.2 db: image: ghcr.io/appscode-images/kafka-kraft:3.3.2 + deprecated: true podSecurityPolicies: databasePolicyName: kafka-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.4.1.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.4.1.yaml similarity index 96% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.4.1.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.4.1.yaml index a4f3b90b8..fcbb1c399 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.4.1.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.4.1.yaml @@ -9,6 +9,7 @@ spec: image: ghcr.io/appscode-images/kafka-cruise-control:3.4.1 db: image: ghcr.io/appscode-images/kafka-kraft:3.4.1 + deprecated: true podSecurityPolicies: databasePolicyName: kafka-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.1.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.5.1.yaml similarity index 96% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.1.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.5.1.yaml index 9e694bb40..76306f7e8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.1.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.5.1.yaml @@ -9,6 +9,7 @@ spec: image: ghcr.io/appscode-images/kafka-cruise-control:3.5.1 db: image: ghcr.io/appscode-images/kafka-kraft:3.5.1 + deprecated: true podSecurityPolicies: databasePolicyName: kafka-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.6.0.yaml similarity index 96% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.0.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.6.0.yaml index 30aba17d8..d7e49c776 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.0.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/deprecated-kafka-3.6.0.yaml @@ -9,6 +9,7 @@ spec: image: ghcr.io/appscode-images/kafka-cruise-control:3.6.0 db: image: ghcr.io/appscode-images/kafka-kraft:3.6.0 + deprecated: true podSecurityPolicies: databasePolicyName: kafka-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.2.yaml index 49b05b6e2..cbbe54618 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.5.2.yaml @@ -18,7 +18,7 @@ spec: version: v2024.4.27 updateConstraints: allowlist: - - '> 3.5.2, <= 3.6.1' + - '> 3.5.2' denylist: - < 3.5.2 version: 3.5.2 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.1.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.1.yaml index 984b272b7..23c4c0953 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.1.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.6.1.yaml @@ -18,7 +18,7 @@ spec: version: v2024.4.27 updateConstraints: allowlist: - - '> 3.6.1, <= 3.6.1' + - '> 3.6.1' denylist: - < 3.6.1 version: 3.6.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.7.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.7.2.yaml new file mode 100644 index 000000000..039087daa --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.7.2.yaml @@ -0,0 +1,24 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaVersion +metadata: + name: 3.7.2 +spec: + connectCluster: + image: ghcr.io/appscode-images/kafka-connect-cluster:3.7.2 + cruiseControl: + image: ghcr.io/appscode-images/kafka-cruise-control:3.7.2 + db: + image: ghcr.io/appscode-images/kafka-kraft:3.7.2 + podSecurityPolicies: + databasePolicyName: kafka-db + securityContext: + runAsUser: 1001 + ui: + - name: kafka-ui + version: v2024.4.27 + updateConstraints: + allowlist: + - '> 3.7.2' + denylist: + - < 3.7.2 + version: 3.7.2 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.8.1.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.8.1.yaml new file mode 100644 index 000000000..980ce4670 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.8.1.yaml @@ -0,0 +1,24 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaVersion +metadata: + name: 3.8.1 +spec: + connectCluster: + image: ghcr.io/appscode-images/kafka-connect-cluster:3.8.1 + cruiseControl: + image: ghcr.io/appscode-images/kafka-cruise-control:3.8.1 + db: + image: ghcr.io/appscode-images/kafka-kraft:3.8.1 + podSecurityPolicies: + databasePolicyName: kafka-db + securityContext: + runAsUser: 1001 + ui: + - name: kafka-ui + version: v2024.4.27 + updateConstraints: + allowlist: + - '> 3.8.1' + denylist: + - < 3.8.1 + version: 3.8.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.9.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.9.0.yaml new file mode 100644 index 000000000..0b0265b4d --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafka/kafka-3.9.0.yaml @@ -0,0 +1,24 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaVersion +metadata: + name: 3.9.0 +spec: + connectCluster: + image: ghcr.io/appscode-images/kafka-connect-cluster:3.9.0 + cruiseControl: + image: ghcr.io/appscode-images/kafka-cruise-control:3.9.0 + db: + image: ghcr.io/appscode-images/kafka-kraft:3.9.0 + podSecurityPolicies: + databasePolicyName: kafka-db + securityContext: + runAsUser: 1001 + ui: + - name: kafka-ui + version: v2024.4.27 + updateConstraints: + allowlist: + - '> 3.9.0' + denylist: + - < 3.9.0 + version: 3.9.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.11.0-mongodb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-1.11.0-mongodb.yaml similarity index 93% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.11.0-mongodb.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-1.11.0-mongodb.yaml index 486fb83e5..c3c7502e0 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.11.0-mongodb.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-1.11.0-mongodb.yaml @@ -5,6 +5,7 @@ metadata: spec: connectorPlugin: image: ghcr.io/appscode-images/kafka-connector-mongodb:1.11.0 + deprecated: true securityContext: runAsUser: 1001 type: MongoDB diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.4.2-mysql.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-2.4.2-mysql.yaml similarity index 93% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.4.2-mysql.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-2.4.2-mysql.yaml index 9e97635f1..9009b0d87 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.4.2-mysql.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-2.4.2-mysql.yaml @@ -5,6 +5,7 @@ metadata: spec: connectorPlugin: image: ghcr.io/appscode-images/kafka-connector-mysql:2.4.2.final + deprecated: true securityContext: runAsUser: 1001 type: MySQL diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.4.2-postgres.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-2.4.2-postgres.yaml similarity index 93% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.4.2-postgres.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-2.4.2-postgres.yaml index 4d5365916..d82c57aa4 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.4.2-postgres.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/deprecated-kafkaconnector-2.4.2-postgres.yaml @@ -5,6 +5,7 @@ metadata: spec: connectorPlugin: image: ghcr.io/appscode-images/kafka-connector-postgres:2.4.2.final + deprecated: true securityContext: runAsUser: 1001 type: Postgres diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.13.1-mongodb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.13.1-mongodb.yaml new file mode 100644 index 000000000..fbbb5dffa --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.13.1-mongodb.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: mongodb-1.13.1 +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-mongodb:1.13.1 + securityContext: + runAsUser: 1001 + type: MongoDB + version: 1.13.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.14.1-mongodb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.14.1-mongodb.yaml new file mode 100644 index 000000000..aaf90e008 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-1.14.1-mongodb.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: mongodb-1.14.1 +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-mongodb:1.14.1 + securityContext: + runAsUser: 1001 + type: MongoDB + version: 1.14.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-jdbc.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-jdbc.yaml new file mode 100644 index 000000000..34ec713bd --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-jdbc.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: jdbc-2.7.4.final +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-jdbc:2.7.4.final + securityContext: + runAsUser: 1001 + type: JDBC + version: 2.7.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-mysql.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-mysql.yaml new file mode 100644 index 000000000..ce82c58bb --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-mysql.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: mysql-2.7.4.final +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-mysql:2.7.4.final + securityContext: + runAsUser: 1001 + type: MySQL + version: 2.7.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-postgres.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-postgres.yaml new file mode 100644 index 000000000..5132381d7 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-2.7.4-postgres.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: postgres-2.7.4.final +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-postgres:2.7.4.final + securityContext: + runAsUser: 1001 + type: Postgres + version: 2.7.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-jdbc.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-jdbc.yaml new file mode 100644 index 000000000..86001cc4e --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-jdbc.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: jdbc-3.0.5.final +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-jdbc:3.0.5.final + securityContext: + runAsUser: 1001 + type: JDBC + version: 3.0.5 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-mysql.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-mysql.yaml new file mode 100644 index 000000000..29ce7cc0e --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-mysql.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: mysql-3.0.5.final +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-mysql:3.0.5.final + securityContext: + runAsUser: 1001 + type: MySQL + version: 3.0.5 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-postgres.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-postgres.yaml new file mode 100644 index 000000000..49ef6cf3a --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/kafkaconnector/kafkaconnector-3.0.5-postgres.yaml @@ -0,0 +1,11 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: KafkaConnectorVersion +metadata: + name: postgres-3.0.5.final +spec: + connectorPlugin: + image: ghcr.io/appscode-images/kafka-connector-postgres:3.0.5.final + securityContext: + runAsUser: 1001 + type: Postgres + version: 3.0.5 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.10.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.10.2.yaml index 20cf83996..b8a04e920 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.10.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.10.2.yaml @@ -4,7 +4,7 @@ metadata: name: 10.10.2 spec: coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.10.2-jammy deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.11.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.11.2.yaml index b477bfaf6..a2653ada0 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.11.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.11.2.yaml @@ -4,7 +4,7 @@ metadata: name: 10.11.2 spec: coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.11.2-jammy deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.17.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.17.yaml index 427828059..234b622d6 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.17.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.17.yaml @@ -4,7 +4,7 @@ metadata: name: 10.4.17 spec: coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: mariadb:10.4.17 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.31.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.31.yaml index 27fd7c924..0c669195a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.31.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.4.31.yaml @@ -4,7 +4,7 @@ metadata: name: 10.4.31 spec: coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.4.31-focal deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.5.8.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.5.8.yaml index fe4510c93..e23b5b4e5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.5.8.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.5.8.yaml @@ -4,7 +4,7 @@ metadata: name: 10.5.8 spec: coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: mariadb:10.5.8 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.6.4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.6.4.yaml index 254e8d1db..10ff1785c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.6.4.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/deprecated-mariadb-10.6.4.yaml @@ -4,7 +4,7 @@ metadata: name: 10.6.4 spec: coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.6.4-focal deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.10.7.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.10.7.yaml index 2c6a41d1d..8dcd2902d 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.10.7.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.10.7.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_10.10.7-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_10.10.7-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.10.7-jammy exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.11.6.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.11.6.yaml index 28b2deb49..3367bac4d 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.11.6.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.11.6.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_10.11.6-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_10.11.6-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.11.6-jammy exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.4.32.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.4.32.yaml index a0567c1b7..f47984e3d 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.4.32.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.4.32.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_10.4.32-focal + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_10.4.32-focal coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.4.32-focal exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.5.23.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.5.23.yaml index 6dec070cd..539f8b15b 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.5.23.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.5.23.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_10.5.23-focal + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_10.5.23-focal coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.5.23-focal exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.6.16.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.6.16.yaml index 3d1f2ef46..0a21a3171 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.6.16.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-10.6.16.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_10.6.16-focal + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_10.6.16-focal coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:10.6.16-focal exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.0.4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.0.4.yaml index 73277e48b..b0054c9b7 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.0.4.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.0.4.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_11.0.4-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.0.4-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:11.0.4-jammy exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.1.3.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.1.3.yaml index e76638568..b03557177 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.1.3.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.1.3.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_11.1.3-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.1.3-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:11.1.3-jammy exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.2.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.2.2.yaml index 296f7d137..88d636ff4 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.2.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.2.2.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_11.2.2-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.2.2-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:11.2.2-jammy exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.3.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.3.2.yaml index 5f3a449d5..dff3801c0 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.3.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.3.2.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_11.2.2-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.2.2-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:11.3.2-jammy exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.4.3.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.4.3.yaml index 96d4080bf..a331b041f 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.4.3.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.4.3.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_11.2.2-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.2.2-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:11.4.3-noble exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.5.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.5.2.yaml index d1a6f0d72..ed7a874f7 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.5.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.5.2.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mariadb-archiver:(v0.9.0)_11.2.2-jammy + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.2.2-jammy coordinator: - image: ghcr.io/kubedb/mariadb-coordinator:v0.29.0 + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 db: image: ghcr.io/appscode-images/mariadb:11.5.2-noble exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.6.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.6.2.yaml new file mode 100644 index 000000000..0f15083de --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mariadb/mariadb-11.6.2.yaml @@ -0,0 +1,46 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MariaDBVersion +metadata: + name: 11.6.2 +spec: + archiver: + addon: + name: mariadb-addon + tasks: + fullBackup: + name: logical-backup + fullBackupRestore: + name: logical-backup-restore + manifestBackup: + name: manifest-backup + manifestRestore: + name: manifest-restore + volumeSnapshot: + name: volume-snapshot + walg: + image: ghcr.io/kubedb/mariadb-archiver:(v0.10.0)_11.2.2-jammy + coordinator: + image: ghcr.io/kubedb/mariadb-coordinator:v0.30.0 + db: + image: ghcr.io/appscode-images/mariadb:11.6.2-noble + exporter: + image: prom/mysqld-exporter:v0.13.0 + initContainer: + image: ghcr.io/kubedb/mariadb-init:0.5.2 + podSecurityPolicies: + databasePolicyName: maria-db + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: mariadb-backup-10.5.8 + restoreTask: + name: mariadb-restore-10.5.8 + ui: + - name: phpmyadmin + version: v2024.4.27 + updateConstraints: + allowlist: + - '> 11.6.2, <= 11.6.2' + version: 11.6.2 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.5.22.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.5.22.yaml index ebaa04549..10d098682 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.5.22.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.5.22.yaml @@ -13,5 +13,5 @@ spec: runAsUser: 999 updateConstraints: allowlist: - - '>1.5.22, <= 1.6.29' + - '>1.5.22, <= 1.6.33' version: 1.5.22 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.22.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.22.yaml index d50884fa5..aac625377 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.22.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.22.yaml @@ -13,5 +13,5 @@ spec: runAsUser: 999 updateConstraints: allowlist: - - '>1.6.22, <= 1.6.29' + - '>1.6.22, <= 1.6.33' version: 1.6.22 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.29.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.29.yaml index 592ab1fe6..872ab8e88 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.29.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.29.yaml @@ -13,5 +13,5 @@ spec: runAsUser: 999 updateConstraints: allowlist: - - '>1.6.29, <= 1.6.29' + - 1.6.33 version: 1.6.29 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.33.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.33.yaml new file mode 100644 index 000000000..fac14fb3c --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/memcached/memcached-1.6.33.yaml @@ -0,0 +1,17 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MemcachedVersion +metadata: + name: 1.6.33 +spec: + db: + image: ghcr.io/appscode-images/memcached:1.6.33-alpine + exporter: + image: ghcr.io/appscode-images/memcached_exporter:v0.14.3-ac + podSecurityPolicies: + databasePolicyName: memcached-db + securityContext: + runAsUser: 999 + updateConstraints: + allowlist: + - 1.6.33 + version: 1.6.33 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4-official.yaml index 0b1e0b2a9..78166e111 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.4" --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.4" --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.4" --- @@ -82,5 +82,5 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.4" diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.17-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.17-official.yaml index 560e04a78..aae963cb5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.17-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.17-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.4.17 --- @@ -40,7 +40,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:3.4.17 deprecated: true @@ -54,7 +54,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.22-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.22-official.yaml index 81a398bd9..e01ad0e87 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.22-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.4.22-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.4.22 --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.4.22 --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.4.22 --- @@ -84,7 +84,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:3.4.22 deprecated: true @@ -98,7 +98,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6-official.yaml index 125bb5f2c..d32fb78d3 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.6" --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.6" --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.6" --- @@ -82,5 +82,5 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: "3.6" diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.13-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.13-official.yaml index 220bf4ab2..eb65c8ddd 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.13-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.13-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.6.13 --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.6.13 --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.6.13 --- @@ -84,7 +84,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:3.6.13 deprecated: true @@ -98,7 +98,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.18-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.18-percona.yaml index 0ea05523a..29ece24f5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.18-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.18-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:3.6.18 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 1001 runAsUser: 0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.8-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.8-official.yaml index fc8aad261..6958105a2 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.8-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-3.6.8-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 3.6.8 --- @@ -40,7 +40,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:3.6.8 deprecated: true @@ -54,7 +54,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.10-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.10-percona.yaml index 92e0277d2..996f577e1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.10-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.10-percona.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 1001 runAsUser: 0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.11-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.11-official.yaml index 7516acc6e..5dd7d5753 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.11-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.11-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.11 --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.11 --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.11 --- @@ -84,7 +84,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:4.0.11 deprecated: true @@ -98,7 +98,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.3-official.yaml index 9f32c7ee9..4e44a9a7e 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.3-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.3-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.3 --- @@ -40,7 +40,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:4.0.3 deprecated: true @@ -54,7 +54,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.5-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.5-official.yaml index 3c6394c02..198d87d26 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.5-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.0.5-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.5 --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.5 --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.5 --- @@ -82,7 +82,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.5 --- @@ -104,7 +104,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.0.5 --- @@ -128,7 +128,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:4.0.5 deprecated: true @@ -142,7 +142,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.13-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.13-official.yaml index c776c719f..b737df7ca 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.13-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.13-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.13 --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.13 --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.13 --- @@ -84,7 +84,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:4.1.13 deprecated: true @@ -98,7 +98,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.4-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.4-official.yaml index 5cb050520..18ccbee61 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.4-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.4-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.4 --- @@ -40,7 +40,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:4.1.4 deprecated: true @@ -54,7 +54,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.7-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.7-official.yaml index 25779e188..e8b771fc9 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.7-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.1.7-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.7 --- @@ -38,7 +38,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.7 --- @@ -60,7 +60,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.1.7 --- @@ -84,7 +84,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:4.1.7 deprecated: true @@ -98,7 +98,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.3-official.yaml index 47f0c796b..5017bda10 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.3-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.3-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 version: 4.2.3 --- @@ -40,7 +40,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:4.2.3 deprecated: true @@ -54,7 +54,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.7-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.7-percona.yaml index 382bd4a15..a0bdf57f5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.7-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.2.7-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:4.2.7-7 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 1001 runAsUser: 0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.10-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.10-percona.yaml index 1af094f14..fc306da23 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.10-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.10-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:4.4.10 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 1001 runAsUser: 0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.6-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.6-official.yaml index 52d04adba..1e267cd0a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.6-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-4.4.6-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:4.4.6 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.15-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.15-official.yaml index c4a626635..a6e0b6aca 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.15-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.15-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:5.0.15 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.2-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.2-official.yaml index cc1b18453..1344f9644 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.2-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.2-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:5.0.2 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.3-official.yaml index b5ad5d3c3..020a5cb77 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.3-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-5.0.3-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: mongo:5.0.3 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-6.0.5-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-6.0.5-official.yaml index ddd9701e6..aa1bb0e70 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-6.0.5-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/deprecated-mongodb-6.0.5-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:6.0.5 deprecated: true @@ -32,7 +32,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-official.yaml index da43a6814..fe265c76a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:4.2.24 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-percona.yaml index 35145b924..e48e044e9 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.2.24-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:4.2.24 distribution: Percona @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 0 runAsUser: 1001 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-official.yaml index 4652a6916..43a652eb5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:4.4.26 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-percona.yaml index 035724cad..54c1577f1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-4.4.26-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:4.4.26 distribution: Percona @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 0 runAsUser: 1001 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-official.yaml index 8345fbaa6..bed2be563 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:5.0.23 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-percona.yaml index 02bad73c4..92e811135 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.23-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:5.0.23 distribution: Percona @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 0 runAsUser: 1001 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.26-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.26-official.yaml index 9893fdd80..fcabf175b 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.26-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-5.0.26-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:5.0.26 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-official.yaml index bd13cfa63..a08423143 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:6.0.12 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-percona.yaml index e8d583866..dbcdbc9cc 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-6.0.12-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:6.0.12 distribution: Percona @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 0 runAsUser: 1001 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.4-percona.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.4-percona.yaml index 3662cebe0..c15d7139c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.4-percona.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.4-percona.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: percona/percona-server-mongodb:7.0.4 distribution: Percona @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 0 runAsUser: 1001 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.5-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.5-official.yaml index b43f4e351..116274ab0 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.5-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.5-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:7.0.5 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.8-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.8-official.yaml index 5552c4143..adcc65791 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.8-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-7.0.8-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:7.0.8 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.3-official.yaml index 76b8f3379..7878d5324 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.3-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.3-official.yaml @@ -18,7 +18,7 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/wal-g:v2024.5.24_mongo + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo db: image: ghcr.io/appscode-images/mongo:8.0.3 distribution: Official @@ -31,7 +31,7 @@ spec: podSecurityPolicies: databasePolicyName: mongodb-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.4-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.4-official.yaml new file mode 100644 index 000000000..b33e6f6cb --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mongodb/mongodb-8.0.4-official.yaml @@ -0,0 +1,41 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MongoDBVersion +metadata: + name: 8.0.4 +spec: + archiver: + addon: + name: mongodb-addon + tasks: + fullBackup: + name: logical-backup + fullBackupRestore: + name: logical-backup-restore + manifestBackup: + name: manifest-backup + manifestRestore: + name: manifest-restore + volumeSnapshot: + name: volume-snapshot + walg: + image: ghcr.io/kubedb/wal-g:v2024.12.18_mongo + db: + image: ghcr.io/appscode-images/mongo:8.0.4 + distribution: Official + exporter: + image: ghcr.io/kubedb/mongodb_exporter:v0.40.0 + gitSyncer: + image: registry.k8s.io/git-sync/git-sync:v4.2.1 + initContainer: + image: ghcr.io/kubedb/mongodb-init:6.0-v10 + podSecurityPolicies: + databasePolicyName: mongodb-db + replicationModeDetector: + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 + securityContext: + runAsGroup: 999 + runAsUser: 999 + ui: + - name: mongo-ui + version: v2024.4.27 + version: 8.0.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mssqlserver/mssqlserver-2022.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mssqlserver/mssqlserver-2022.yaml index 1df0f7d4f..4ff6f5aee 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mssqlserver/mssqlserver-2022.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mssqlserver/mssqlserver-2022.yaml @@ -16,9 +16,9 @@ spec: manifestRestore: name: manifest-restore walg: - image: ghcr.io/kubedb/mssqlserver-archiver:v0.3.0 + image: ghcr.io/kubedb/mssqlserver-archiver:v0.4.0 coordinator: - image: ghcr.io/kubedb/mssql-coordinator:v0.4.0 + image: ghcr.io/kubedb/mssql-coordinator:v0.5.0 db: image: mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04 exporter: @@ -48,9 +48,9 @@ spec: manifestRestore: name: manifest-restore walg: - image: ghcr.io/kubedb/mssqlserver-archiver:v0.3.0 + image: ghcr.io/kubedb/mssqlserver-archiver:v0.4.0 coordinator: - image: ghcr.io/kubedb/mssql-coordinator:v0.4.0 + image: ghcr.io/kubedb/mssql-coordinator:v0.5.0 db: image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04 exporter: @@ -60,3 +60,35 @@ spec: securityContext: runAsUser: 10001 version: "2022" + +--- +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MSSQLServerVersion +metadata: + name: 2022-cu16 +spec: + archiver: + addon: + name: mssqlserver-addon + tasks: + fullBackup: + name: logical-backup + fullBackupRestore: + name: logical-backup-restore + manifestBackup: + name: manifest-backup + manifestRestore: + name: manifest-restore + walg: + image: ghcr.io/kubedb/mssqlserver-archiver:v0.4.0 + coordinator: + image: ghcr.io/kubedb/mssql-coordinator:v0.5.0 + db: + image: mcr.microsoft.com/mssql/server:2022-CU16-ubuntu-22.04 + exporter: + image: ghcr.io/kubedb/mssql-exporter:1.1.0 + initContainer: + image: ghcr.io/kubedb/mssql-init:2022-ubuntu-22-v3 + securityContext: + runAsUser: 10001 + version: "2022" diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5-official.yaml index aaf9ebd95..563722c85 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7-official.yaml index a7abf3ae0..b7dbee541 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.25-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.25-official.yaml index dce1a7f1d..6c52085fe 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.25-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.25-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -42,7 +42,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -68,7 +68,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -94,7 +94,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -120,7 +120,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -152,7 +152,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.29-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.29-official.yaml index a27658b92..09a8a6a1d 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.29-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.29-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -72,7 +72,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -106,7 +106,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.31-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.31-official.yaml index fa0b1a186..4823f2c2a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.31-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.31-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -78,7 +78,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.33-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.33-official.yaml index 803ab16bf..0e5aa8ae3 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.33-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.33-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -50,7 +50,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.35-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.35-official.yaml index 04a7181dd..07e43b355 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.35-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.35-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -38,7 +38,7 @@ metadata: name: 5.7.35-v1 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql:5.7.35 deprecated: true @@ -52,7 +52,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.36-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.36-official.yaml index b2caed6db..06fefae14 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.36-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.36-official.yaml @@ -4,7 +4,7 @@ metadata: name: 5.7.36 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql:5.7.36 deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.41-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.41-official.yaml index a13502988..1d83054c8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.41-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-5.7.41-official.yaml @@ -4,7 +4,7 @@ metadata: name: 5.7.41 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:5.7.41-oracle deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8-official.yaml index 827602867..ee746eb20 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0-official.yaml index e112659e1..891a3f619 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.14-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.14-official.yaml index cf908e86b..337cd6bd9 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.14-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.14-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -72,7 +72,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -100,7 +100,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -134,7 +134,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.17-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.17-official.yaml index 6ca7545e6..996a85394 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.17-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.17-official.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.17 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql:8.0.17 deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.20-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.20-official.yaml index 117caf237..1b0b60fb2 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.20-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.20-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -72,7 +72,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -106,7 +106,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.21-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.21-official.yaml index a6a67758a..03846ad34 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.21-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.21-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: denylist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -78,7 +78,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.23-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.23-official.yaml index b0015d703..4006419c9 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.23-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.23-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -50,7 +50,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.26-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.26-official.yaml index d3f379ab2..d15eb2479 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.26-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.26-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-mysql.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-mysql.yaml index 678b179ac..4d964ca44 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-mysql.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-mysql.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.27-innodb spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql/mysql-server:8.0.27 deprecated: true @@ -18,11 +18,11 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 router: image: mysql/mysql-router:8.0.27 routerInitContainer: - image: ghcr.io/kubedb/mysql-router-init:v0.27.0 + image: ghcr.io/kubedb/mysql-router-init:v0.28.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-official.yaml index e9cc2df1c..1d90b3088 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.27-official.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.27 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql:8.0.27 deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.29-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.29-official.yaml index 82d9eb50c..648d088d2 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.29-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.29-official.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.29 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql:8.0.29 deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.3-official.yaml index 5c9bb558c..f4bba725d 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.3-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.3-official.yaml @@ -16,7 +16,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: allowlist: groupReplication: @@ -44,7 +44,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: allowlist: groupReplication: @@ -72,7 +72,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 updateConstraints: allowlist: groupReplication: @@ -100,7 +100,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -134,7 +134,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: @@ -156,7 +156,7 @@ metadata: name: 8.0.3-v4 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: mysql:8.0.3 deprecated: true @@ -170,7 +170,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 stash: addon: backupTask: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.31-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.31-official.yaml index ddd3830a1..9f6ade2cf 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.31-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.31-official.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.31 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.0.31-oracle deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.32-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.32-official.yaml index 1d5869815..330c858db 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.32-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/deprecated-mysql-8.0.32-official.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.32 spec: coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.0.32-oracle deprecated: true @@ -18,7 +18,7 @@ spec: podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.42-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.42-official.yaml index cc6ee8f96..3bf83eeec 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.42-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.42-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_5.7.44 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_5.7.44 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:5.7.42-debian distribution: Official @@ -29,11 +29,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:5.7-v4 + image: ghcr.io/kubedb/mysql-init:5.7-v5 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.44-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.44-official.yaml index 3146cd52d..0b53f75f1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.44-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-5.7.44-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_5.7.44 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_5.7.44 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:5.7.44-oracle distribution: Official @@ -29,11 +29,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:5.7-v4 + image: ghcr.io/kubedb/mysql-init:5.7-v5 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.31-mysql.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.31-mysql.yaml index f38274858..af9ec4c6c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.31-mysql.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.31-mysql.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_8.0.35 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.0.35 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.0.31-oracle distribution: MySQL @@ -29,15 +29,15 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:8.0.31-v3 + image: ghcr.io/kubedb/mysql-init:8.0.31-v4 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 router: image: mysql/mysql-router:8.0.31 routerInitContainer: - image: ghcr.io/kubedb/mysql-router-init:v0.27.0 + image: ghcr.io/kubedb/mysql-router-init:v0.28.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.35-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.35-official.yaml index c9801beab..8334ba3a5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.35-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.35-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_8.0.35 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.0.35 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.0.35-oracle distribution: Official @@ -29,11 +29,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:8.0.31-v3 + image: ghcr.io/kubedb/mysql-init:8.0.31-v4 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.36-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.36-official.yaml index c082907ab..8c8d4d677 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.36-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.0.36-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_8.0.35 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.0.35 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.0.36-debian distribution: Official @@ -29,11 +29,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:8.0.31-v3 + image: ghcr.io/kubedb/mysql-init:8.0.31-v4 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.1.0-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.1.0-official.yaml index 4609d4f22..403fdda96 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.1.0-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.1.0-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_8.1.0 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.1.0 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.1.0-oracle distribution: Official @@ -29,11 +29,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:8.0.31-v3 + image: ghcr.io/kubedb/mysql-init:8.0.31-v4 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.2.0-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.2.0-official.yaml index 7b406c95f..3146c90e9 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.2.0-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.2.0-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_8.2.0 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.2.0 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.2.0-oracle distribution: Official @@ -29,11 +29,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:8.0.31-v3 + image: ghcr.io/kubedb/mysql-init:8.0.31-v4 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.2-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.2-official.yaml index b41f1f370..27bd6f04e 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.2-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.2-official.yaml @@ -14,9 +14,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/mysql-archiver:(v0.10.0)_8.2.0 + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.4.3 coordinator: - image: ghcr.io/kubedb/mysql-coordinator:v0.27.0 + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 db: image: ghcr.io/appscode-images/mysql:8.4.2-oracle distribution: Official @@ -25,11 +25,11 @@ spec: gitSyncer: image: registry.k8s.io/git-sync/git-sync:v4.2.1 initContainer: - image: ghcr.io/kubedb/mysql-init:8.4.2-v2 + image: ghcr.io/kubedb/mysql-init:8.4.2-v3 podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: - image: ghcr.io/kubedb/replication-mode-detector:v0.36.0 + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 securityContext: runAsUser: 999 stash: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.3-official.yaml new file mode 100644 index 000000000..094a990c8 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-8.4.3-official.yaml @@ -0,0 +1,55 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MySQLVersion +metadata: + name: 8.4.3 +spec: + archiver: + addon: + name: mysql-addon + tasks: + manifestBackup: + name: manifest-backup + manifestRestore: + name: manifest-restore + volumeSnapshot: + name: volume-snapshot + walg: + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_8.4.3 + coordinator: + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 + db: + image: ghcr.io/appscode-images/mysql:8.4.3-oracle + distribution: Official + exporter: + image: ghcr.io/kubedb/mysqld-exporter:v0.13.1 + gitSyncer: + image: registry.k8s.io/git-sync/git-sync:v4.2.1 + initContainer: + image: ghcr.io/kubedb/mysql-init:8.4.3-v3 + podSecurityPolicies: + databasePolicyName: mysql-db + replicationModeDetector: + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: mysql-backup-8.0.21 + restoreTask: + name: mysql-restore-8.0.21 + ui: + - name: phpmyadmin + version: v2024.4.27 + updateConstraints: + allowlist: + groupReplication: + - '> 8.4.3, <= 8.4.3' + standalone: + - '> 8.4.3, <= 8.4.3' + denylist: + groupReplication: + - < 8.4.3 + standalone: + - < 8.4.3 + version: 8.4.3 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.0.1-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.0.1-official.yaml new file mode 100644 index 000000000..9bcc807ee --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.0.1-official.yaml @@ -0,0 +1,55 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MySQLVersion +metadata: + name: 9.0.1 +spec: + archiver: + addon: + name: mysql-addon + tasks: + manifestBackup: + name: manifest-backup + manifestRestore: + name: manifest-restore + volumeSnapshot: + name: volume-snapshot + walg: + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_9.1.0 + coordinator: + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 + db: + image: ghcr.io/appscode-images/mysql:9.0.1-oracle + distribution: Official + exporter: + image: ghcr.io/kubedb/mysqld-exporter:v0.13.1 + gitSyncer: + image: registry.k8s.io/git-sync/git-sync:v4.2.1 + initContainer: + image: ghcr.io/kubedb/mysql-init:9.0.1-v1 + podSecurityPolicies: + databasePolicyName: mysql-db + replicationModeDetector: + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: mysql-backup-8.0.21 + restoreTask: + name: mysql-restore-8.0.21 + ui: + - name: phpmyadmin + version: v2024.4.27 + updateConstraints: + allowlist: + groupReplication: + - '> 9.0.1, <= 9.0.1' + standalone: + - '> 9.0.1, <= 9.0.1' + denylist: + groupReplication: + - < 9.0.1 + standalone: + - < 9.0.1 + version: 9.0.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml new file mode 100644 index 000000000..5641b5a14 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml @@ -0,0 +1,55 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MySQLVersion +metadata: + name: 9.1.0 +spec: + archiver: + addon: + name: mysql-addon + tasks: + manifestBackup: + name: manifest-backup + manifestRestore: + name: manifest-restore + volumeSnapshot: + name: volume-snapshot + walg: + image: ghcr.io/kubedb/mysql-archiver:(v0.11.0)_9.1.0 + coordinator: + image: ghcr.io/kubedb/mysql-coordinator:v0.28.0 + db: + image: ghcr.io/appscode-images/mysql:9.1.0-oracle + distribution: Official + exporter: + image: ghcr.io/kubedb/mysqld-exporter:v0.13.1 + gitSyncer: + image: registry.k8s.io/git-sync/git-sync:v4.2.1 + initContainer: + image: ghcr.io/kubedb/mysql-init:9.1.0-v1 + podSecurityPolicies: + databasePolicyName: mysql-db + replicationModeDetector: + image: ghcr.io/kubedb/replication-mode-detector:v0.37.0 + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: mysql-backup-8.0.21 + restoreTask: + name: mysql-restore-8.0.21 + ui: + - name: phpmyadmin + version: v2024.4.27 + updateConstraints: + allowlist: + groupReplication: + - '> 9.1.0, <= 9.1.0' + standalone: + - '> 9.1.0, <= 9.1.0' + denylist: + groupReplication: + - < 9.1.0 + standalone: + - < 9.1.0 + version: 9.1.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml index d173d47fb..8b6e5e702 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.26 spec: coordinator: - image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.22.0 + image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.23.0 db: image: percona/percona-xtradb-cluster:8.0.26 exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml index 65d18683e..90d7c2581 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.28 spec: coordinator: - image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.22.0 + image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.23.0 db: image: percona/percona-xtradb-cluster:8.0.28 exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml index c067ebb38..1ac239530 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml @@ -4,7 +4,7 @@ metadata: name: 8.0.31 spec: coordinator: - image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.22.0 + image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.23.0 db: image: percona/percona-xtradb-cluster:8.0.31 exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml index e72325cac..8cefa9165 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.16-official.yaml @@ -4,7 +4,7 @@ metadata: name: "10.16" spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:10.16-alpine @@ -13,7 +13,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -37,7 +37,7 @@ metadata: name: 10.16-debian spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:10.16 @@ -46,7 +46,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml index afc140410..6106299bc 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.19-official.yaml @@ -4,7 +4,7 @@ metadata: name: "10.19" spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:10.19-bullseye @@ -13,7 +13,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -37,7 +37,7 @@ metadata: name: 10.19-bullseye spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:10.19-bullseye @@ -46,7 +46,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml index 4686fabff..8cb0fc2a4 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-10.20-official.yaml @@ -4,7 +4,7 @@ metadata: name: "10.20" spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:10.20-bullseye @@ -13,7 +13,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -37,7 +37,7 @@ metadata: name: 10.20-bullseye spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:10.20-bullseye @@ -46,7 +46,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml index 2f0b13ea2..f9ebf542d 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:11.11-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:11.11 @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml index 8e803ca89..70069a0e4 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.11-timescaledb.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_11.22-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_11.22-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: image: timescale/timescaledb:2.1.0-pg11-oss deprecated: true @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml index 1dbb7ddc9..0216877fb 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.14-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:11.14-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:11.14-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml index 84f219a25..eed103785 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.15-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:11.15-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:11.15-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml index f86290558..318e5c805 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.19-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:11.19-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:11.19-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml index 6b9c9ee4e..ee3fd0400 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-11.20-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:11.20-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:11.20-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml index 4b45d79be..1ef99246c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.10-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:12.10-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -68,9 +68,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:12.10-bullseye @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml index e854204a2..dfc0fd25b 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.13-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:12.13-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -68,9 +68,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:12.13-bullseye @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml index 76a64b179..ff2313319 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.14-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:12.14-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -68,9 +68,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:12.14-bullseye @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml index 126162b07..3034ac4a8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.15-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:12.15-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -68,9 +68,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:12.15-bullseye @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml index 7b96afcf9..d50433a9c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:12.6-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -68,9 +68,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:12.6 @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml index e9d2f2afc..0ad8fe0a8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.6-timescaledb.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_12.17-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_12.17-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: image: timescale/timescaledb:2.1.0-pg12-oss deprecated: true @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml index 32560a4f2..4d50bf6f8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-12.9-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:12.9-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -68,9 +68,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:12.9-bullseye @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml index 00a250ddb..b9121cebf 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.10-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:13.10-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:13.10-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml index 261ecc98f..8f906b1aa 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.11-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:13.11-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:13.11-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml index 457949607..d00e28a0a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.2-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:13.2-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:13.2 @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml index bae88a71c..07798851a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.5-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:13.5-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:13.5-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml index 8467dae9e..7251d28ba 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.6-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:13.6-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:13.6-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml index f68468b59..a0009e06f 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-13.9-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:13.9-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:13.9-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml index 3a7d0d3c9..2d28eb980 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.1-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:14.1-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:14.1-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml index b2ed9b015..f73ab244b 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.2-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:14.2-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -64,9 +64,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:14.2-bullseye @@ -75,7 +75,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml index 3ecc55f7b..86622a92a 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.6-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:14.6-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -64,9 +64,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:14.6-bullseye @@ -75,7 +75,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml index 9addc8a17..433d39e2e 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.7-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:14.7-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -64,9 +64,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:14.7-bullseye @@ -75,7 +75,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml index ff82f4362..81eabb599 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-14.8-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:14.8-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -64,9 +64,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:14.8-bullseye @@ -75,7 +75,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml index b6d6767d2..2e04bf2d0 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.1-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:15.1-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:15.1-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml index 303f86816..bd96b6b12 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.2-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:15.2-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:15.2-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml index 0955b1c32..05b4428fb 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-15.3-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:15.3-alpine @@ -29,7 +29,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -67,9 +67,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: v0.10.0 + image: v0.11.0 coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:15.3-bullseye @@ -78,7 +78,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml index 591802c79..7e078d704 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.21-official.yaml @@ -4,7 +4,7 @@ metadata: name: 9.6.21 spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:9.6.21-alpine @@ -13,7 +13,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -37,7 +37,7 @@ metadata: name: 9.6.21-debian spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: debian image: postgres:9.6.21 @@ -46,7 +46,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml index 5a6e5b81a..3b5c659fa 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/deprecated-postgres-9.6.24-official.yaml @@ -4,7 +4,7 @@ metadata: name: 9.6.24 spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: postgres:9.6.24-alpine @@ -13,7 +13,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -37,7 +37,7 @@ metadata: name: 9.6.24-bullseye spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgres:9.6.24-bullseye @@ -46,7 +46,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml index 4efad154a..76ff386d1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-10.23-official.yaml @@ -4,7 +4,7 @@ metadata: name: "10.23" spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:10.23-alpine @@ -12,7 +12,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -41,7 +41,7 @@ metadata: name: 10.23-bullseye spec: coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: ghcr.io/appscode-images/postgres:10.23-bullseye @@ -49,7 +49,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml index ab433f694..46c848ef1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_11.22-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_11.22-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:11.22-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_11.22-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_11.22-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:11.22-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml index e5a161151..060910c45 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-11.22-postgis.yaml @@ -18,16 +18,16 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_11.22-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_11.22-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: image: postgis/postgis:11-3.3 distribution: PostGIS exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml index a7cca1e02..9c89d91d5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.17-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_12.17-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_12.17-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:12.17-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_12.17-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_12.17-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:12.17-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml index 57e5d01d4..f78d7b336 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-12.18-postgis.yaml @@ -18,16 +18,16 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_12.17-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_12.17-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: image: postgis/postgis:12-3.4 distribution: PostGIS exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml index 780d0cb6e..c2d46599e 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.13-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_13.13-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_13.13-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:13.13-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_13.13-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_13.13-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:13.13-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml index 10919c44a..8ce199835 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-postgis.yaml @@ -18,16 +18,16 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_13.13-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_13.13-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: image: postgis/postgis:13-3.4 distribution: PostGIS exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml index 8c03d0f57..add4d997c 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_13.13-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_13.13-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: timescale/timescaledb:2.14.2-pg13-oss @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml index 2d2e806df..a5017d407 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.10-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_14.10-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_14.10-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:14.10-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_14.10-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_14.10-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:14.10-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml index c32d2cd35..4e4ca9678 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-postgis.yaml @@ -18,16 +18,16 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_14.10-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_14.10-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: image: postgis/postgis:14-3.4 distribution: PostGIS exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml index ef783c448..c74a3566e 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_14.10-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_14.10-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: timescale/timescaledb:2.14.2-pg14-oss @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml index a36d3c624..801d35434 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-14.13-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_14.10-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_14.10-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:14.13-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_14.10-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_14.10-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:14.13-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml index d25317c1d..f14152ebb 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.5-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_15.5-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_15.5-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:15.5-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_15.5-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_15.5-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:15.5-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml index 91ba76acb..2a1c4fca5 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_15.5-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_15.5-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: timescale/timescaledb:2.14.2-pg15-oss @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml index c3e794f7c..281370810 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.6-postgis.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_15.5-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_15.5-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgis/postgis:15-3.4 @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml index 5b3d61116..663970a24 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-15.8-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_15.5-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_15.5-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:15.8-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -71,9 +71,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_15.5-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_15.5-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:15.8-bookworm @@ -81,7 +81,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml index ed6ef51a6..5a7c7cbe3 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.1-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_16.1-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_16.1-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:16.1-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -69,9 +69,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_16.1-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_16.1-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:16.1-bookworm @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml index db0880acf..391115492 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_16.1-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_16.1-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: timescale/timescaledb:2.14.2-pg16-oss @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml index 4c96480f6..58a8509cd 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.2-postgis.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_16.1-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_16.1-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bullseye image: postgis/postgis:16-3.4 @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml index 04bc3cac8..38b2ecabc 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/postgres/postgres-16.4-official.yaml @@ -18,9 +18,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_16.1-alpine + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_16.1-alpine coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: alpine image: ghcr.io/appscode-images/postgres:16.4-alpine @@ -28,7 +28,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -69,9 +69,9 @@ spec: volumeSnapshot: name: volume-snapshot walg: - image: ghcr.io/kubedb/postgres-archiver:(v0.10.0)_16.1-bookworm + image: ghcr.io/kubedb/postgres-archiver:(v0.11.0)_16.1-bookworm coordinator: - image: ghcr.io/kubedb/pg-coordinator:v0.33.0 + image: ghcr.io/kubedb/pg-coordinator:v0.34.0 db: baseOS: bookworm image: ghcr.io/appscode-images/postgres:16.4-bookworm @@ -79,7 +79,7 @@ spec: exporter: image: prometheuscommunity/postgres-exporter:v0.15.0 initContainer: - image: ghcr.io/kubedb/postgres-init:0.16.0 + image: ghcr.io/kubedb/postgres-init:0.17.0 podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/rabbitmq/rabbitmq-4.0.4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/rabbitmq/rabbitmq-4.0.4.yaml new file mode 100644 index 000000000..e20f0f593 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/rabbitmq/rabbitmq-4.0.4.yaml @@ -0,0 +1,12 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: RabbitMQVersion +metadata: + name: 4.0.4 +spec: + db: + image: ghcr.io/appscode-images/rabbitmq:4.0.4-management-alpine + initContainer: + image: ghcr.io/kubedb/rabbitmq-init:4.0.4 + securityContext: + runAsUser: 999 + version: 4.0.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.6.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.6.yaml index 156ecc810..9dd0036cc 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.6.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.6.yaml @@ -4,7 +4,7 @@ metadata: name: 4.0.6 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0.6 deprecated: true @@ -23,7 +23,7 @@ metadata: name: 4.0.6-v1 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0.6-v1 deprecated: true @@ -42,7 +42,7 @@ metadata: name: 4.0.6-v2 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0.6-v2 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.yaml index 697635053..4d947b996 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.0.yaml @@ -4,7 +4,7 @@ metadata: name: "4.0" spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0 deprecated: true @@ -23,7 +23,7 @@ metadata: name: 4.0-v1 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0-v1 deprecated: true @@ -42,7 +42,7 @@ metadata: name: 4.0-v2 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0-v2 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.yaml index 2ec0aa9de..6b69d3274 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-4.yaml @@ -4,7 +4,7 @@ metadata: name: "4" spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4 deprecated: true @@ -23,7 +23,7 @@ metadata: name: 4-v1 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4-v1 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.3.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.3.yaml index 60d8954b3..477983917 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.3.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.3.yaml @@ -4,7 +4,7 @@ metadata: name: 5.0.3 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:5.0.3 deprecated: true @@ -29,7 +29,7 @@ metadata: name: 5.0.3-v1 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:5.0.3-v1 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.yaml index 190cad825..977e57d68 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-5.0.yaml @@ -4,7 +4,7 @@ metadata: name: "5.0" spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:5.0 deprecated: true @@ -29,7 +29,7 @@ metadata: name: 5.0-v1 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:5.0-v1 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.18.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.18.yaml index 7346d7181..e7318890b 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.18.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.18.yaml @@ -4,7 +4,7 @@ metadata: name: 6.0.18 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:6.0.18 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.6.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.6.yaml index 922fd2f6a..1f4f83449 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.6.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.0.6.yaml @@ -4,7 +4,7 @@ metadata: name: 6.0.6 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:6.0.6 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.11.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.11.yaml index 0753bad9d..e01deea4e 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.11.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.11.yaml @@ -4,7 +4,7 @@ metadata: name: 6.2.11 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:6.2.11 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.5.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.5.yaml index 8a1121073..949b4f6ef 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.5.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.5.yaml @@ -4,7 +4,7 @@ metadata: name: 6.2.5 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:6.2.5 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.7.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.7.yaml index 33b706942..20d426bd8 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.7.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.7.yaml @@ -4,7 +4,7 @@ metadata: name: 6.2.7 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:6.2.7 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.8.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.8.yaml index f16f31ea7..4132485ab 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.8.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-6.2.8.yaml @@ -4,7 +4,7 @@ metadata: name: 6.2.8 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:6.2.8 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.10.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.10.yaml index c54bf2373..c480517bf 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.10.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.10.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.10 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:7.0.10 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.4.yaml index f611951d3..8e9bb1b86 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.4.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.4.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.4 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:7.0.4 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.5.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.5.yaml index e78a9254e..21f64cccd 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.5.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.5.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.5 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:7.0.5 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.6.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.6.yaml index b9757c224..85a07e809 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.6.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.6.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.6 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:7.0.6 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.9.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.9.yaml index 10f5d773f..183806312 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.9.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.0.9.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.9 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:7.0.9 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.2.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.2.0.yaml index 1cd691bbd..35e4b8999 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.2.0.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/deprecated-redis-7.2.0.yaml @@ -4,7 +4,7 @@ metadata: name: 7.2.0 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: redis:7.2.0 deprecated: true diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-4.0.11.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-4.0.11.yaml index 04e04cc95..3038b87fb 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-4.0.11.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-4.0.11.yaml @@ -4,7 +4,7 @@ metadata: name: 4.0.11 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/kubedb/redis:4.0.11 exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-5.0.14.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-5.0.14.yaml index fd8a4dd1d..6f8eb64ca 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-5.0.14.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-5.0.14.yaml @@ -4,7 +4,7 @@ metadata: name: 5.0.14 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:5.0.14-bullseye exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.0.20.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.0.20.yaml index c86738231..23c8c4716 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.0.20.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.0.20.yaml @@ -4,7 +4,7 @@ metadata: name: 6.0.20 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:6.0.20-bookworm exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.14.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.14.yaml index d55b80447..8ae34eadc 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.14.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.14.yaml @@ -4,7 +4,7 @@ metadata: name: 6.2.14 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:6.2.14-bookworm exporter: diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.16.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.16.yaml new file mode 100644 index 000000000..2e7c0e937 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-6.2.16.yaml @@ -0,0 +1,27 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: RedisVersion +metadata: + name: 6.2.16 +spec: + coordinator: + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 + db: + image: ghcr.io/appscode-images/redis:6.2.16-bookworm + exporter: + image: ghcr.io/kubedb/redis_exporter:1.66.0 + initContainer: + image: ghcr.io/kubedb/redis-init:0.9.0 + podSecurityPolicies: + databasePolicyName: redis-db + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: redis-backup-6.2.5 + restoreTask: + name: redis-restore-6.2.5 + updateConstraints: + allowlist: + - '> 6.2.16, < 7.0.16' + version: 6.2.16 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.14.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.14.yaml index acd0a4ae0..6c6cfbde1 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.14.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.14.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.14 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:7.0.14-bookworm exporter: @@ -23,5 +23,5 @@ spec: name: redis-restore-7.0.5 updateConstraints: allowlist: - - '> 7.0.14, < 7.4.1' + - '> 7.0.14, < 7.4.2' version: 7.0.14 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.15.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.15.yaml index 133cf385f..79e48c540 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.15.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.0.15.yaml @@ -4,7 +4,7 @@ metadata: name: 7.0.15 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:7.0.15-bookworm exporter: @@ -23,5 +23,5 @@ spec: name: redis-restore-7.0.5 updateConstraints: allowlist: - - '> 7.0.15, < 7.4.1' + - '> 7.0.15, < 7.4.2' version: 7.0.15 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.3.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.3.yaml index 7d9b4af90..dbda43e69 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.3.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.3.yaml @@ -4,7 +4,7 @@ metadata: name: 7.2.3 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:7.2.3-bookworm exporter: @@ -23,5 +23,5 @@ spec: name: redis-restore-7.0.5 updateConstraints: allowlist: - - '> 7.2.3, < 7.4.1' + - '> 7.2.3, < 7.4.2' version: 7.2.3 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.4.yaml index c836d6525..0d67a0811 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.4.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.4.yaml @@ -4,7 +4,7 @@ metadata: name: 7.2.4 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:7.2.4-bookworm exporter: @@ -23,5 +23,5 @@ spec: name: redis-restore-7.0.5 updateConstraints: allowlist: - - '> 7.2.4, < 7.4.1' + - '> 7.2.4, < 7.4.2' version: 7.2.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.6.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.6.yaml new file mode 100644 index 000000000..6b7c9a9cb --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.2.6.yaml @@ -0,0 +1,27 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: RedisVersion +metadata: + name: 7.2.6 +spec: + coordinator: + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 + db: + image: ghcr.io/appscode-images/redis:7.2.6-bookworm + exporter: + image: ghcr.io/kubedb/redis_exporter:1.66.0 + initContainer: + image: ghcr.io/kubedb/redis-init:0.9.0 + podSecurityPolicies: + databasePolicyName: redis-db + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: redis-backup-7.0.5 + restoreTask: + name: redis-restore-7.0.5 + updateConstraints: + allowlist: + - '> 7.2.6, < 7.4.2' + version: 7.2.6 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.0.yaml index 185409f0d..8c32466ec 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.0.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.0.yaml @@ -4,7 +4,7 @@ metadata: name: 7.4.0 spec: coordinator: - image: ghcr.io/kubedb/redis-coordinator:v0.28.0 + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 db: image: ghcr.io/appscode-images/redis:7.4.0-bookworm exporter: @@ -21,4 +21,7 @@ spec: name: redis-backup-7.0.5 restoreTask: name: redis-restore-7.0.5 + updateConstraints: + allowlist: + - '> 7.4.0, < 7.4.2' version: 7.4.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.1.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.1.yaml new file mode 100644 index 000000000..4118972c1 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/redis/redis-7.4.1.yaml @@ -0,0 +1,24 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: RedisVersion +metadata: + name: 7.4.1 +spec: + coordinator: + image: ghcr.io/kubedb/redis-coordinator:v0.29.0 + db: + image: ghcr.io/appscode-images/redis:7.4.1-bookworm + exporter: + image: ghcr.io/kubedb/redis_exporter:1.66.0 + initContainer: + image: ghcr.io/kubedb/redis-init:0.9.0 + podSecurityPolicies: + databasePolicyName: redis-db + securityContext: + runAsUser: 999 + stash: + addon: + backupTask: + name: redis-backup-7.0.5 + restoreTask: + name: redis-restore-7.0.5 + version: 7.4.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.1.32.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.1.32.yaml index 0694a4e9d..ccad3c503 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.1.32.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.1.32.yaml @@ -4,7 +4,7 @@ metadata: name: 8.1.32 spec: coordinator: - image: ghcr.io/kubedb/singlestore-coordinator:v0.4.0 + image: ghcr.io/kubedb/singlestore-coordinator:v0.5.0 db: image: ghcr.io/appscode-images/singlestore-node:alma-8.1.32-e3d3cde6da initContainer: @@ -16,5 +16,5 @@ spec: image: singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6 updateConstraints: allowlist: - - '> 8.1.32, <= 8.7.10' + - '> 8.1.32, <= 8.9.3' version: 8.1.32 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.30.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.30.yaml index 8dd243f57..21208e4a3 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.30.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.30.yaml @@ -4,7 +4,7 @@ metadata: name: 8.5.30 spec: coordinator: - image: ghcr.io/kubedb/singlestore-coordinator:v0.4.0 + image: ghcr.io/kubedb/singlestore-coordinator:v0.5.0 db: image: ghcr.io/appscode-images/singlestore-node:alma-8.5.30-4f46ab16a5 initContainer: @@ -16,5 +16,5 @@ spec: image: singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11 updateConstraints: allowlist: - - '> 8.5.30, <= 8.7.10' + - '> 8.5.30, <= 8.9.3' version: 8.5.30 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.7.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.7.yaml index 8c636d37f..d2a82b5ab 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.7.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.5.7.yaml @@ -4,7 +4,7 @@ metadata: name: 8.5.7 spec: coordinator: - image: ghcr.io/kubedb/singlestore-coordinator:v0.4.0 + image: ghcr.io/kubedb/singlestore-coordinator:v0.5.0 db: image: ghcr.io/appscode-images/singlestore-node:alma-8.5.7-bf633c1a54 initContainer: @@ -16,5 +16,5 @@ spec: image: singlestore/cluster-in-a-box:alma-8.5.7-bf633c1a54-4.0.17-1.17.8 updateConstraints: allowlist: - - '> 8.5.7, <= 8.7.10' + - '> 8.5.7, <= 8.9.3' version: 8.5.7 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.10.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.10.yaml index 4067f0226..4a7a53a64 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.10.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.10.yaml @@ -4,7 +4,7 @@ metadata: name: 8.7.10 spec: coordinator: - image: ghcr.io/kubedb/singlestore-coordinator:v0.4.0 + image: ghcr.io/kubedb/singlestore-coordinator:v0.5.0 db: image: ghcr.io/appscode-images/singlestore-node:alma-8.7.10-95e2357384 initContainer: @@ -16,5 +16,5 @@ spec: image: singlestore/cluster-in-a-box:alma-8.7.10-95e2357384-4.1.0-1.17.14 updateConstraints: allowlist: - - '> 8.7.10, <= 8.7.10' + - '> 8.7.10, <= 8.9.3' version: 8.7.10 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.21.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.21.yaml new file mode 100644 index 000000000..913554491 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.7.21.yaml @@ -0,0 +1,20 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: SinglestoreVersion +metadata: + name: 8.7.21 +spec: + coordinator: + image: ghcr.io/kubedb/singlestore-coordinator:v0.5.0 + db: + image: ghcr.io/appscode-images/singlestore-node:alma-8.7.21-f0b8de04d5 + initContainer: + image: ghcr.io/kubedb/singlestore-init:8.7.10-v1 + securityContext: + runAsGroup: 998 + runAsUser: 999 + standalone: + image: singlestore/cluster-in-a-box:alma-8.7.10-95e2357384-4.1.0-1.17.14 + updateConstraints: + allowlist: + - '> 8.7.21, <= 8.9.3' + version: 8.7.21 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.9.3.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.9.3.yaml new file mode 100644 index 000000000..ae1b6ed09 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/singlestore/singlestore-8.9.3.yaml @@ -0,0 +1,20 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: SinglestoreVersion +metadata: + name: 8.9.3 +spec: + coordinator: + image: ghcr.io/kubedb/singlestore-coordinator:v0.5.0 + db: + image: ghcr.io/appscode-images/singlestore-node:alma-8.9.3-bfa36a984a + initContainer: + image: ghcr.io/kubedb/singlestore-init:8.7.10-v1 + securityContext: + runAsGroup: 998 + runAsUser: 999 + standalone: + image: singlestore/cluster-in-a-box:alma-8.7.10-95e2357384-4.1.0-1.17.14 + updateConstraints: + allowlist: + - '> 8.7.21, <= 8.9.3' + version: 8.9.3 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.2.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/deprecated-solr-8.11.2.yaml similarity index 86% rename from vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.2.yaml rename to vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/deprecated-solr-8.11.2.yaml index 1aad26cd7..a66352acf 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.2.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/deprecated-solr-8.11.2.yaml @@ -5,11 +5,12 @@ metadata: spec: db: image: ghcr.io/appscode-images/solr:8.11.2 + deprecated: true initContainer: image: ghcr.io/kubedb/solr-init:8.11.2 securityContext: runAsUser: 8983 updateConstraints: allowlist: - - '> 8.11.2, < 9.4.2' + - '> 8.11.2, < 8.11.5' version: 8.11.2 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.4.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.4.yaml new file mode 100644 index 000000000..dc2402386 --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-8.11.4.yaml @@ -0,0 +1,15 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: SolrVersion +metadata: + name: 8.11.4 +spec: + db: + image: ghcr.io/appscode-images/solr:8.11.4 + initContainer: + image: ghcr.io/kubedb/solr-init:8.11.4 + securityContext: + runAsUser: 8983 + updateConstraints: + allowlist: + - '> 8.11.2, < 9.4.2' + version: 8.11.4 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.6.1.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.6.1.yaml index acd7e27a3..7b658abab 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.6.1.yaml +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.6.1.yaml @@ -11,5 +11,5 @@ spec: runAsUser: 8983 updateConstraints: allowlist: - - '> 9.6.1, < 9.7.0' + - '> 9.6.1, < 9.7.1' version: 9.6.1 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.7.0.yaml b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.7.0.yaml new file mode 100644 index 000000000..8553d9aca --- /dev/null +++ b/vendor/kubedb.dev/installer/catalog/kubedb/raw/solr/solr-9.7.0.yaml @@ -0,0 +1,15 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: SolrVersion +metadata: + name: 9.7.0 +spec: + db: + image: ghcr.io/appscode-images/solr:9.7.0 + initContainer: + image: ghcr.io/kubedb/solr-init:9.7.0 + securityContext: + runAsUser: 8983 + updateConstraints: + allowlist: + - '> 9.7.0, < 9.8.0' + version: 9.7.0 diff --git a/vendor/kubedb.dev/installer/catalog/kubedb/restore_tasks.json b/vendor/kubedb.dev/installer/catalog/kubedb/restore_tasks.json index 0257f1632..e1df7e935 100644 --- a/vendor/kubedb.dev/installer/catalog/kubedb/restore_tasks.json +++ b/vendor/kubedb.dev/installer/catalog/kubedb/restore_tasks.json @@ -3,15 +3,19 @@ "xpack-6.8.23" ], "elasticsearch-restore-7.14.0": [ + "xpack-7.17.25", "xpack-7.17.23", "xpack-7.17.15", "xpack-7.16.3", + "opensearch-2.18.0", + "opensearch-2.17.1", "opensearch-2.16.0", "opensearch-2.14.0", "opensearch-2.11.1", "opensearch-2.8.0", "opensearch-2.5.0", "opensearch-2.0.1", + "opensearch-1.3.19", "opensearch-1.3.18", "opensearch-1.3.13", "opensearch-1.2.4", @@ -23,6 +27,8 @@ "searchguard-7.9.3" ], "elasticsearch-restore-8.2.0": [ + "xpack-8.16.0", + "xpack-8.15.4", "xpack-8.15.0", "xpack-8.14.3", "xpack-8.14.1", @@ -35,6 +41,7 @@ "xpack-8.2.3" ], "mariadb-restore-10.5.8": [ + "11.6.2", "11.5.2", "11.4.3", "11.3.2", @@ -72,6 +79,9 @@ "5.7.42-debian" ], "mysql-restore-8.0.21": [ + "9.1.0", + "9.0.1", + "8.4.3", "8.4.2", "8.2.0", "8.1.0", @@ -132,11 +142,14 @@ "5.0.14" ], "redis-restore-6.2.5": [ + "6.2.16", "6.2.14", "6.0.20" ], "redis-restore-7.0.5": [ + "7.4.1", "7.4.0", + "7.2.6", "7.2.4", "7.2.3", "7.0.15", diff --git a/vendor/modules.txt b/vendor/modules.txt index 43e28d902..cd960747b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -440,7 +440,7 @@ go.starlark.net/resolve go.starlark.net/starlark go.starlark.net/starlarkstruct go.starlark.net/syntax -# golang.org/x/crypto v0.27.0 +# golang.org/x/crypto v0.31.0 ## explicit; go 1.20 golang.org/x/crypto/bcrypt golang.org/x/crypto/blowfish @@ -466,19 +466,19 @@ golang.org/x/net/websocket ## explicit; go 1.18 golang.org/x/oauth2 golang.org/x/oauth2/internal -# golang.org/x/sync v0.8.0 +# golang.org/x/sync v0.10.0 ## explicit; go 1.18 golang.org/x/sync/errgroup -# golang.org/x/sys v0.25.0 +# golang.org/x/sys v0.28.0 ## explicit; go 1.18 golang.org/x/sys/execabs golang.org/x/sys/plan9 golang.org/x/sys/unix golang.org/x/sys/windows -# golang.org/x/term v0.24.0 +# golang.org/x/term v0.27.0 ## explicit; go 1.18 golang.org/x/term -# golang.org/x/text v0.18.0 +# golang.org/x/text v0.21.0 ## explicit; go 1.18 golang.org/x/text/encoding golang.org/x/text/encoding/internal @@ -944,7 +944,7 @@ k8s.io/utils/trace # kmodules.xyz/apiversion v0.2.0 ## explicit; go 1.14 kmodules.xyz/apiversion -# kmodules.xyz/client-go v0.30.40 +# kmodules.xyz/client-go v0.30.42 ## explicit; go 1.22.0 kmodules.xyz/client-go kmodules.xyz/client-go/api/v1 @@ -960,7 +960,7 @@ kmodules.xyz/go-containerregistry/name ## explicit; go 1.22.0 kmodules.xyz/offshoot-api/api/v1 kmodules.xyz/offshoot-api/api/v2 -# kmodules.xyz/resource-metadata v0.23.1-0.20241211072838-2c167223c93e +# kmodules.xyz/resource-metadata v0.23.2-0.20241218133649-44f2be7cd065 ## explicit; go 1.22.1 kmodules.xyz/resource-metadata/apis/meta kmodules.xyz/resource-metadata/apis/meta/v1alpha1 @@ -976,7 +976,7 @@ kmodules.xyz/resource-metrics/api # kmodules.xyz/resource-validator v0.29.1 ## explicit; go 1.21 kmodules.xyz/resource-validator -# kubedb.dev/installer v0.17.2-0.20241211095920-519d3e3cd3b1 +# kubedb.dev/installer v0.17.2-0.20241220113755-eccf976226d4 ## explicit; go 1.22.7 kubedb.dev/installer/catalog/kubedb # kubevault.dev/installer v0.4.0-beta.0.0.20241208172051-bcf43d566ec0 @@ -1123,8 +1123,8 @@ sigs.k8s.io/structured-merge-diff/v4/value ## explicit; go 1.12 sigs.k8s.io/yaml sigs.k8s.io/yaml/goyaml.v2 -# stash.appscode.dev/installer v0.12.2-0.20241022221807-4ad4af690ae5 -## explicit; go 1.22.0 +# stash.appscode.dev/installer v0.12.2-0.20241219171447-03984626ae8c +## explicit; go 1.22.7 stash.appscode.dev/installer/catalog # x-helm.dev/apimachinery v0.0.16 ## explicit; go 1.21.5 diff --git a/vendor/stash.appscode.dev/installer/catalog/README.md b/vendor/stash.appscode.dev/installer/catalog/README.md new file mode 100644 index 000000000..57021e76d --- /dev/null +++ b/vendor/stash.appscode.dev/installer/catalog/README.md @@ -0,0 +1,56 @@ +# CVE Report +| IMAGE REF | OS | CRITICAL
(OS, OTHER) | HIGH
(OS, OTHER) | MEDIUM
(OS, OTHER) | LOW
(OS, OTHER) | UNKNOWN
(OS, OTHER) | +|---------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------|---------------------|-----------------------|--------------------|------------------------| +| ghcr.io/appscode/kubectl-nonroot:1.31
sha256:f8502ceeb74c1b07a20d36a51545c1b3146c81f3b4cd2cf1e110e19c8ed02a75 | | 0, 0 | 0, 2 | 0, 2 | 0, 0 | 0, 0 | +| ghcr.io/stashed/kubedump:0.1.0-v16
sha256:f036a0a78e43c46162edd132b2a544ddf1d1cd84b0b36c44ee99c806c2c3fa2f | | 0, 4 | 0, 44 | 0, 29 | 0, 1 | 0, 0 | +| ghcr.io/stashed/stash-crd-installer:v0.37.0
sha256:0f461b4ec319313de530ce86a51ec42923638c9a4464584074178aab0b438b03 | debian 12.8 | 0, 0 | 0, 1 | 0, 0 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:5.6.4-v33
sha256:3519d8be9e4d04e445ef83fe3200a4281ef36c93a547f5c2405fd9470098630a | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.2.4-v33
sha256:f731f051ac12a3f83f55cd62e14b654adc765992a048f4d54be56896aa73e6ff | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.3.0-v33
sha256:b277309ab862053be5ed405163d5890df6ffce761c1060789863a3d3f9e9358f | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.4.0-v33
sha256:cc89ed318c633e3290f07dbe1c1ee9f884fad05ca4abeb39230004cdac8acdc7 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.5.3-v33
sha256:1d47e016206010fe27a7a95937ecde14ac6526ab3870873893ee7a4e42c68ce4 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.8.0-v33
sha256:666e0a00b89cd98cb03b0f17f47e57fae7ab18a259759d0fafca6d706da53d62 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:7.14.0-v19
sha256:7805206a2fefc47cc97737273dea146e83a46555f57bc8981684390fb27b7655 | alpine 3.18.3 | 0, 4 | **2**, 48 | 28, 35 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:7.2.0-v33
sha256:1ca81eb2b131cde64fa7eeab43c4d301017597e070fc2531a66e60f933448f8f | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:7.3.2-v33
sha256:2855c458345757c1751878ae2f62490554a0d875e7662fa186c5caff734dee04 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 37 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:8.2.0-v16
sha256:1ce819f2cfedaa5e533f2d5e967ec75d91510bd7df685eadfb3701011c5539b0 | alpine 3.18.3 | 0, 4 | **2**, 47 | 28, 35 | 4, 2 | 0, 0 | +| ghcr.io/stashed/stash-enterprise:v0.37.0
sha256:c8c6d07379d3d42388898cba1d2d0021efb0b37433fb08fb7d398cbff61d3ac4 | | 0, 4 | 0, 44 | 0, 30 | 0, 2 | 0, 0 | +| ghcr.io/stashed/stash-etcd:3.5.0-v20
sha256:0ef4047867d7705041e3401167d5c1069b934f99b648030c6854d9644d1ec226 | debian 10.7 | **14**, 19 | **27**, 209 | 25, 134 | 5, 4 | 2, 0 | +| ghcr.io/stashed/stash-mariadb:10.5.8-v27
sha256:7e951be57f9e234aad254f4d6b6341793c3b414ace3d7b600eb155b9aad0aa1e | ubuntu 20.04 | 0, 8 | **9**, 88 | 604, 59 | 98, 2 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:3.4.17-v34
sha256:937e442f532228289f533ee8b0f865da61d72da05292e375083a2eafa1550156 | debian 8.11 | **4**, 4 | **35**, 45 | 32, 31 | 7, 1 | 13, 0 | +| ghcr.io/stashed/stash-mongodb:3.4.22-v34
sha256:253620dfa3429dc73819790ef2b2ea71655b46c9b0b5781c7978451bb12f378f | ubuntu 16.04 | 0, 4 | **2**, 45 | 34, 31 | 48, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:3.6.13-v34
sha256:ea530531c659632d3eea1306ea2cfc4c763ecd2512b91633bde43c0b944b93f2 | ubuntu 16.04 | 0, 4 | **2**, 45 | 34, 31 | 48, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:3.6.8-v34
sha256:4339bba71c810493b790e49f01c730ce7a9187aa81112ffde7754fb0f53c32cc | debian 9.5 | **18**, 4 | **96**, 45 | 43, 31 | 25, 1 | 12, 0 | +| ghcr.io/stashed/stash-mongodb:4.0.11-v34
sha256:c4793a960b714b3dcd39c0458c7f05e9234020c2d7150ff04d30f5b9b11d2d6e | ubuntu 16.04 | 0, 4 | **2**, 45 | 76, 31 | 54, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.0.3-v34
sha256:04e2918b3166f44c9d1954815ac174259015bd4b08af46130f465030d8b67079 | ubuntu 16.04 | 0, 4 | **12**, 45 | 140, 31 | 84, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.0.5-v34
sha256:d7ae5b13eeeecd46043d2496cd802c57015f297953f90d800b8102d03b21c114 | ubuntu 16.04 | 0, 4 | **2**, 45 | 99, 31 | 65, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.1.13-v34
sha256:f6b0aba488b38f613c7a67d32ccdf95c927f1e7432f5ae8f3d4c2ef254f5a6ac | ubuntu 18.04 | 0, 4 | **15**, 45 | 261, 31 | 163, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.1.4-v34
sha256:1d7f23e97397be04e98ecc19dd8a1e040b768064d5388ce5a264bb30b4718c88 | ubuntu 16.04 | 0, 4 | **12**, 45 | 140, 31 | 84, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.1.7-v34
sha256:e52bec2f5eaaa31d0c13ffb3ff9138b5149ede6cce55db3644191f9d290e8066 | ubuntu 16.04 | 0, 4 | **2**, 45 | 99, 31 | 65, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.2.3-v34
sha256:0c4feb183eecfb50623b227a359cea2a7adbd1af925ce6f1e61fb7d4e31c1f5d | ubuntu 18.04 | 0, 4 | **15**, 45 | 229, 31 | 149, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.4.6-v25
sha256:f9f45631dd50bea98b38f054b1db6ad53aa6a2ec66d4f9c64bb8577d3d6f7ff6 | ubuntu 18.04 | 0, 8 | **11**, 89 | 163, 61 | 101, 2 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:5.0.15-v7
sha256:fd0c2d8b69fff78deee806e3e72b165856c83f9de48c5af7edb3658863044e05 | ubuntu 20.04 | 0, 8 | **8**, 89 | 220, 61 | 98, 2 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:5.0.3-v22
sha256:68183ad7bc8aab5c321888148d2921836501493067e4886f19574969af3126a2 | ubuntu 20.04 | 0, 8 | **8**, 89 | 220, 61 | 98, 2 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:6.0.5-v10
sha256:a5fe07cd4ca9009eac71461ea29066b5c932b9bd14b0805b1526f4317e82ba9d | ubuntu 22.04 | 0, 7 | **4**, 78 | 69, 54 | 46, 3 | 0, 0 | +| ghcr.io/stashed/stash-mysql:5.7.25-v34
sha256:9ed5af6edd7e3ff23f93f932881d529e45436c758a022e15abe163d7fe04a125 | debian 10.13 | 0, 7 | **2**, 75 | 6, 49 | 0, 2 | 0, 0 | +| ghcr.io/stashed/stash-mysql:8.0.14-v33
sha256:ea0e29aa5f34138b2d319a4347f1890e01cd14fc206135e7cc9b0f04dace9d51 | debian 9.6 | **12**, 4 | **91**, 44 | 32, 29 | 21, 1 | 8, 0 | +| ghcr.io/stashed/stash-mysql:8.0.21-v27
sha256:95cebc1f4f185549c9793da3e953500ebb4481b2070976cd21815b35a66670e6 | debian 10.6 | **25**, 8 | **103**, 88 | 80, 59 | 5, 2 | 8, 0 | +| ghcr.io/stashed/stash-mysql:8.0.3-v33
sha256:196ab1e08fbdd9fe40878d12f8fa796f0ca1c4f2c0a3e3750ceaeb0e96aa6ffb | debian 8.10 | **12**, 4 | **58**, 44 | 37, 29 | 7, 1 | 16, 0 | +| ghcr.io/stashed/stash-nats:2.6.1-v21
sha256:3f8aeff39762dca3193bf349cbc84e5e32cc1e2ea400d315de66514469ee9fc8 | debian 12.8 | 0, 8 | 0, 78 | 0, 53 | 0, 2 | 0, 0 | +| ghcr.io/stashed/stash-nats:2.8.2-v16
sha256:174d8a0419ae67a958e8d00c9417b602b2c068e031cdd26dd4d90edf88378335 | debian 12.8 | 0, 8 | 0, 78 | 0, 53 | 0, 2 | 0, 0 | +| ghcr.io/stashed/stash-percona-xtradb:5.7-v26
sha256:06f8530a15525086027a8e98578038d1101f62ebf6f211cd5a0cd4700cef0352 | debian 12.5 | **4**, 5 | **24**, 46 | 34, 33 | 4, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:10.14-v32
sha256:1aea41a2d5b65d813a7faa674177c82fde6e9c067b0bc2fc1cf1f081e7de0fd6 | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:11.9-v32
sha256:661ebf8e1d0edeceb12f97df46c88a7b078f3415a6e9028de9e3eb7ff10e56fd | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:12.4-v32
sha256:3f1472baccb10d572fea8713a4b514914e8294346885e6f586708186ed73e9ca | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:13.1-v29
sha256:9112895b339d578a829fc15d9a6a3eea9cac45e859ba7fb9336c7fa29204ad85 | alpine 3.13.1 | **4**, 4 | **45**, 45 | 17, 31 | 2, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:14.0-v21
sha256:65fa7913bb97ad7679406d8f0430d7fa5f13f5ea3e120348c4c2690a4af19adb | alpine 3.14.2 | **2**, 4 | **40**, 45 | 15, 31 | 0, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:15.1-v13
sha256:93ebfcc10b709a22571335d9061274b9295ccfc75ac72708da0bcc6f72a528ef | alpine 3.17.1 | **1**, 4 | **20**, 45 | 49, 31 | 4, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:16.1-v2
sha256:d808495d8a75de9744962711ff72c8f9374f366622573651d81be6911c61b8a1 | alpine 3.19.1 | 0, 4 | **1**, 45 | 21, 31 | 4, 1 | 0, 0 | +| ghcr.io/stashed/stash-postgres:9.6.19-v32
sha256:4b7e0b00774bdbbf63ec6bd661d4d9dac1d2273835ff00735ede4352cd8a8e42 | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | +| ghcr.io/stashed/stash-redis:5.0.13-v21
sha256:f10b9dfc8051da4c80ee436bd9db3d5451a448911510ae02c221a3bc99742266 | debian 11.5 | **5**, 11 | **42**, 116 | 30, 77 | 8, 4 | 1, 0 | +| ghcr.io/stashed/stash-redis:6.2.5-v21
sha256:c912d1730fa93b18a074fccd5fd5c80839ed90f619d5b3626653d94035737d76 | debian 11.5 | **5**, 11 | **42**, 116 | 30, 77 | 8, 4 | 1, 0 | +| ghcr.io/stashed/stash-redis:7.0.5-v14
sha256:2f9cd415d351cf78e7d3a128373427eed220d35447d583657c1a3b51b5930c9d | debian 11.5 | **5**, 11 | **42**, 116 | 30, 77 | 8, 4 | 1, 0 | +| ghcr.io/stashed/stash-ui-server:v0.18.0
sha256:7d4b7480dd5b80a7ea52ad8a5ba3fc0f1d7daa013917b697d4709ec3314f34f0 | debian 12.8 | 0, 0 | 0, 1 | 0, 0 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-vault:1.10.3-v13
sha256:b3fa8cc86bb466dd711466c11bd5ee0a539c319d0a3c333a0af87ccb94037404 | alpine 3.14.8 | 0, 9 | **8**, 86 | 4, 66 | 0, 5 | 0, 0 | +| ghcr.io/stashed/stash:v0.37.0
sha256:392d894960bd67ae577f49ff36ea18e9c9d5a39a8b7815d8a7cf69af8bfadecf | | 0, 4 | 0, 44 | 0, 29 | 0, 2 | 0, 0 | +| prom/pushgateway:v1.4.2
sha256:a684e7c830a4b19e564a93bfc3bf713e85b04ab9dfcab5633c14cbba241f9231 | | 0, 5 | 0, 47 | 0, 30 | 0, 1 | 0, 0 | diff --git a/vendor/stash.appscode.dev/installer/catalog/catalog.json b/vendor/stash.appscode.dev/installer/catalog/catalog.json index 0fc1a5657..2338308d5 100644 --- a/vendor/stash.appscode.dev/installer/catalog/catalog.json +++ b/vendor/stash.appscode.dev/installer/catalog/catalog.json @@ -5,70 +5,70 @@ { "name": "elasticsearch", "versions": [ - "5.6.4-v32", - "6.2.4-v32", - "6.3.0-v32", - "6.4.0-v32", - "6.5.3-v32", - "6.8.0-v32", - "7.2.0-v32", - "7.3.2-v32", - "7.14.0-v18", - "8.2.0-v15" + "5.6.4-v33", + "6.2.4-v33", + "6.3.0-v33", + "6.4.0-v33", + "6.5.3-v33", + "6.8.0-v33", + "7.2.0-v33", + "7.3.2-v33", + "7.14.0-v19", + "8.2.0-v16" ] }, { "name": "etcd", "versions": [ - "3.5.0-v19" + "3.5.0-v20" ] }, { "name": "kubedump", "versions": [ - "0.1.0-v15" + "0.1.0-v16" ] }, { "name": "mariadb", "versions": [ - "10.5.8-v26" + "10.5.8-v27" ] }, { "name": "mongodb", "versions": [ - "3.4.17-v33", - "3.4.22-v33", - "3.6.8-v33", - "3.6.13-v33", - "4.0.3-v33", - "4.0.5-v33", - "4.0.11-v33", - "4.1.4-v33", - "4.1.7-v33", - "4.1.13-v33", - "4.2.3-v33", - "4.4.6-v24", - "5.0.3-v21", - "5.0.15-v6", - "6.0.5-v9" + "3.4.17-v34", + "3.4.22-v34", + "3.6.8-v34", + "3.6.13-v34", + "4.0.3-v34", + "4.0.5-v34", + "4.0.11-v34", + "4.1.4-v34", + "4.1.7-v34", + "4.1.13-v34", + "4.2.3-v34", + "4.4.6-v25", + "5.0.3-v22", + "5.0.15-v7", + "6.0.5-v10" ] }, { "name": "mysql", "versions": [ - "5.7.25-v32", - "8.0.3-v32", - "8.0.14-v32", - "8.0.21-v26" + "5.7.25-v34", + "8.0.3-v33", + "8.0.14-v33", + "8.0.21-v27" ] }, { "name": "nats", "versions": [ - "2.6.1-v20", - "2.8.2-v15" + "2.6.1-v21", + "2.8.2-v16" ] }, { @@ -80,28 +80,29 @@ { "name": "postgres", "versions": [ - "9.6.19-v31", - "10.14-v31", - "11.9-v31", - "12.4-v31", - "13.1-v28", - "14.0-v20", - "15.1-v12", - "16.1-v1" + "9.6.19-v32", + "10.14-v32", + "11.9-v32", + "12.4-v32", + "13.1-v29", + "14.0-v21", + "15.1-v13", + "16.1-v2", + "17.2" ] }, { "name": "redis", "versions": [ - "5.0.13-v20", - "6.2.5-v20", - "7.0.5-v13" + "5.0.13-v21", + "6.2.5-v21", + "7.0.5-v14" ] }, { "name": "vault", "versions": [ - "1.10.3-v12" + "1.10.3-v13" ] } ] diff --git a/vendor/stash.appscode.dev/installer/catalog/copy-images.sh b/vendor/stash.appscode.dev/installer/catalog/copy-images.sh index 3708e172e..efc1c3b22 100644 --- a/vendor/stash.appscode.dev/installer/catalog/copy-images.sh +++ b/vendor/stash.appscode.dev/installer/catalog/copy-images.sh @@ -35,56 +35,56 @@ mv /tmp/crane . CMD="./crane" -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl:v1.22 $IMAGE_REGISTRY/appscode/kubectl:v1.22 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.1.0-v15 $IMAGE_REGISTRY/stashed/kubedump:0.1.0-v15 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.36.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.36.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v18 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v18 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v15 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v15 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.36.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.36.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v19 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v19 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v26 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v26 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v24 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v24 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v6 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v6 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v21 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v21 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v9 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v9 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v32 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v32 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v26 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v26 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v32 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v32 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v20 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v20 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v15 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.31 $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.1.0-v16 $IMAGE_REGISTRY/stashed/kubedump:0.1.0-v16 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.37.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.37.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v19 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v19 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v16 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v16 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.37.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.37.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v20 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v20 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v27 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v27 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v25 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v25 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v7 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v7 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v22 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v22 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v10 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v10 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v34 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v33 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v27 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v27 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v33 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v33 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v21 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v21 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v16 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v16 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:5.7-v26 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:5.7-v26 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v31 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v31 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v31 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v28 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v28 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v20 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v20 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v12 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v12 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v1 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v1 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v31 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v20 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v20 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v20 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v20 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v13 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v13 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.17.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.17.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v12 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v12 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.36.0 $IMAGE_REGISTRY/stashed/stash:v0.36.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v32 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v32 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v32 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v32 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v32 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v32 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v29 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v29 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v21 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v21 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v13 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v13 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v2 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v2 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v32 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v32 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v21 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v21 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v21 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v21 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v14 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v14 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.18.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.18.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v13 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v13 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.37.0 $IMAGE_REGISTRY/stashed/stash:v0.37.0 $CMD cp --allow-nondistributable-artifacts --insecure prom/pushgateway:v1.4.2 $IMAGE_REGISTRY/prom/pushgateway:v1.4.2 diff --git a/vendor/stash.appscode.dev/installer/catalog/export-images.sh b/vendor/stash.appscode.dev/installer/catalog/export-images.sh index baa31d36e..11d933226 100644 --- a/vendor/stash.appscode.dev/installer/catalog/export-images.sh +++ b/vendor/stash.appscode.dev/installer/catalog/export-images.sh @@ -32,58 +32,58 @@ mv /tmp/crane images CMD="./images/crane" -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl:v1.22 images/appscode-kubectl-v1.22.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.1.0-v15 images/stashed-kubedump-0.1.0-v15.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.36.0 images/stashed-stash-crd-installer-v0.36.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v32 images/stashed-stash-elasticsearch-5.6.4-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v32 images/stashed-stash-elasticsearch-6.2.4-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v32 images/stashed-stash-elasticsearch-6.3.0-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v32 images/stashed-stash-elasticsearch-6.4.0-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v32 images/stashed-stash-elasticsearch-6.5.3-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v32 images/stashed-stash-elasticsearch-6.8.0-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v18 images/stashed-stash-elasticsearch-7.14.0-v18.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v32 images/stashed-stash-elasticsearch-7.2.0-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v32 images/stashed-stash-elasticsearch-7.3.2-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v15 images/stashed-stash-elasticsearch-8.2.0-v15.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.36.0 images/stashed-stash-enterprise-v0.36.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v19 images/stashed-stash-etcd-3.5.0-v19.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v26 images/stashed-stash-mariadb-10.5.8-v26.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v33 images/stashed-stash-mongodb-3.4.17-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v33 images/stashed-stash-mongodb-3.4.22-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v33 images/stashed-stash-mongodb-3.6.13-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v33 images/stashed-stash-mongodb-3.6.8-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v33 images/stashed-stash-mongodb-4.0.11-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v33 images/stashed-stash-mongodb-4.0.3-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v33 images/stashed-stash-mongodb-4.0.5-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v33 images/stashed-stash-mongodb-4.1.13-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v33 images/stashed-stash-mongodb-4.1.4-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v33 images/stashed-stash-mongodb-4.1.7-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v33 images/stashed-stash-mongodb-4.2.3-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v24 images/stashed-stash-mongodb-4.4.6-v24.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v6 images/stashed-stash-mongodb-5.0.15-v6.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v21 images/stashed-stash-mongodb-5.0.3-v21.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v9 images/stashed-stash-mongodb-6.0.5-v9.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v32 images/stashed-stash-mysql-5.7.25-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v32 images/stashed-stash-mysql-8.0.14-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v26 images/stashed-stash-mysql-8.0.21-v26.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v32 images/stashed-stash-mysql-8.0.3-v32.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v20 images/stashed-stash-nats-2.6.1-v20.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v15 images/stashed-stash-nats-2.8.2-v15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.31 images/appscode-kubectl-nonroot-1.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.1.0-v16 images/stashed-kubedump-0.1.0-v16.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.37.0 images/stashed-stash-crd-installer-v0.37.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v33 images/stashed-stash-elasticsearch-5.6.4-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v33 images/stashed-stash-elasticsearch-6.2.4-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v33 images/stashed-stash-elasticsearch-6.3.0-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v33 images/stashed-stash-elasticsearch-6.4.0-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v33 images/stashed-stash-elasticsearch-6.5.3-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v33 images/stashed-stash-elasticsearch-6.8.0-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v19 images/stashed-stash-elasticsearch-7.14.0-v19.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v33 images/stashed-stash-elasticsearch-7.2.0-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v33 images/stashed-stash-elasticsearch-7.3.2-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v16 images/stashed-stash-elasticsearch-8.2.0-v16.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.37.0 images/stashed-stash-enterprise-v0.37.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v20 images/stashed-stash-etcd-3.5.0-v20.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v27 images/stashed-stash-mariadb-10.5.8-v27.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v34 images/stashed-stash-mongodb-3.4.17-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v34 images/stashed-stash-mongodb-3.4.22-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v34 images/stashed-stash-mongodb-3.6.13-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v34 images/stashed-stash-mongodb-3.6.8-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v34 images/stashed-stash-mongodb-4.0.11-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v34 images/stashed-stash-mongodb-4.0.3-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v34 images/stashed-stash-mongodb-4.0.5-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v34 images/stashed-stash-mongodb-4.1.13-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v34 images/stashed-stash-mongodb-4.1.4-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v34 images/stashed-stash-mongodb-4.1.7-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v34 images/stashed-stash-mongodb-4.2.3-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v25 images/stashed-stash-mongodb-4.4.6-v25.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v7 images/stashed-stash-mongodb-5.0.15-v7.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v22 images/stashed-stash-mongodb-5.0.3-v22.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v10 images/stashed-stash-mongodb-6.0.5-v10.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v34 images/stashed-stash-mysql-5.7.25-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v33 images/stashed-stash-mysql-8.0.14-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v27 images/stashed-stash-mysql-8.0.21-v27.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v33 images/stashed-stash-mysql-8.0.3-v33.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v21 images/stashed-stash-nats-2.6.1-v21.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v16 images/stashed-stash-nats-2.8.2-v16.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:5.7-v26 images/stashed-stash-percona-xtradb-5.7-v26.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v31 images/stashed-stash-postgres-10.14-v31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v31 images/stashed-stash-postgres-11.9-v31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v31 images/stashed-stash-postgres-12.4-v31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v28 images/stashed-stash-postgres-13.1-v28.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v20 images/stashed-stash-postgres-14.0-v20.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v12 images/stashed-stash-postgres-15.1-v12.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v1 images/stashed-stash-postgres-16.1-v1.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v31 images/stashed-stash-postgres-9.6.19-v31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v20 images/stashed-stash-redis-5.0.13-v20.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v20 images/stashed-stash-redis-6.2.5-v20.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v13 images/stashed-stash-redis-7.0.5-v13.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.17.0 images/stashed-stash-ui-server-v0.17.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v12 images/stashed-stash-vault-1.10.3-v12.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.36.0 images/stashed-stash-v0.36.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v32 images/stashed-stash-postgres-10.14-v32.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v32 images/stashed-stash-postgres-11.9-v32.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v32 images/stashed-stash-postgres-12.4-v32.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v29 images/stashed-stash-postgres-13.1-v29.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v21 images/stashed-stash-postgres-14.0-v21.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v13 images/stashed-stash-postgres-15.1-v13.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v2 images/stashed-stash-postgres-16.1-v2.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v32 images/stashed-stash-postgres-9.6.19-v32.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v21 images/stashed-stash-redis-5.0.13-v21.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v21 images/stashed-stash-redis-6.2.5-v21.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v14 images/stashed-stash-redis-7.0.5-v14.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.18.0 images/stashed-stash-ui-server-v0.18.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v13 images/stashed-stash-vault-1.10.3-v13.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.37.0 images/stashed-stash-v0.37.0.tar $CMD pull --allow-nondistributable-artifacts --insecure prom/pushgateway:v1.4.2 images/prom-pushgateway-v1.4.2.tar tar -czvf images.tar.gz images diff --git a/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml b/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml index 1d272d015..341b3e16e 100644 --- a/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml +++ b/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml @@ -1,53 +1,53 @@ -- ghcr.io/appscode/kubectl:v1.22 -- ghcr.io/stashed/kubedump:0.1.0-v15 -- ghcr.io/stashed/stash-crd-installer:v0.36.0 -- ghcr.io/stashed/stash-elasticsearch:5.6.4-v32 -- ghcr.io/stashed/stash-elasticsearch:6.2.4-v32 -- ghcr.io/stashed/stash-elasticsearch:6.3.0-v32 -- ghcr.io/stashed/stash-elasticsearch:6.4.0-v32 -- ghcr.io/stashed/stash-elasticsearch:6.5.3-v32 -- ghcr.io/stashed/stash-elasticsearch:6.8.0-v32 -- ghcr.io/stashed/stash-elasticsearch:7.14.0-v18 -- ghcr.io/stashed/stash-elasticsearch:7.2.0-v32 -- ghcr.io/stashed/stash-elasticsearch:7.3.2-v32 -- ghcr.io/stashed/stash-elasticsearch:8.2.0-v15 -- ghcr.io/stashed/stash-enterprise:v0.36.0 -- ghcr.io/stashed/stash-etcd:3.5.0-v19 -- ghcr.io/stashed/stash-mariadb:10.5.8-v26 -- ghcr.io/stashed/stash-mongodb:3.4.17-v33 -- ghcr.io/stashed/stash-mongodb:3.4.22-v33 -- ghcr.io/stashed/stash-mongodb:3.6.13-v33 -- ghcr.io/stashed/stash-mongodb:3.6.8-v33 -- ghcr.io/stashed/stash-mongodb:4.0.11-v33 -- ghcr.io/stashed/stash-mongodb:4.0.3-v33 -- ghcr.io/stashed/stash-mongodb:4.0.5-v33 -- ghcr.io/stashed/stash-mongodb:4.1.13-v33 -- ghcr.io/stashed/stash-mongodb:4.1.4-v33 -- ghcr.io/stashed/stash-mongodb:4.1.7-v33 -- ghcr.io/stashed/stash-mongodb:4.2.3-v33 -- ghcr.io/stashed/stash-mongodb:4.4.6-v24 -- ghcr.io/stashed/stash-mongodb:5.0.15-v6 -- ghcr.io/stashed/stash-mongodb:5.0.3-v21 -- ghcr.io/stashed/stash-mongodb:6.0.5-v9 -- ghcr.io/stashed/stash-mysql:5.7.25-v32 -- ghcr.io/stashed/stash-mysql:8.0.14-v32 -- ghcr.io/stashed/stash-mysql:8.0.21-v26 -- ghcr.io/stashed/stash-mysql:8.0.3-v32 -- ghcr.io/stashed/stash-nats:2.6.1-v20 -- ghcr.io/stashed/stash-nats:2.8.2-v15 +- ghcr.io/appscode/kubectl-nonroot:1.31 +- ghcr.io/stashed/kubedump:0.1.0-v16 +- ghcr.io/stashed/stash-crd-installer:v0.37.0 +- ghcr.io/stashed/stash-elasticsearch:5.6.4-v33 +- ghcr.io/stashed/stash-elasticsearch:6.2.4-v33 +- ghcr.io/stashed/stash-elasticsearch:6.3.0-v33 +- ghcr.io/stashed/stash-elasticsearch:6.4.0-v33 +- ghcr.io/stashed/stash-elasticsearch:6.5.3-v33 +- ghcr.io/stashed/stash-elasticsearch:6.8.0-v33 +- ghcr.io/stashed/stash-elasticsearch:7.14.0-v19 +- ghcr.io/stashed/stash-elasticsearch:7.2.0-v33 +- ghcr.io/stashed/stash-elasticsearch:7.3.2-v33 +- ghcr.io/stashed/stash-elasticsearch:8.2.0-v16 +- ghcr.io/stashed/stash-enterprise:v0.37.0 +- ghcr.io/stashed/stash-etcd:3.5.0-v20 +- ghcr.io/stashed/stash-mariadb:10.5.8-v27 +- ghcr.io/stashed/stash-mongodb:3.4.17-v34 +- ghcr.io/stashed/stash-mongodb:3.4.22-v34 +- ghcr.io/stashed/stash-mongodb:3.6.13-v34 +- ghcr.io/stashed/stash-mongodb:3.6.8-v34 +- ghcr.io/stashed/stash-mongodb:4.0.11-v34 +- ghcr.io/stashed/stash-mongodb:4.0.3-v34 +- ghcr.io/stashed/stash-mongodb:4.0.5-v34 +- ghcr.io/stashed/stash-mongodb:4.1.13-v34 +- ghcr.io/stashed/stash-mongodb:4.1.4-v34 +- ghcr.io/stashed/stash-mongodb:4.1.7-v34 +- ghcr.io/stashed/stash-mongodb:4.2.3-v34 +- ghcr.io/stashed/stash-mongodb:4.4.6-v25 +- ghcr.io/stashed/stash-mongodb:5.0.15-v7 +- ghcr.io/stashed/stash-mongodb:5.0.3-v22 +- ghcr.io/stashed/stash-mongodb:6.0.5-v10 +- ghcr.io/stashed/stash-mysql:5.7.25-v34 +- ghcr.io/stashed/stash-mysql:8.0.14-v33 +- ghcr.io/stashed/stash-mysql:8.0.21-v27 +- ghcr.io/stashed/stash-mysql:8.0.3-v33 +- ghcr.io/stashed/stash-nats:2.6.1-v21 +- ghcr.io/stashed/stash-nats:2.8.2-v16 - ghcr.io/stashed/stash-percona-xtradb:5.7-v26 -- ghcr.io/stashed/stash-postgres:10.14-v31 -- ghcr.io/stashed/stash-postgres:11.9-v31 -- ghcr.io/stashed/stash-postgres:12.4-v31 -- ghcr.io/stashed/stash-postgres:13.1-v28 -- ghcr.io/stashed/stash-postgres:14.0-v20 -- ghcr.io/stashed/stash-postgres:15.1-v12 -- ghcr.io/stashed/stash-postgres:16.1-v1 -- ghcr.io/stashed/stash-postgres:9.6.19-v31 -- ghcr.io/stashed/stash-redis:5.0.13-v20 -- ghcr.io/stashed/stash-redis:6.2.5-v20 -- ghcr.io/stashed/stash-redis:7.0.5-v13 -- ghcr.io/stashed/stash-ui-server:v0.17.0 -- ghcr.io/stashed/stash-vault:1.10.3-v12 -- ghcr.io/stashed/stash:v0.36.0 +- ghcr.io/stashed/stash-postgres:10.14-v32 +- ghcr.io/stashed/stash-postgres:11.9-v32 +- ghcr.io/stashed/stash-postgres:12.4-v32 +- ghcr.io/stashed/stash-postgres:13.1-v29 +- ghcr.io/stashed/stash-postgres:14.0-v21 +- ghcr.io/stashed/stash-postgres:15.1-v13 +- ghcr.io/stashed/stash-postgres:16.1-v2 +- ghcr.io/stashed/stash-postgres:9.6.19-v32 +- ghcr.io/stashed/stash-redis:5.0.13-v21 +- ghcr.io/stashed/stash-redis:6.2.5-v21 +- ghcr.io/stashed/stash-redis:7.0.5-v14 +- ghcr.io/stashed/stash-ui-server:v0.18.0 +- ghcr.io/stashed/stash-vault:1.10.3-v13 +- ghcr.io/stashed/stash:v0.37.0 - prom/pushgateway:v1.4.2 diff --git a/vendor/stash.appscode.dev/installer/catalog/import-images.sh b/vendor/stash.appscode.dev/installer/catalog/import-images.sh index 5d44e3f74..628171522 100644 --- a/vendor/stash.appscode.dev/installer/catalog/import-images.sh +++ b/vendor/stash.appscode.dev/installer/catalog/import-images.sh @@ -26,56 +26,56 @@ tar -zxvf $TARBALL CMD="./crane" -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kubectl-v1.22.tar $IMAGE_REGISTRY/appscode/kubectl:v1.22 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-kubedump-0.1.0-v15.tar $IMAGE_REGISTRY/stashed/kubedump:0.1.0-v15 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-crd-installer-v0.36.0.tar $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.36.0 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-5.6.4-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.2.4-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.3.0-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.4.0-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.5.3-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.8.0-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.14.0-v18.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v18 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.2.0-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.3.2-v32.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-8.2.0-v15.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v15 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-enterprise-v0.36.0.tar $IMAGE_REGISTRY/stashed/stash-enterprise:v0.36.0 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-etcd-3.5.0-v19.tar $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v19 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mariadb-10.5.8-v26.tar $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v26 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.17-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.22-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.13-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.8-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.11-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.3-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.5-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.13-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.4-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.7-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.2.3-v33.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.4.6-v24.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v24 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.15-v6.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v6 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.3-v21.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v21 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-6.0.5-v9.tar $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v9 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-5.7.25-v32.tar $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.14-v32.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.21-v26.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v26 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.3-v32.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v32 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.6.1-v20.tar $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v20 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.8.2-v15.tar $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kubectl-nonroot-1.31.tar $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.31 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-kubedump-0.1.0-v16.tar $IMAGE_REGISTRY/stashed/kubedump:0.1.0-v16 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-crd-installer-v0.37.0.tar $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.37.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-5.6.4-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.2.4-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.3.0-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.4.0-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.5.3-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.8.0-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.14.0-v19.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v19 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.2.0-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.3.2-v33.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-8.2.0-v16.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v16 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-enterprise-v0.37.0.tar $IMAGE_REGISTRY/stashed/stash-enterprise:v0.37.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-etcd-3.5.0-v20.tar $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v20 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mariadb-10.5.8-v27.tar $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v27 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.17-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.22-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.13-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.8-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.11-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.3-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.5-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.13-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.4-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.7-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.2.3-v34.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.4.6-v25.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v25 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.15-v7.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v7 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.3-v22.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v22 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-6.0.5-v10.tar $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v10 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-5.7.25-v34.tar $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.14-v33.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.21-v27.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v27 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.3-v33.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v33 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.6.1-v21.tar $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v21 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.8.2-v16.tar $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v16 $CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-percona-xtradb-5.7-v26.tar $IMAGE_REGISTRY/stashed/stash-percona-xtradb:5.7-v26 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-10.14-v31.tar $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v31 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-11.9-v31.tar $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v31 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-12.4-v31.tar $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v31 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-13.1-v28.tar $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v28 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-14.0-v20.tar $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v20 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-15.1-v12.tar $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v12 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-16.1-v1.tar $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v1 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-9.6.19-v31.tar $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v31 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-5.0.13-v20.tar $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v20 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-6.2.5-v20.tar $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v20 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-7.0.5-v13.tar $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v13 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-ui-server-v0.17.0.tar $IMAGE_REGISTRY/stashed/stash-ui-server:v0.17.0 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-vault-1.10.3-v12.tar $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v12 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-v0.36.0.tar $IMAGE_REGISTRY/stashed/stash:v0.36.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-10.14-v32.tar $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v32 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-11.9-v32.tar $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v32 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-12.4-v32.tar $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v32 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-13.1-v29.tar $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v29 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-14.0-v21.tar $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v21 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-15.1-v13.tar $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v13 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-16.1-v2.tar $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v2 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-9.6.19-v32.tar $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v32 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-5.0.13-v21.tar $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v21 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-6.2.5-v21.tar $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v21 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-7.0.5-v14.tar $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v14 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-ui-server-v0.18.0.tar $IMAGE_REGISTRY/stashed/stash-ui-server:v0.18.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-vault-1.10.3-v13.tar $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v13 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-v0.37.0.tar $IMAGE_REGISTRY/stashed/stash:v0.37.0 $CMD push --allow-nondistributable-artifacts --insecure images/prom-pushgateway-v1.4.2.tar $IMAGE_REGISTRY/prom/pushgateway:v1.4.2 diff --git a/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh b/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh new file mode 100644 index 000000000..fadbbdba4 --- /dev/null +++ b/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh @@ -0,0 +1,79 @@ +#!/bin/bash + +# Copyright AppsCode Inc. and Contributors +# +# Licensed under the AppsCode Community License 1.0.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +set -x + +if [ -z "${IMAGE_REGISTRY}" ]; then + echo "IMAGE_REGISTRY is not set" + exit 1 +fi + +TARBALL=${1:-} +tar -zxvf $TARBALL + +k3s ctr images import images/appscode-kubectl-nonroot-1.31.tar +k3s ctr images import images/stashed-kubedump-0.1.0-v16.tar +k3s ctr images import images/stashed-stash-crd-installer-v0.37.0.tar +k3s ctr images import images/stashed-stash-elasticsearch-5.6.4-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.2.4-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.3.0-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.4.0-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.5.3-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.8.0-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-7.14.0-v19.tar +k3s ctr images import images/stashed-stash-elasticsearch-7.2.0-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-7.3.2-v33.tar +k3s ctr images import images/stashed-stash-elasticsearch-8.2.0-v16.tar +k3s ctr images import images/stashed-stash-enterprise-v0.37.0.tar +k3s ctr images import images/stashed-stash-etcd-3.5.0-v20.tar +k3s ctr images import images/stashed-stash-mariadb-10.5.8-v27.tar +k3s ctr images import images/stashed-stash-mongodb-3.4.17-v34.tar +k3s ctr images import images/stashed-stash-mongodb-3.4.22-v34.tar +k3s ctr images import images/stashed-stash-mongodb-3.6.13-v34.tar +k3s ctr images import images/stashed-stash-mongodb-3.6.8-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.0.11-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.0.3-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.0.5-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.1.13-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.1.4-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.1.7-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.2.3-v34.tar +k3s ctr images import images/stashed-stash-mongodb-4.4.6-v25.tar +k3s ctr images import images/stashed-stash-mongodb-5.0.15-v7.tar +k3s ctr images import images/stashed-stash-mongodb-5.0.3-v22.tar +k3s ctr images import images/stashed-stash-mongodb-6.0.5-v10.tar +k3s ctr images import images/stashed-stash-mysql-5.7.25-v34.tar +k3s ctr images import images/stashed-stash-mysql-8.0.14-v33.tar +k3s ctr images import images/stashed-stash-mysql-8.0.21-v27.tar +k3s ctr images import images/stashed-stash-mysql-8.0.3-v33.tar +k3s ctr images import images/stashed-stash-nats-2.6.1-v21.tar +k3s ctr images import images/stashed-stash-nats-2.8.2-v16.tar +k3s ctr images import images/stashed-stash-percona-xtradb-5.7-v26.tar +k3s ctr images import images/stashed-stash-postgres-10.14-v32.tar +k3s ctr images import images/stashed-stash-postgres-11.9-v32.tar +k3s ctr images import images/stashed-stash-postgres-12.4-v32.tar +k3s ctr images import images/stashed-stash-postgres-13.1-v29.tar +k3s ctr images import images/stashed-stash-postgres-14.0-v21.tar +k3s ctr images import images/stashed-stash-postgres-15.1-v13.tar +k3s ctr images import images/stashed-stash-postgres-16.1-v2.tar +k3s ctr images import images/stashed-stash-postgres-9.6.19-v32.tar +k3s ctr images import images/stashed-stash-redis-5.0.13-v21.tar +k3s ctr images import images/stashed-stash-redis-6.2.5-v21.tar +k3s ctr images import images/stashed-stash-redis-7.0.5-v14.tar +k3s ctr images import images/stashed-stash-ui-server-v0.18.0.tar +k3s ctr images import images/stashed-stash-vault-1.10.3-v13.tar +k3s ctr images import images/stashed-stash-v0.37.0.tar +k3s ctr images import images/prom-pushgateway-v1.4.2.tar