Commit 4256c33
authored
chore(deps): bump the go group with 3 updates (#122)
Bumps the go group with 3 updates:
[github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2),
[github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller)
and
[github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller).
Updates `github.com/fluxcd/flux2/v2` from 2.4.0 to 2.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/flux2/releases">github.com/fluxcd/flux2/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.5.0</h2>
<h2>Highlights</h2>
<p>Flux v2.5.0 is a feature release. Users are encouraged to upgrade for
the best experience.</p>
<p>For a compressive overview of new features and API changes included
in this release,
please refer to the <a
href="https://fluxcd.io/blog/2025/02/flux-v2.5.0/">Announcing Flux 2.5
GA blog post</a>.</p>
<p>Overview of the new features:</p>
<ul>
<li>Support for GitHub App authentication (<code>GitRepository</code>
and <code>ImageUpdateAutomation</code> API)</li>
<li>Custom Health Checks using CEL (<code>Kustomization</code> API)</li>
<li>Fine-grained control of garbage collection
(<code>Kustomization</code> API)</li>
<li>Enable decryption of secrets generated by Kustomize components
(<code>Kustomization</code> API)</li>
<li>Support for custom event metadata from annotations
(<code>Alert</code> API)</li>
<li>Git commit status updates for Flux Kustomizations with OCIRepository
sources (<code>Alert</code> API)</li>
<li>Resource filtering using CEL for webhook receivers
(<code>Receiver</code> API)</li>
<li>Debug commands for Flux Kustomizations and HelmReleases (Flux
CLI)</li>
</ul>
<p>❤️ Big thanks to all the Flux contributors that helped us with this
release!</p>
<h3>Kubernetes compatibility</h3>
<p>This release is compatible with the following Kubernetes
versions:</p>
<table>
<thead>
<tr>
<th>Kubernetes version</th>
<th>Minimum required</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>v1.30</code></td>
<td><code>>= 1.30.0</code></td>
</tr>
<tr>
<td><code>v1.31</code></td>
<td><code>>= 1.31.0</code></td>
</tr>
<tr>
<td><code>v1.32</code></td>
<td><code>>= 1.32.0</code></td>
</tr>
</tbody>
</table>
<blockquote>
<p>[!NOTE]
Note that the Flux project offers support only for the latest three
minor versions of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift
is offered by vendors such as
<a
href="https://control-plane.io/enterprise-for-flux-cd/">ControlPlane</a>
that provide enterprise support for Flux.</p>
</blockquote>
<h3>OpenShift compatibility</h3>
<p>Flux can be installed on Red Hat OpenShift cluster directly from
OperatorHub using
<a href="https://operatorhub.io/operator/flux-operator">Flux
Operator</a>.
The operator allows the configuration of Flux multi-tenancy lockdown,
network policies,
persistent storage, sharding, vertical scaling and the synchronization
of the cluster state from Git repositories, OCI artifacts and
S3-compatible storage.</p>
<h2>Upgrade procedure</h2>
<p>Upgrade Flux from <code>v2.4.0</code> to <code>v2.5.0</code> by
following the <a
href="https://fluxcd.io/flux/installation/upgrade/">upgrade
guide</a>.</p>
<p>There are no new API versions in this release, so no changes are
required in the YAML manifests containing Flux resources.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/flux2/commit/af67405ee43a6cd66e0b73f4b3802e8583f9d961"><code>af67405</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5204">#5204</a>
from fluxcd/kubectl-1.32.2</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/6f65c92fe7f335ba965d743ffb6d53c0b3470779"><code>6f65c92</code></a>
Update kubectl in flux-cli image</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/c84d3122890a05491ce9ef6215e5b1dfb741cc99"><code>c84d312</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5203">#5203</a>
from fluxcd/fix-cli-build</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/d37473ff4469cb62f2b5c8fe142209be624c9afc"><code>d37473f</code></a>
Update flux-cli image</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/712b03727ae48f9366b80af783f334b2f5d7d919"><code>712b037</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5200">#5200</a>
from fluxcd/update-k8s-check</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/14da7d58be2f61eac70e206bfa040707676354e6"><code>14da7d5</code></a>
Update Kubernetes min supported version to 1.30</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/45da6a86f84e1a6839afbbf723c11c8548911764"><code>45da6a8</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5199">#5199</a>
from fluxcd/tests-2.5</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/3053a0b8405545b406bab8b27d3aac252c92374c"><code>3053a0b</code></a>
Update integration tests dependencies for Flux 2.5</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/96f95b6b4c9c9dc3b9e02f1045f756093f36630c"><code>96f95b6</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5195">#5195</a>
from fluxcd/update-components</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/cf92e02f531dede408ba81add5adcaf7ae8d7e70"><code>cf92e02</code></a>
Update toolkit components</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/flux2/compare/v2.4.0...v2.5.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/helm-controller/api` from 1.1.0 to 1.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/helm-controller/releases">github.com/fluxcd/helm-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/helm-controller/blob/v1.2.0/CHANGELOG.md">v1.2.0
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/helm-controller:v1.2.0</code></li>
<li><code>ghcr.io/fluxcd/helm-controller:v1.2.0</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md">github.com/fluxcd/helm-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.2.0</h2>
<p><strong>Release date:</strong> 2025-02-19</p>
<p>This minor release comes with various bug fixes and improvements.</p>
<p>In addition, the Kubernetes dependencies have been updated to
v1.32.1, Helm has
been updated to v3.17.1 and various other controller dependencies have
been
updated to their latest version.</p>
<p>Fixes:</p>
<ul>
<li>Replace _ with + when verifying the chart version matches the OCI
artifact tag
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1102">#1102</a></li>
<li>fix: handle "leader changed" errors
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1084">#1084</a></li>
<li>Make <code>ValuesReference</code> an alias for backwards compat
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1126">#1126</a></li>
<li>Fix install and upgrade applying subchart CRDs when condition is
false
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1123">#1123</a></li>
<li>fix: use HelmRelease max history for rollback remediation
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1169">#1169</a></li>
</ul>
<p>Improvements:</p>
<ul>
<li>Refactor values composition to use pkg/chartutil
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1122">#1122</a></li>
<li>docs: Rendering the final Values locally
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1127">#1127</a></li>
<li>Add disableTakeOwnership to Helm install/upgrade actions
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1140">#1140</a></li>
<li>Various dependency updates
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1103">#1103</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1121">#1121</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1129">#1129</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1142">#1142</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1160">#1160</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1158">#1158</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1165">#1165</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1168">#1168</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1171">#1171</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1167">#1167</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1173">#1173</a>
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1170">#1170</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/8e4de326fa2cfa84654c45cf7023875a2b932153"><code>8e4de32</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1174">#1174</a>
from fluxcd/release-v1.2.0</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/9463301e5e191c9028bf391265dff22cc4770797"><code>9463301</code></a>
Release v1.2.0</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/94c60d50dcc5db1bcce1dadcf2e171fea3560360"><code>94c60d5</code></a>
Add changelog entry for v1.2.0</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/34d0036cbd6f1e2b0d4f621190e285c7c567135b"><code>34d0036</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1170">#1170</a>
from fluxcd/dependabot/go_modules/go-deps-d8ecef8942</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/e22eb2732da226160edfef86287caabc3bff104d"><code>e22eb27</code></a>
Bump the go-deps group across 1 directory with 2 updates</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/93eef0d99c8ab203a203f2e2523f92d8c0c3795e"><code>93eef0d</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1173">#1173</a>
from fluxcd/upgrade-helm</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/25f3db5d679157e26c64dbc6f8d929b76720bd28"><code>25f3db5</code></a>
Upgrade helm to v3.17.1</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/3385e3f458137f3b2e280454d44cdb9dcf109af0"><code>3385e3f</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1167">#1167</a>
from fluxcd/dependabot/github_actions/ci-4ac27b1555</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/f80b06b1a7c6cf146e8ec3ff7cc201979558f8c7"><code>f80b06b</code></a>
Bump the ci group across 1 directory with 2 updates</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/da8af058cee8205cb2f45758ebf0a8b1ac5080f4"><code>da8af05</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1171">#1171</a>
from fluxcd/upgrade-deps</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/helm-controller/compare/v1.1.0...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/kustomize-controller/api` from 1.4.0 to 1.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/kustomize-controller/releases">github.com/fluxcd/kustomize-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/kustomize-controller/blob/v1.5.0/CHANGELOG.md">v1.5.0
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/kustomize-controller:v1.5.0</code></li>
<li><code>ghcr.io/fluxcd/kustomize-controller:v1.5.0</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md">github.com/fluxcd/kustomize-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.5.0</h2>
<p><strong>Release date:</strong> 2025-02-18</p>
<p>This minor release comes with various bug fixes and improvements.</p>
<p>The controller has been updated to Kustomize <strong>v5.6</strong>,
please see the
<code>kubernetes-sigs/kustomize</code> <a
href="https://github.com/kubernetes-sigs/kustomize/releases">changelog</a>
for more details.</p>
<p>The Kustomization API now supports custom health checks for Custom
Resources through Common Expression Language (CEL) expressions.
See <a
href="https://fluxcd.io/flux/components/kustomize/kustomizations/#health-check-expressions">docs</a>.</p>
<p>The controller now sends an origin revision from OCI artifact
annotations to notification-controller on events, which is
useful for updating commit statuses on the notification
providers that support this feature.
See <a
href="https://fluxcd.io/flux/cheatsheets/oci-artifacts/#git-commit-status-updates">docs</a>.</p>
<p>It is now also possible to control whether or not
kustomize-controller
will orphan resources when a Kustomization is deleted.
See <a
href="https://fluxcd.io/flux/components/kustomize/kustomizations/#deletion-policy">docs</a>.</p>
<p>In addition, the Kubernetes dependencies have been updated to v1.32.1
and
various other controller dependencies have been updated to their latest
version.</p>
<p>Fixes:</p>
<ul>
<li>Clarify precedence in Kustomization substituteFrom
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1301">#1301</a></li>
<li>Remove deprecated object metrics from controllers
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1305">#1305</a></li>
</ul>
<p>Improvements:</p>
<ul>
<li>Enable decryption of secrets generated by Kustomize components
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1283">#1283</a></li>
<li>Added decryption of Kustomize patches and refactor SOPS tests
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1286">#1286</a></li>
<li>Allow control of finalization garbage collection
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1314">#1314</a></li>
<li>Add OCI revision to events
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1338">#1338</a></li>
<li>[RFC-0009] Add CEL custom healthchecks
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1344">#1344</a></li>
<li>Add GroupChangeLog feature gate to fix es indexing cardinality
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1361">#1361</a></li>
<li>Various dependency updates
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1302">#1302</a>
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1304">#1304</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/9ce7db7d9628176822105b397f7a738770ff5b9b"><code>9ce7db7</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1365">#1365</a>
from fluxcd/release-v1.5.0</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/676fc6107fa558800fbfc16ebca619801f40ad9e"><code>676fc61</code></a>
Release v1.5.0</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/5d2bcf93ffa9310f52c854112a661078442e1e5f"><code>5d2bcf9</code></a>
Add changelog entry for v1.5.0</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/fc2a95e2d5532ac034f3163c916ae7131cfb6380"><code>fc2a95e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1358">#1358</a>
from fluxcd/dependabot/github_actions/ci-4ac27b1555</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/3b0de408cf69d2d613c19da28ddcf9f26c7777cd"><code>3b0de40</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1364">#1364</a>
from fluxcd/dependabot/go_modules/go-deps-4d974c417d</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/f82ae38844a9b93cfbd090441a72d04e3a9c9dd6"><code>f82ae38</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1362">#1362</a>
from fluxcd/upgrade-deps</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/cc89da1d28a7d43bba14d1d583191f6ebb4e2dc2"><code>cc89da1</code></a>
Bump the ci group across 1 directory with 2 updates</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/67903331167bcdb7499886ecac4ca85ca5db164c"><code>6790333</code></a>
Bump golang.org/x/net in the go-deps group across 1 directory</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/947be82e716cec63a24ea53ba473359f069360bd"><code>947be82</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1361">#1361</a>
from 94DanielBrown/main</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/230b55fde5e3addc3d17fdea3b78f571ee9b55f4"><code>230b55f</code></a>
chore: add GroupChangeLog feature gate to fix es indexing
cardinality</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/kustomize-controller/compare/v1.4.0...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f097707 commit 4256c33
2 files changed
+191
-181
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
82 | 81 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
86 | 85 | | |
87 | | - | |
| 86 | + | |
88 | 87 | | |
89 | | - | |
| 88 | + | |
90 | 89 | | |
91 | | - | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | | - | |
115 | | - | |
| 113 | + | |
| 114 | + | |
116 | 115 | | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
147 | | - | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | | - | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
179 | | - | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | | - | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| |||
266 | 269 | | |
267 | 270 | | |
268 | 271 | | |
269 | | - | |
| 272 | + | |
270 | 273 | | |
271 | 274 | | |
272 | 275 | | |
| |||
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
287 | | - | |
| 290 | + | |
288 | 291 | | |
289 | 292 | | |
290 | | - | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
296 | 299 | | |
297 | 300 | | |
298 | 301 | | |
299 | | - | |
| 302 | + | |
300 | 303 | | |
301 | | - | |
302 | | - | |
303 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
304 | 307 | | |
305 | | - | |
306 | | - | |
| 308 | + | |
| 309 | + | |
307 | 310 | | |
308 | | - | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
314 | | - | |
| 317 | + | |
315 | 318 | | |
316 | 319 | | |
317 | 320 | | |
318 | | - | |
319 | | - | |
| 321 | + | |
| 322 | + | |
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
324 | | - | |
325 | | - | |
326 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
327 | 330 | | |
328 | 331 | | |
329 | 332 | | |
330 | 333 | | |
331 | 334 | | |
332 | 335 | | |
333 | | - | |
| 336 | + | |
334 | 337 | | |
335 | 338 | | |
336 | 339 | | |
| |||
0 commit comments