Skip to content

Commit edd11a5

Browse files
chore(main): release multicloudj 0.2.17
1 parent 4bcd1d7 commit edd11a5

File tree

32 files changed

+56
-31
lines changed

32 files changed

+56
-31
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.16"
2+
".": "0.2.17"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.2.17](https://github.com/salesforce/multicloudj/compare/multicloudj-v0.2.16...multicloudj-v0.2.17) (2025-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* delombok the javadocs generation before releasing docs ([#164](https://github.com/salesforce/multicloudj/issues/164)) ([d698004](https://github.com/salesforce/multicloudj/commit/d6980042fb54f1627523abf38bb975050af1ee80))
9+
* fix the build for iam ([#161](https://github.com/salesforce/multicloudj/issues/161)) ([3f4c04c](https://github.com/salesforce/multicloudj/commit/3f4c04c16153abb8df6e859f92baea9cc89f7a32))
10+
11+
12+
### Blob Store
13+
14+
* add bucket creation in the blobclient ([#168](https://github.com/salesforce/multicloudj/issues/168)) ([bd7dc35](https://github.com/salesforce/multicloudj/commit/bd7dc351390245c67de146f263f54d0afcd6ce09))
15+
16+
17+
### PubSub
18+
19+
* Enable getAttributes in AWS ([#171](https://github.com/salesforce/multicloudj/issues/171)) ([8226127](https://github.com/salesforce/multicloudj/commit/8226127814424524198ddf372af5508f3f78771c))
20+
* Enable sendAck and sendNack apis for AWS Pubsub ([#134](https://github.com/salesforce/multicloudj/issues/134)) ([957db97](https://github.com/salesforce/multicloudj/commit/957db97f87f2f9cc32701f202fef6b5f34a86703))
21+
22+
23+
### IAM
24+
25+
* implement IAM Identity Management APIs for GCP ([#142](https://github.com/salesforce/multicloudj/issues/142)) ([4bcd1d7](https://github.com/salesforce/multicloudj/commit/4bcd1d712cac1efdaa4fe22d267603b8b84c1cbe))
26+
* implement policy related APIs(GCP) ([#141](https://github.com/salesforce/multicloudj/issues/141)) ([9f0d5a1](https://github.com/salesforce/multicloudj/commit/9f0d5a18e8069f35d07778c872db252be8ac394d))
27+
328
## [0.2.16](https://github.com/salesforce/multicloudj/compare/multicloudj-v0.2.15...multicloudj-v0.2.16) (2025-11-21)
429

530

blob/blob-ali/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.17-SNAPSHOT</version>
12+
<version>0.2.17</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.17-SNAPSHOT</version>
12+
<version>0.2.17</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.17-SNAPSHOT</version>
12+
<version>0.2.17</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.17-SNAPSHOT</version>
12+
<version>0.2.17</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.salesforce.multicloudj</groupId>
66
<artifactId>multicloudj-parent</artifactId>
7-
<version>0.2.17-SNAPSHOT</version>
7+
<version>0.2.17</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>blob</artifactId>

coverage-report/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.salesforce.multicloudj</groupId>
77
<artifactId>multicloudj-parent</artifactId>
8-
<version>0.2.17-SNAPSHOT</version>
8+
<version>0.2.17</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

docstore/docstore-ali/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>docstore</artifactId>
12-
<version>0.2.17-SNAPSHOT</version>
12+
<version>0.2.17</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

docstore/docstore-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>docstore</artifactId>
12-
<version>0.2.17-SNAPSHOT</version>
12+
<version>0.2.17</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)