diff --git a/changelog/25235.txt b/changelog/25235.txt
new file mode 100644
index 000000000000..d4df23ebf49b
--- /dev/null
+++ b/changelog/25235.txt
@@ -0,0 +1,3 @@
+```release-note:bug
+ui: Do not disable JSON display toggle for KV version 2 secrets
+```
\ No newline at end of file
diff --git a/changelog/25269.txt b/changelog/25269.txt
new file mode 100644
index 000000000000..706c5abe4c67
--- /dev/null
+++ b/changelog/25269.txt
@@ -0,0 +1,3 @@
+```release-note:bug
+ui: Fix copy button not working on masked input when value is not a string
+```
\ No newline at end of file
diff --git a/ui/lib/core/addon/components/json-editor.hbs b/ui/lib/core/addon/components/json-editor.hbs
index c92b5dd3f2d2..7aac5d6f773f 100644
--- a/ui/lib/core/addon/components/json-editor.hbs
+++ b/ui/lib/core/addon/components/json-editor.hbs
@@ -27,6 +27,19 @@