Commit bbd4e43
authored
chore(deps): bump the go group with 7 updates (#788)
Bumps the go group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| cuelang.org/go | `0.15.0` | `0.15.1` |
|
[github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin)
| `0.6.0` | `0.6.1` |
|
[github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller)
| `1.4.3` | `1.4.4` |
|
[github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller)
| `1.7.2` | `1.7.3` |
| [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) |
`1.23.0` | `1.24.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) |
`0.90.0` | `0.91.0` |
|
[github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller)
| `1.7.3` | `1.7.4` |
Updates `cuelang.org/go` from 0.15.0 to 0.15.1
Updates `github.com/cyphar/filepath-securejoin` from 0.6.0 to 0.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md">github.com/cyphar/filepath-securejoin's
changelog</a>.</em></p>
<blockquote>
<h2>[0.6.1] - 2025-11-19</h2>
<blockquote>
<p>At last up jumped the cunning spider, and fiercely held her fast.</p>
</blockquote>
<h3>Fixed</h3>
<ul>
<li>Our logic for deciding whether to use <code>openat2(2)</code> or
fallback to an <code>O_PATH</code>
resolver would cache the result to avoid doing needless test runs of
<code>openat2(2)</code>. However, this causes issues when
<code>pathrs-lite</code> is being used by
a program that applies new seccomp-bpf filters onto itself -- if the
filter
denies <code>openat2(2)</code> then we would return that error rather
than falling back
to the <code>O_PATH</code> resolver. To resolve this issue, we no longer
cache the
result if <code>openat2(2)</code> was successful, only if there was an
error.</li>
<li>A file descriptor leak in our <code>openat2</code> wrapper (when
doing the necessary
<code>dup</code> for <code>RESOLVE_IN_ROOT</code>) has been
removed.</li>
</ul>
<h2>[0.5.2] - 2025-11-19</h2>
<blockquote>
<p>"Will you walk into my parlour?" said a spider to a
fly.</p>
</blockquote>
<h3>Fixed</h3>
<ul>
<li>Our logic for deciding whether to use <code>openat2(2)</code> or
fallback to an <code>O_PATH</code>
resolver would cache the result to avoid doing needless test runs of
<code>openat2(2)</code>. However, this causes issues when
<code>pathrs-lite</code> is being used by
a program that applies new seccomp-bpf filters onto itself -- if the
filter
denies <code>openat2(2)</code> then we would return that error rather
than falling back
to the <code>O_PATH</code> resolver. To resolve this issue, we no longer
cache the
result if <code>openat2(2)</code> was successful, only if there was an
error.</li>
<li>A file descriptor leak in our <code>openat2</code> wrapper (when
doing the necessary
<code>dup</code> for <code>RESOLVE_IN_ROOT</code>) has been
removed.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/9c4135bad38a4e2cda5220216000130d25b2e190"><code>9c4135b</code></a>
VERSION: release 0.6.1</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/d952bef93f1c4090a004702917447140be865496"><code>d952bef</code></a>
merge v0.5.x branch into main</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/deb72a4cc1a3a8a8a0833e868dfd5bd906e8e859"><code>deb72a4</code></a>
CHANGELOG: fix unreleased links</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/336bf8f2d45b5bfc059e3530c18d0a8c2ba0022f"><code>336bf8f</code></a>
merge <a
href="https://redirect.github.com/cyphar/filepath-securejoin/issues/87">#87</a>
into cyphar/filepath-securejoin:v0.5.x</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/23c6e211ca42a85f757c961e1e0f352942a15d2b"><code>23c6e21</code></a>
VERSION: back to development</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/6311ca883bbb2958561c6fef4f3a8e10bcb9a418"><code>6311ca8</code></a>
VERSION: release v0.5.2</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/91da803696f3cb85b11073d3c7075e0c7e3e3745"><code>91da803</code></a>
merge <a
href="https://redirect.github.com/cyphar/filepath-securejoin/issues/86">#86</a>
into cyphar/filepath-securejoin:v0.5.x</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/4dbce7c85c563dcdae467b2427a85de12f707d41"><code>4dbce7c</code></a>
gopathrs: close the fd after dup in openat2</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/1eaadd6f23dd2bb710b1030728d3475995df8fc1"><code>1eaadd6</code></a>
merge <a
href="https://redirect.github.com/cyphar/filepath-securejoin/issues/85">#85</a>
into cyphar/filepath-securejoin:main</li>
<li><a
href="https://github.com/cyphar/filepath-securejoin/commit/c1c2a539afea30fcfdd8982c33c72e4f5dce2cbf"><code>c1c2a53</code></a>
gopathrs: close the fd after dup in openat2</li>
<li>Additional commits viewable in <a
href="https://github.com/cyphar/filepath-securejoin/compare/v0.6.0...v0.6.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/helm-controller/api` from 1.4.3 to 1.4.4
<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.4.4</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/helm-controller/blob/v1.4.4/CHANGELOG.md">v1.4.4
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/helm-controller:v1.4.4</code></li>
<li><code>ghcr.io/fluxcd/helm-controller:v1.4.4</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.4.4</h2>
<p><strong>Release date:</strong> 2025-11-19</p>
<p>This patch release fixes the error <code>no URLLoader
registered</code> and
Azure Workload Identity in Azure China Cloud. It also adds a
feature gate to disable the ConfigMap and Secret watchers,
<code>DisableConfigWatchers</code>.</p>
<p>Improvements:</p>
<ul>
<li>Add feature gate for disabling config watchers
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1353">#1353</a></li>
<li>Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1350">#1350</a></li>
<li>Upgrade Helm to 3.19.1
<a
href="https://redirect.github.com/fluxcd/helm-controller/pull/1346">#1346</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/2c4a7567cd3913e3134d239bb8dd9d6a16a3e3b4"><code>2c4a756</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1355">#1355</a>
from fluxcd/release-v1.4.4</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/96e1ec36503b01738c430f29113ddd5bfb4290df"><code>96e1ec3</code></a>
Release v1.4.4</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/cf508628f21172c03cdab2724f45a21a5901fec8"><code>cf50862</code></a>
Add changelog entry for v1.4.4</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/bdbfdc92316f57aed1bb03c40a377d026a9f8fda"><code>bdbfdc9</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1354">#1354</a>
from fluxcd/backport-1353-to-release/v1.4.x</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/dbaa46224e4d5d9cd265e2725cfc3af8e66f8df7"><code>dbaa462</code></a>
Add feature gate for disabling config watchers</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/04b021c8d08ecaeca90241c7131a67153f509a1a"><code>04b021c</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1351">#1351</a>
from fluxcd/backport-1350-to-release/v1.4.x</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/52f7190f6607c3113c8c4478bd53846440bd9016"><code>52f7190</code></a>
Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/e1e3bc29fda6e6599352d9cbf7e3e4167e5e6238"><code>e1e3bc2</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/helm-controller/issues/1347">#1347</a>
from fluxcd/backport-1346-to-release/v1.4.x</li>
<li><a
href="https://github.com/fluxcd/helm-controller/commit/26297a163e53a83cb9a104d2a0fc6b9d4c3b85b3"><code>26297a1</code></a>
Upgrade Helm to 3.19.1</li>
<li>See full diff in <a
href="https://github.com/fluxcd/helm-controller/compare/v1.4.3...v1.4.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/kustomize-controller/api` from 1.7.2 to 1.7.3
<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.7.3</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/kustomize-controller:v1.7.3</code></li>
<li><code>ghcr.io/fluxcd/kustomize-controller:v1.7.3</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.7.3</h2>
<p><strong>Release date:</strong> 2025-11-19</p>
<p>This patch release comes with a series of bug fixes, including
Azure Workload Identity in Azure China Cloud. It also adds a
feature gate to disable the ConfigMap and Secret watchers,
<code>DisableConfigWatchers</code>.</p>
<p>Fixes:</p>
<ul>
<li>Fix: skip trying to decrypt remote patches as local
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1548">#1548</a></li>
<li>Add GVK to error message
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1547">#1547</a></li>
</ul>
<p>Improvements:</p>
<ul>
<li>Add feature gate for disabling config watchers
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1553">#1553</a></li>
<li>Upgrade k8s to 1.34.2 and c-r to 0.22.4
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1551">#1551</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/090c49bdb679f827353d1658a7ab60a168dbb3a5"><code>090c49b</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1556">#1556</a>
from fluxcd/release-v1.7.3</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/571da994af8ff8905a2b00b0bd7e80567d952260"><code>571da99</code></a>
Release v1.7.3</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/fb09f97b09d80b3053e50cfc07f4d7da5cf8a325"><code>fb09f97</code></a>
Add changelog entry for v1.7.3</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/e32fc5bcdb422e4dc9f831094fcf01962ec2e933"><code>e32fc5b</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1555">#1555</a>
from fluxcd/backport-1547-to-release/v1.7.x</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/657fe25602c6f940efe27d5e273464361315eb0d"><code>657fe25</code></a>
Add GVK to error message</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/5669b7bba5a016ba71d755088522f07bc4b575c5"><code>5669b7b</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1554">#1554</a>
from fluxcd/backport-1553-to-release/v1.7.x</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/b48eda9bc80a8b6afa1e943c3d923d5fbffafb1f"><code>b48eda9</code></a>
Add feature gate for disabling config watchers</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/414a14e064b63a9cd5443140b7764be5d8d34577"><code>414a14e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1552">#1552</a>
from fluxcd/backport-1551-to-release/v1.7.x</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/a0992bde4717cb1dbc14dd0e56dcea48f1513d0a"><code>a0992bd</code></a>
Upgrade k8s to 1.34.2 and c-r to 0.22.4</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/c7379994b5cf0bdcf1ae4b7e304dbcd4758f6437"><code>c737999</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1550">#1550</a>
from fluxcd/backport-1548-to-release/v1.7.x</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/kustomize-controller/compare/v1.7.2...v1.7.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/kustomize` from 1.23.0 to 1.24.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/fluxcd/pkg/compare/apis/meta/v1.23.0...kustomize/v1.24.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/runtime` from 0.90.0 to 0.91.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/6c31cd0161c345ed8f990596e3183417fc2152d7"><code>6c31cd0</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1051">#1051</a> from
fluxcd/gate-watch-config</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/42a3f1b17d6a8f020702902cf75906d6e922dc4a"><code>42a3f1b</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/1449666797ba6754a146dc2fbd64a2bc8ddfb59c"><code>1449666</code></a>
runtime/controller: add feature gate for config watchers</li>
<li>See full diff in <a
href="https://github.com/fluxcd/pkg/compare/runtime/v0.90.0...runtime/v0.91.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/source-controller/api` from 1.7.3 to 1.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/source-controller/releases">github.com/fluxcd/source-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.4</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/source-controller/blob/v1.7.4/CHANGELOG.md">v1.7.4
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/source-controller:v1.7.4</code></li>
<li><code>ghcr.io/fluxcd/source-controller:v1.7.4</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/source-controller/blob/main/CHANGELOG.md">github.com/fluxcd/source-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.7.4</h2>
<p><strong>Release date:</strong> 2025-11-19</p>
<p>This patch release fixes Azure Workload Identity in Azure China
Cloud.</p>
<p>Improvements:</p>
<ul>
<li>Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2
<a
href="https://redirect.github.com/fluxcd/source-controller/pull/1938">#1938</a></li>
<li>Upgrade Helm to 3.19.1
<a
href="https://redirect.github.com/fluxcd/source-controller/pull/1934">#1934</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/source-controller/commit/2eb5a81a22b414215f25d7981fd3ab7b078ad6ca"><code>2eb5a81</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/1941">#1941</a>
from fluxcd/release-v1.7.4</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/b9fe5de5a40b7dc0754780e7bf3a9df03ba2594b"><code>b9fe5de</code></a>
Release v1.7.4</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/d5078b2cccf094a6c001ba3e1cca26a378b8a3a8"><code>d5078b2</code></a>
Add changelog entry for v1.7.4</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/4b52bc33eedf69cdceafe3b2e96a9ffbbfec278d"><code>4b52bc3</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/1939">#1939</a>
from fluxcd/backport-1938-to-release/v1.7.x</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/d018f91e449cf89b85c386b6488743233db76e04"><code>d018f91</code></a>
Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/71b58cfd3a2cf16045183a4a31a1fa618007b958"><code>71b58cf</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/1935">#1935</a>
from fluxcd/backport-1934-to-release/v1.7.x</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/c4eb1cf33ca80249794a0ce22e06e059dc776ac0"><code>c4eb1cf</code></a>
Upgrade Helm to 3.19.1</li>
<li>See full diff in <a
href="https://github.com/fluxcd/source-controller/compare/v1.7.3...v1.7.4">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 776f1ba commit bbd4e43
2 files changed
+21
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
| 627 | + | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
939 | | - | |
| 938 | + | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| |||
1035 | 1035 | | |
1036 | 1036 | | |
1037 | 1037 | | |
1038 | | - | |
1039 | | - | |
| 1038 | + | |
| 1039 | + | |
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
1045 | | - | |
| 1044 | + | |
| 1045 | + | |
1046 | 1046 | | |
1047 | 1047 | | |
1048 | 1048 | | |
| |||
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
1063 | | - | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | | - | |
1075 | | - | |
| 1074 | + | |
| 1075 | + | |
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
| |||
0 commit comments