Skip to content

Commit d4e56f3

Browse files
authored
Create release config for m155_1
1 parent bcb4607 commit d4e56f3

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

release.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "m155_1",
3+
"libraries": [
4+
":firebase-vertexai"
5+
]
6+
}

release_report.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-vertexai": [
4+
{
5+
"commitId": "bcb4607a22bae0e56be5c4066b38bc59f06ec0ca",
6+
"prId": "6400",
7+
"author": "Rodrigo Lazo",
8+
"message": "Fix vertexAI authorization header (#6400)\n\nThe header for authenticated request from vertex was using an invalid\r\nauthorization value\r\n\r\n---------\r\n\r\nCo-authored-by: rachelsaunders <[email protected]>",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/bcb4607a22bae0e56be5c4066b38bc59f06ec0ca",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6400"
11+
},
12+
{
13+
"commitId": "3afa1c4fb2051fa65742f05c387d662eeae84201",
14+
"prId": "6399",
15+
"author": "Rodrigo Lazo",
16+
"message": "Add spotless support for *.gradle.kts files (#6399)\n\nThe more we cover by the formatter the better.\n\nThat being said, support for groovy is broken. I hit\nhttps://github.com/diffplug/spotless/issues/1922 when trying to use\ngroovyGradle formatting.",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3afa1c4fb2051fa65742f05c387d662eeae84201",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6399"
19+
}
20+
]
21+
},
22+
"changedLibrariesWithNoChangelog": [
23+
":firebase-common",
24+
":firebase-common:ktx",
25+
":firebase-components",
26+
":firebase-config",
27+
":firebase-config:ktx",
28+
":firebase-config-interop",
29+
":firebase-database",
30+
":firebase-database:ktx",
31+
":firebase-database-collection",
32+
":firebase-dataconnect",
33+
":firebase-functions",
34+
":firebase-functions:ktx",
35+
":firebase-crashlytics",
36+
":firebase-crashlytics-ndk",
37+
":firebase-sessions",
38+
":firebase-crashlytics:ktx",
39+
":firebase-components:firebase-dynamic-module-support"
40+
]
41+
}

release_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Release Report
2+
## firebase-vertexai
3+
4+
* Fix vertexAI authorization header (#6400)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6400) [commit](https://github.com/firebase/firebase-android-sdk/commit/bcb4607a22bae0e56be5c4066b38bc59f06ec0ca) [Rodrigo Lazo]
6+
7+
* Add spotless support for *.gradle.kts files (#6399)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6399) [commit](https://github.com/firebase/firebase-android-sdk/commit/3afa1c4fb2051fa65742f05c387d662eeae84201) [Rodrigo Lazo]
9+
10+
11+
## SDKs with changes, but no changelogs
12+
:firebase-common
13+
:firebase-common:ktx
14+
:firebase-components
15+
:firebase-config
16+
:firebase-config:ktx
17+
:firebase-config-interop
18+
:firebase-database
19+
:firebase-database:ktx
20+
:firebase-database-collection
21+
:firebase-dataconnect
22+
:firebase-functions
23+
:firebase-functions:ktx
24+
:firebase-crashlytics
25+
:firebase-crashlytics-ndk
26+
:firebase-sessions
27+
:firebase-crashlytics:ktx
28+
:firebase-components:firebase-dynamic-module-support

0 commit comments

Comments
 (0)