Skip to content

Commit

Permalink
Create release config for m155_1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Oct 22, 2024
1 parent bcb4607 commit d4e56f3
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "m155_1",
"libraries": [
":firebase-vertexai"
]
}
41 changes: 41 additions & 0 deletions release_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"changesByLibraryName": {
"firebase-vertexai": [
{
"commitId": "bcb4607a22bae0e56be5c4066b38bc59f06ec0ca",
"prId": "6400",
"author": "Rodrigo Lazo",
"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]>",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/bcb4607a22bae0e56be5c4066b38bc59f06ec0ca",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6400"
},
{
"commitId": "3afa1c4fb2051fa65742f05c387d662eeae84201",
"prId": "6399",
"author": "Rodrigo Lazo",
"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.",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3afa1c4fb2051fa65742f05c387d662eeae84201",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6399"
}
]
},
"changedLibrariesWithNoChangelog": [
":firebase-common",
":firebase-common:ktx",
":firebase-components",
":firebase-config",
":firebase-config:ktx",
":firebase-config-interop",
":firebase-database",
":firebase-database:ktx",
":firebase-database-collection",
":firebase-dataconnect",
":firebase-functions",
":firebase-functions:ktx",
":firebase-crashlytics",
":firebase-crashlytics-ndk",
":firebase-sessions",
":firebase-crashlytics:ktx",
":firebase-components:firebase-dynamic-module-support"
]
}
28 changes: 28 additions & 0 deletions release_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Release Report
## firebase-vertexai
* Fix vertexAI authorization header (#6400)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6400) [commit](https://github.com/firebase/firebase-android-sdk/commit/bcb4607a22bae0e56be5c4066b38bc59f06ec0ca) [Rodrigo Lazo]

* Add spotless support for *.gradle.kts files (#6399)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6399) [commit](https://github.com/firebase/firebase-android-sdk/commit/3afa1c4fb2051fa65742f05c387d662eeae84201) [Rodrigo Lazo]


## SDKs with changes, but no changelogs
:firebase-common
:firebase-common:ktx
:firebase-components
:firebase-config
:firebase-config:ktx
:firebase-config-interop
:firebase-database
:firebase-database:ktx
:firebase-database-collection
:firebase-dataconnect
:firebase-functions
:firebase-functions:ktx
:firebase-crashlytics
:firebase-crashlytics-ndk
:firebase-sessions
:firebase-crashlytics:ktx
:firebase-components:firebase-dynamic-module-support

0 comments on commit d4e56f3

Please sign in to comment.