Skip to content

Commit

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

add: last week related project releases
  • Loading branch information
jberkus authored Feb 13, 2024
2 parents 41a400d + 90679c5 commit acb90bc
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 0 deletions.
107 changes: 107 additions & 0 deletions scripts/release-crawler/release-notes-html/2024-02-05.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!DOCTYPE html>
<html>

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

<body>
<h1>Latest Releases for 2024-02-05</h1><h2>grpc/grpc</h2> <h3>Release notes for Release v1.59.4</h3><h4>2024-02-05</h4><p>This is release gRPC Core 1.59.4 (generative).</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 release contains refinements, improvements, and bug fixes.</p>

<ul>
<li>[Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)</li>
</ul>
<br><h3>Release notes for Release v1.56.4</h3><h4>2024-02-05</h4><p>This is release gRPC Core 1.56.4 (galvanized).</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 release contains refinements, improvements, and bug fixes.</p>

<ul>
<li>[Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)</li>
</ul>
<br><h3>Release notes for Release v1.49.4</h3><h4>2024-02-05</h4><p>This is release gRPC Core 1.49.4 (gamma).</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 release contains refinements, improvements, and bug fixes.</p>

<ul>
<li>[Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)</li>
</ul>
<br><h2>kubernetes-sigs/kubespray</h2> <h3>Release notes for v2.22.2</h3><h4>2024-02-07</h4><h2 id="changes-by-kind">Changes by Kind</h2>

<h3 id="network">Network</h3>

<ul>
<li>[calico] Use calico_pool_blocksize from cluster when existing (#10516, @VannTen)</li>
</ul>

<h3 id="api-change">API Change</h3>

<ul>
<li>Make kubernetes 1.26.11 default (#10704, @VannTen)</li>
</ul>

<h3 id="feature">Feature</h3>

<ul>
<li>Add hashes for kubernetes version 1.26.6, 1.26.7, 1.26.8 &amp; 1.26.9 (#10444, @bozzo)</li>
<li>Don&rsquo;t let find search filesystem mounts in docker build run step (#10131, @tomodachi)</li>
<li>Make kubernetes 1.26.13 the default version (#10823, @VannTen)</li>
</ul>

<h3 id="failing-test">Failing Test</h3>

<ul>
<li>Bump vagrant version 2.3.7 (#10789, @yankay)</li>
</ul>

<h3 id="bug-or-regression">Bug or Regression</h3>

<ul>
<li>Fix hardcoded pod infra version (#10805, @ErikJiang)</li>
<li>Make containerd 1.7.13 default
Make runc 1.1.12 default
Patch <a href="https://github.com/advisories/GHSA-xr7r-f8xq-vfvv" target="_blank">GHSA-xr7r-f8xq-vfvv</a> (#10878, @VannTen)</li>
<li>[Multus] Fix loop_control template error when item is None (#10347, @nicolas-goudry)</li>
</ul>

<hr>

<p>The release intend to address <a href="https://github.com/advisories/GHSA-xr7r-f8xq-vfvv" target="_blank">GHSA-xr7r-f8xq-vfvv</a></p>
<br><h3>Release notes for v2.23.3</h3><h4>2024-02-06</h4><h2 id="changes-by-kind">Changes by Kind</h2>

<h3 id="feature">Feature</h3>

<ul>
<li>Update kubernetes default version to 1.27.10 (#10876, @VannTen)</li>
</ul>

<h3 id="bug-or-regression">Bug or Regression</h3>

<ul>
<li>Fix hardcoded pod infra version (#10806, @ErikJiang)</li>
<li>Make containerd 1.7.13 default
Make runc 1.1.12 default
Make kubernetes 1.27.10 default
Patch <a href="https://github.com/advisories/GHSA-xr7r-f8xq-vfvv" target="_blank">GHSA-xr7r-f8xq-vfvv</a> (#10876, @VannTen)</li>
</ul>

<h3 id="other-cleanup-or-flake">Other (Cleanup or Flake)</h3>

<ul>
<li>Update KUBESPRAY_VERSION in galaxy.yml and Readme for v2.23.2 (#10801, @yankay)</li>
</ul>

<hr>

<p>The release intend to address <a href="https://github.com/advisories/GHSA-xr7r-f8xq-vfvv" target="_blank">GHSA-xr7r-f8xq-vfvv</a></p>
<br>
</body>

</html>
85 changes: 85 additions & 0 deletions scripts/release-crawler/release-notes-md/2024-02-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# Latest Releases for 2024-02-05
## grpc/grpc
### Release notes for Release v1.59.4
#### 2024-02-05
This is release gRPC Core 1.59.4 (generative).

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

This release contains refinements, improvements, and bug fixes.
- [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
### Release notes for Release v1.56.4
#### 2024-02-05
This is release gRPC Core 1.56.4 (galvanized).

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

This release contains refinements, improvements, and bug fixes.
- [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
### Release notes for Release v1.49.4
#### 2024-02-05
This is release gRPC Core 1.49.4 (gamma).

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

This release contains refinements, improvements, and bug fixes.
- [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
## kubernetes-sigs/kubespray
### Release notes for v2.22.2
#### 2024-02-07
## Changes by Kind

### Network

- [calico] Use calico_pool_blocksize from cluster when existing (#10516, @VannTen)

### API Change

- Make kubernetes 1.26.11 default (#10704, @VannTen)

### Feature

- Add hashes for kubernetes version 1.26.6, 1.26.7, 1.26.8 & 1.26.9 (#10444, @bozzo)
- Don't let find search filesystem mounts in docker build run step (#10131, @tomodachi)
- Make kubernetes 1.26.13 the default version (#10823, @VannTen)

### Failing Test

- Bump vagrant version 2.3.7 (#10789, @yankay)

### Bug or Regression

- Fix hardcoded pod infra version (#10805, @ErikJiang)
- Make containerd 1.7.13 default
Make runc 1.1.12 default
Patch [GHSA-xr7r-f8xq-vfvv](https://github.com/advisories/GHSA-xr7r-f8xq-vfvv) (#10878, @VannTen)
- [Multus] Fix loop_control template error when item is None (#10347, @nicolas-goudry)

------

The release intend to address [GHSA-xr7r-f8xq-vfvv](https://github.com/advisories/GHSA-xr7r-f8xq-vfvv)

### Release notes for v2.23.3
#### 2024-02-06
## Changes by Kind

### Feature

- Update kubernetes default version to 1.27.10 (#10876, @VannTen)

### Bug or Regression

- Fix hardcoded pod infra version (#10806, @ErikJiang)
- Make containerd 1.7.13 default
Make runc 1.1.12 default
Make kubernetes 1.27.10 default
Patch [GHSA-xr7r-f8xq-vfvv](https://github.com/advisories/GHSA-xr7r-f8xq-vfvv) (#10876, @VannTen)

### Other (Cleanup or Flake)

- Update KUBESPRAY_VERSION in galaxy.yml and Readme for v2.23.2 (#10801, @yankay)

-----

The release intend to address [GHSA-xr7r-f8xq-vfvv](https://github.com/advisories/GHSA-xr7r-f8xq-vfvv)

0 comments on commit acb90bc

Please sign in to comment.