Skip to content

Commit df4cbc7

Browse files
committed
chore: tag 1.71.7
1 parent 9996254 commit df4cbc7

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="1.71.7"></a>
2+
## 1.71.7 (2024-09-05)
3+
4+
5+
#### Chore
6+
7+
* fix GAR deploy dependencies ([9996254e](https://github.com/mozilla-services/autopush-rs/commit/9996254e5402e1f6ec140a6f80a41ca3f8137d65))
8+
* added missing use_oidc gcr-auth param (#761) ([3e358d46](https://github.com/mozilla-services/autopush-rs/commit/3e358d4628074799988c11f156a891c3ec616ee7))
9+
10+
#### Bug Fixes
11+
12+
* minor fixes for GAR deploy CircleCI jobs (#764) ([1883d278](https://github.com/mozilla-services/autopush-rs/commit/1883d278f2ddc43bf34443e7045f3525c73f6965))
13+
* using google_project_number for OIDC authentication (#763) ([4445fcfb](https://github.com/mozilla-services/autopush-rs/commit/4445fcfb3ba42ed6271bbf7230a7b13023fcd929))
14+
* **circleci:** now using correct project IDs, cleaned up env var names (#762) ([d4fc2079](https://github.com/mozilla-services/autopush-rs/commit/d4fc2079ae4770b9815cea656a2ea01b63a01d6f))
15+
16+
#### Features
17+
18+
* push Docker images to GAR (#746) ([2995239d](https://github.com/mozilla-services/autopush-rs/commit/2995239dfdd4bbd38cc3fdf42ec412a09903b1c7))
19+
20+
21+
122
<a name="1.71.6"></a>
223
## 1.71.6 (2024-09-05)
324

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.package]
17-
version = "1.71.6"
17+
version = "1.71.7"
1818
authors = [
1919
"Ben Bangert <[email protected]>",
2020
"JR Conlin <[email protected]>",

0 commit comments

Comments
 (0)