Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
project: charts/redpanda
kind: Fixed
body: |-
In the 24.1.1 version Redpanda introduces new value `azure_aks_oidc_federation` for `cloud_storage_credentials_source`
property. Redpanda helm chart schema validation rejected new value. Schema is extended to include 2 new values
`azure_vm_instance_metadata` and `azure_aks_oidc_federation`.
time: 2026-01-20T10:14:49.185925+01:00
2 changes: 1 addition & 1 deletion charts/connectors/values_partial.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/console/values_partial.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/redpanda/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ func (TieredStorageConfig) JSONSchema() *jsonschema.Schema {
// `config.node`.
CloudStorageCacheDirectory string `json:"cloud_storage_cache_directory" jsonschema:"deprecated"`
CloudStorageCacheSize *ResourceQuantity `json:"cloud_storage_cache_size"`
CloudStorageCredentialsSource string `json:"cloud_storage_credentials_source" jsonschema:"pattern=^(config_file|aws_instance_metadata|sts|gcp_instance_metadata)$"`
CloudStorageCredentialsSource string `json:"cloud_storage_credentials_source" jsonschema:"pattern=^(config_file|aws_instance_metadata|sts|gcp_instance_metadata|azure_vm_instance_metadata|azure_aks_oidc_federation)$"`
CloudStorageDisableTLS bool `json:"cloud_storage_disable_tls"`
CloudStorageEnableRemoteRead bool `json:"cloud_storage_enable_remote_read"`
CloudStorageEnableRemoteWrite bool `json:"cloud_storage_enable_remote_write"`
Expand Down
4 changes: 2 additions & 2 deletions charts/redpanda/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19843,7 +19843,7 @@
]
},
"cloud_storage_credentials_source": {
"pattern": "^(config_file|aws_instance_metadata|sts|gcp_instance_metadata)$",
"pattern": "^(config_file|aws_instance_metadata|sts|gcp_instance_metadata|azure_vm_instance_metadata|azure_aks_oidc_federation)$",
"type": "string"
},
"cloud_storage_disable_tls": {
Expand Down Expand Up @@ -20028,7 +20028,7 @@
]
},
"cloud_storage_credentials_source": {
"pattern": "^(config_file|aws_instance_metadata|sts|gcp_instance_metadata)$",
"pattern": "^(config_file|aws_instance_metadata|sts|gcp_instance_metadata|azure_vm_instance_metadata|azure_aks_oidc_federation)$",
"type": "string"
},
"cloud_storage_disable_tls": {
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/values_partial.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion licenses/BSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Redpanda Business Source License 1.1

<u>Licensor</u>: Redpanda Data, Inc.

<u>Licensed Work</u>: Redpanda The Licensed Work is © 2025
<u>Licensed Work</u>: Redpanda The Licensed Work is © 2026
Redpanda Data, Inc.

<u>Additional Use Grant</u>: You may make use of the Licensed Work,
Expand Down
2 changes: 1 addition & 1 deletion licenses/boilerplate.go.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/check.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/delimiters.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/license.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/output.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/rules.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion licenseupdater/testdata/test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.
// Copyright 2026 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
Expand Down
2 changes: 1 addition & 1 deletion operator/api/apiutil/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion operator/api/redpanda/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion operator/api/redpanda/v1alpha2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion operator/chart/values_partial.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.