Skip to content

Commit a596983

Browse files
committed
Changelog 2.33.3
1 parent ed666a9 commit a596983

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

repository/src/test/java/com/walmartlabs/concord/repository/GitUriTest.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package 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+
323
import com.walmartlabs.concord.common.secret.BinaryDataSecret;
424
import com.walmartlabs.concord.sdk.Secret;
525
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)