File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
repository/src/test/java/com/walmartlabs/concord/repository Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.33.3] - 2025-10-14
4+
5+ ### Changed
6+
7+ - repository: fix uri scheme restriction for ssh repo uris
8+ ([ #1226 ] ( https://github.com/walmartlabs/concord/pull/1226 ) );
9+
10+
11+
312## [ 2.33.2] - 2025-10-09
413
514### Changed
Original file line number Diff line number Diff line change 11package com .walmartlabs .concord .repository ;
22
3+ /*-
4+ * *****
5+ * Concord
6+ * -----
7+ * Copyright (C) 2017 - 2025 Walmart Inc.
8+ * -----
9+ * Licensed under the Apache License, Version 2.0 (the "License");
10+ * you may not use this file except in compliance with the License.
11+ * You may obtain a copy of the License at
12+ *
13+ * http://www.apache.org/licenses/LICENSE-2.0
14+ *
15+ * Unless required by applicable law or agreed to in writing, software
16+ * distributed under the License is distributed on an "AS IS" BASIS,
17+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+ * See the License for the specific language governing permissions and
19+ * limitations under the License.
20+ * =====
21+ */
22+
323import com .walmartlabs .concord .common .secret .BinaryDataSecret ;
424import com .walmartlabs .concord .sdk .Secret ;
525import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments