Skip to content

Commit

Permalink
Merge pull request #300 from kubernetes-sigs/add/related-projects-202…
Browse files Browse the repository at this point in the history
…4-01-29

add: last week related project releases
  • Loading branch information
jberkus committed Jan 30, 2024
2 parents de1ae62 + fefccb6 commit d1c4f1a
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
39 changes: 39 additions & 0 deletions scripts/release-crawler/release-notes-html/2024-01-22.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>

<head>
<title>Whats new in the last week</title>
</head>

<body>
<h1>Latest Releases for 2024-01-22</h1><h2>grpc/grpc</h2> <h3>Release notes for Release v1.61.0-pre3</h3><h4>2024-01-28</h4><p>This is a prerelease of gRPC Core 1.61.0 (grand).</p>

<p>For gRPC documentation, see <a href="https://grpc.io/" target="_blank">grpc.io</a>. For previous releases, see <a href="https://github.com/grpc/grpc/releases" target="_blank">Releases</a>.</p>

<p>This prerelease contains refinements, improvements, and bug fixes.</p>
<br><h3>Release notes for Release v1.61.0-pre2</h3><h4>2024-01-24</h4><p>This is a prerelease of gRPC Core 1.61.0 (grand).</p>

<p>For gRPC documentation, see <a href="https://grpc.io/" target="_blank">grpc.io</a>. For previous releases, see <a href="https://github.com/grpc/grpc/releases" target="_blank">Releases</a>.</p>

<p>This prerelease contains refinements, improvements, and bug fixes.</p>
<br><h2>kubernetes/kops</h2> <h3>Release notes for v1.28.3</h3><h4>2024-01-26</h4><h2 id="what-s-changed">What&rsquo;s Changed</h2>

<ul>
<li>Update Cilium to v1.13.10 by @hakman in <a href="https://github.com/kubernetes/kops/pull/16215" target="_blank">https://github.com/kubernetes/kops/pull/16215</a></li>
<li>Automated cherry pick of #16245: Update Go to v1.21.6 by @hakman in <a href="https://github.com/kubernetes/kops/pull/16247" target="_blank">https://github.com/kubernetes/kops/pull/16247</a></li>
<li>Update aws-sdk-go to v1.49.24 by @hakman in <a href="https://github.com/kubernetes/kops/pull/16261" target="_blank">https://github.com/kubernetes/kops/pull/16261</a></li>
<li>Automated cherry pick of #16216: aws: Retrieve instance info only when max pods is not set
#16253: aws: fix maxPods when cilium ipam is used by @hakman in <a href="https://github.com/kubernetes/kops/pull/16260" target="_blank">https://github.com/kubernetes/kops/pull/16260</a></li>
<li>Release 1.28.3 by @justinsb in <a href="https://github.com/kubernetes/kops/pull/16273" target="_blank">https://github.com/kubernetes/kops/pull/16273</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes/kops/compare/v1.28.2...v1.28.3" target="_blank">https://github.com/kubernetes/kops/compare/v1.28.2&hellip;v1.28.3</a></p>
<br><h2>prometheus/prometheus</h2> <h3>Release notes for 2.45.3 / 2024-01-24</h3><h4>2024-01-24</h4><p>This release contains security fixes in dependencies and has been built with go1.21.6. #13450.</p>

<ul>
<li>[BUGFIX] TSDB: Remove double memory snapshot on shutdown. #13110</li>
</ul>
<br>
</body>

</html>
38 changes: 38 additions & 0 deletions scripts/release-crawler/release-notes-md/2024-01-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Latest Releases for 2024-01-22
## grpc/grpc
### Release notes for Release v1.61.0-pre3
#### 2024-01-28
This is a prerelease of gRPC Core 1.61.0 (grand).

For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases).

This prerelease contains refinements, improvements, and bug fixes.

### Release notes for Release v1.61.0-pre2
#### 2024-01-24
This is a prerelease of gRPC Core 1.61.0 (grand).

For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases).

This prerelease contains refinements, improvements, and bug fixes.

## kubernetes/kops
### Release notes for v1.28.3
#### 2024-01-26
## What's Changed
* Update Cilium to v1.13.10 by @hakman in https://github.com/kubernetes/kops/pull/16215
* Automated cherry pick of #16245: Update Go to v1.21.6 by @hakman in https://github.com/kubernetes/kops/pull/16247
* Update aws-sdk-go to v1.49.24 by @hakman in https://github.com/kubernetes/kops/pull/16261
* Automated cherry pick of #16216: aws: Retrieve instance info only when max pods is not set
#16253: aws: fix maxPods when cilium ipam is used by @hakman in https://github.com/kubernetes/kops/pull/16260
* Release 1.28.3 by @justinsb in https://github.com/kubernetes/kops/pull/16273


**Full Changelog**: https://github.com/kubernetes/kops/compare/v1.28.2...v1.28.3
## prometheus/prometheus
### Release notes for 2.45.3 / 2024-01-24
#### 2024-01-24
This release contains security fixes in dependencies and has been built with go1.21.6. #13450.

* [BUGFIX] TSDB: Remove double memory snapshot on shutdown. #13110

0 comments on commit d1c4f1a

Please sign in to comment.