Skip to content

Commit 2c19b50

Browse files
committed
Merge remote-tracking branch 'oss/master'
2 parents 240e363 + aadcda3 commit 2c19b50

File tree

105 files changed

+347
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+347
-149
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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+
12+
## [2.33.2] - 2025-10-09
13+
14+
### Changed
15+
16+
- concord-server: fix API key creation for the current user
17+
([#1222](https://github.com/walmartlabs/concord/pull/1222));
18+
19+
20+
21+
## [2.33.1] - 2025-10-06
22+
23+
### Changed
24+
25+
- pfed-sso: upgrade nimbus-jose-jwt version
26+
([#1219](https://github.com/walmartlabs/concord/pull/1219));
27+
- server: fix usernameSignature generation
28+
([#1221](https://github.com/walmartlabs/concord/pull/1221));
29+
30+
31+
332
## [2.33.0] - 2025-09-22
433

534
### Added

agent-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

console2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.33.1-SNAPSHOT</version>
8+
<version>2.33.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

dependency-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.33.1-SNAPSHOT</version>
9+
<version>2.33.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

docker-images/agent-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.docker</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.33.1-SNAPSHOT</version>
8+
<version>2.33.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)