feat(github-release)!: Update redpanda-operator to v24.1.6 #1232
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v23.3.16
->v24.1.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
redpanda-data/redpanda (redpanda-operator)
v24.1.6
Compare Source
Full Changelog: redpanda-data/redpanda@v24.1.5...v24.1.6
v24.1.5
Compare Source
Bug fix
connect
so it work's withrpk
parent autocompleteFull Changelog: redpanda-data/redpanda@v24.1.4...v24.1.5
v24.1.4
Compare Source
Bug Fixes
Improvements
--regex
flag by @daisukebe in #18644Full Changelog: redpanda-data/redpanda@v24.1.3...v24.1.4
v24.1.3
Compare Source
Features
/mode
endpoints for READONLY by @BenPope in [#18623](https://github.com/redpanda-data/redpanda/pull/ 18623)deleted=true
query parameter onPOST /subjects/<subject>
. by @BenPope in [#18433](https:// github.com/redpanda-data/redpanda/pull/184333)Bug Fixes
rpk topic consume
that prevented the usage of the--regex
flag. by @r-vasquez in #18632raft::state_machine_manger
by @mmaslankaprv in #18638Improvements
list_object()
request headers and parameters (manual backport) by @WillemKauf_db
inkvstore
by @ WillemKaufFull Changelog: redpanda-data/redpanda@v24.1.2...v24.1.3
v24.1.2
Compare Source
Features
fetch_read_strategy
cluster config property to select betweenpolling
andnon-polling
fetch implementations. Uses thenon-polling
fetch implementation by default. by @StephanDollberg in #18176Bug Fixes
remote.read
is not enabled. by @WillemKauf in #18159_topic_node_index
to avoid oversized alloc by @ballard26Improvements
rpk container start
: You can now select the subnet and gateway to create your 'redpanda' network. by @r-vasquez in #18151'retention_duration' = -1
in a topic_manifest.json file as infinite time retention by @andijcr in #18243Full Changelog: redpanda-data/redpanda@v24.1.1...v24.1.2
v24.1.1
Compare Source
New Features
rpk security roles
, a new command space to manage your Redpanda roles. by @r-vasquez in #17538--allow-role
and--deny-role
flags forrpk acl
commands by @oleiman in #17416/v1/security/roles/{role}/members
Admin API endpoint for reading and updating RBAC role members. by @oleiman in #17153rpk security acl list
now supports--format=json
by @rockwotj in #17684REDPANDA_OUTPUT_TOPIC
environment variable exposed in transforms is now removed forREDPANDA_OUTPUT_TOPIC_%d
for each output topic specified. by @rockwotj in #16946rpk transform deploy
now supports multiple output topics by @rockwotj in #16950This feature can only be used in Redpanda v24.1.x or newer. by @rockwotj in #16978
This feature can only be used in Redpanda v24.1.x or newer. by @rockwotj in #17007
_redpanda.transform_logs
). Data transform logs will no longer appear in broker logs. by @oleiman in #16485rpk transform logs NAME
to view logs for a transform by @rockwotj in #16923partition_autobalancing_topic_aware
config property (enabled by default). by @ztlpn in #17263Azure Blob Storage @andijcr in #17157
rpk debug bundle
now includes a CPU profile of the requested nodes. by @r- vasquez in #16414rpk registry schema get --print-schema
. by @r-vasquez in #16109rpk redpanda config bootstrap
now supports bootstrapping your advertised addresses configuration. by @r-vasquez in #16652redpanda_cluster_latest_cluster_metadata_manifest_age
to track the age of the cluster_metadata_manifest in cloud storage added by @andijcr in #17404Bug Fixes
aggregate_metrics
cluster config is set to true. by @ballard26 in #16336rpk transform logs
waits for records without the--follow
flag specified. by @rockwotj in #17832Cargo.toml
when initializing a Rust Data Transform project viarpk transform init
by @rockwotj in #15934rpk transform init
by @rockwotj in #16180rpk transform init --install-deps
so that an explicit true value is not needed. by @rockwotj in #17831redpanda.rack
in node config. This would cause issues in Kafka operations. Redpanda will now error on startup ifredpanda.rack
is set to an empty string. by @michael-redpanda in #158351MiB
to128KiB
to reduce occurrences of memory allocation failures by @michael-redpanda in #17922_schemas
topic. by @BenPope in #17091--password
flag could not be used along with the new configuration flag-X pass
in clusters where basic authentication was enabled. by @r-vasquez in #16278* #16259 Fixes a bug that would previously cause read replicas to report the wrong value for theredpand_kafka_max_offset
metric. by @andrwng in #16263rpk tune --output-script
: Add a missing new line in the ballast file tuner when using the--output-script
flag by @r-vasquez in #16576Improvements
#16566
fetch_read_strategy
cluster configuration property as deprecated by @ballard26 in #17191wait_ms
parameter to CPU profiler admin API. The API will wait forwait_ms
milliseconds then return the profile samples collected during that period of time. by @ballard26 in #14468plan_and_execute_latency_us
histograms from internal metrics by @ballard26 in #17191* A clearer error message when the data directory does not exist or is the wrong type by @travisdowns in #15821UpdateRoleMembership
function to rpk admin API client. by @bojand in #17589fetch_read_strategy
. This property determines which fetch execution strategy Redpanda will use to fulfill a fetch request. The newly introducednon_polling
execution strategy is the default for this property with thepolling
strategy being included to make backporting possible. by @ballard26 in #15328minimum_topic_replications
that permits Redpanda administrators to set a minimum permitted replication factor for newly created topics. by @michael-redpanda in #15777kafka_latency_fetch_latency
metric measures to be the time the firstfetch_ntps_in_parallel
takes. by @ballard26 in #17720rpk transform logs
by @rockwotj in #17830data_transforms_logging_buffer_capacity_bytes
from 100KiB to 500KiB by @oleiman in #16972README.md
more beautiful and functional! by @WillemKauf in #17822rpk
. by @rockwotj in #16296delete_config
anddelete_subject_permanent
by @BenPope in #17905full_raft_configuration_recovery_pattern
cluster config property is now deprecated and will be ignored by Redpanda. by @andrwng in #16890This allows for easier testing of transforms, as one does not have to wait for the VM to boot before producing. by @rockwotj in #17590
rpk container
now prints the container logs in case of failures during startup. by @r-vasquez in #17780--exit-when-healthy
enables--watch
when provided. by @r-vasquez in #16106rpk tune --output-script
: rpk now creates a file for you if the provided file does not exist. by @r-vasquez in #16576EHOSTUNREACH
to retry-able error code list by @michael-redpanda in #16902rpk acl user
has been moved torpk security security
. Old command is soft deprecated. by @r-vasquez in #17664rpk acl
has been moved torpk security acl
. Old command is soft deprecated. by @r-vasquez in #17664rpk profile
has been reworked in an attempt to be simpler; see PR #17038 for more detail by @twmb in #17038rpk redpanda start
know knows about io characteristics on EC2 instance types i4i, is4gen and im4gn in addition to i3en and i3, allowing more effective IO scheduling even ifrpk iotune
has not been run. by @travisdowns in #17220rpk transform deploy --file
now supportshttps://
URLs by @rockwotj in #16050rpk transform deploy
takes a--file
flag to deploy a compiled WebAssembly binary. by @rockwotj in #15932verbose_logging_timeout_max
node config, to prevent setting TRACE and DEBUG log level indefinitely by @oleiman in #15798Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.