Skip to content

Release 18.0.8#2147

Merged
sk-keeper merged 12 commits into
masterfrom
release
Jun 13, 2026
Merged

Release 18.0.8#2147
sk-keeper merged 12 commits into
masterfrom
release

Conversation

@sk-keeper

Copy link
Copy Markdown
Collaborator

No description provided.

amangalampalli-ks and others added 12 commits June 12, 2026 18:55
…2133)

* Add error handling for persistent login break in docker and strengthen keeper get lookup from shell

* Fix unit tests
…/ksm fixes (#2136)

* pam: legacy-JSON DAG + drop use_per_graph_endpoints kwarg (ksm/ai_settings)

* discovery_common: revert backwards use_per_graph_endpoints comment to match upstream
…fields output (#2144)

* get: mask secret-type custom fields in detail/fields output; fix awspswd import

* fix flaky body-encryption assertion in test_dag_layer_b_configure_resource
…gned with Web Vault (#2146)

* Added new RBI PAM settings

* pam rbi edit: add --session-persistence (none/user/resource) option

* pam connection edit: add all DB protocols to --protocol (mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb)

* pam import/extend: support mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb DB protocols

* pam import/extend: add scrollback for terminal and CLI-capable DB protocols
@sk-keeper sk-keeper merged commit c6ec45e into master Jun 13, 2026
5 checks passed
logging.warning(f"ConnectionSettingsHTTP: audio_channels must be 1 or 2, got: {parsed}")
else:
obj.audioChannels = parsed
except (TypeError, ValueError): logging.warning(f"ConnectionSettingsHTTP: invalid audio_channels value: {val!r}")
logging.warning(f"ConnectionSettingsHTTP: audio_bps must be 8 or 16, got: {parsed}")
else:
obj.audioBps = parsed
except (TypeError, ValueError): logging.warning(f"ConnectionSettingsHTTP: invalid audio_bps value: {val!r}")
logging.warning(f"ConnectionSettingsHTTP: audio_sample_rate must be non-negative, got: {parsed}")
else:
obj.audioSampleRate = parsed
except (TypeError, ValueError): logging.warning(f"ConnectionSettingsHTTP: invalid audio_sample_rate value: {val!r}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants