Skip to content

Commit 1203c0a

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 23d0f79 + f392a76 commit 1203c0a

File tree

272 files changed

+2283
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+2283
-773
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: 0.147.3
25+
hugo-version: 0.147.8
2626
extended: true
2727

2828
- name: Install Bundler

.github/workflows/updatecli.weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: "Checkout"
1515
uses: "actions/checkout@v4"
1616
- name: "Install Updatecli"
17-
uses: "updatecli/updatecli-action@v2.83.0"
17+
uses: "updatecli/updatecli-action@v2.86.0"
1818
with:
19-
version: "v0.99.0"
19+
version: "v0.101.0"
2020
# releasepost is required by the Updatecli
2121
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
2222
- name: "Install Releasepost"

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: "Checkout"
2626
uses: "actions/checkout@v4"
2727
- name: "Install Updatecli"
28-
uses: "updatecli/updatecli-action@v2.83.0"
28+
uses: "updatecli/updatecli-action@v2.86.0"
2929
with:
30-
version: "v0.99.0"
30+
version: "v0.101.0"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:

content/en/blog/2025/05/v100.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
title: "Updatecli v0.100.0: A Milestone in Continuous Delivery"
3+
date: 2025-05-14T00:00:00+00:00
4+
draft: false
5+
weight: 50
6+
images: [""]
7+
contributors: ["olblak"]
8+
---
9+
10+
We just released Updatecli version **[v0.100.0](https://www.updatecli.io/changelogs/updatecli/changelogs/v0.100.0/)**!
11+
While hitting version 100 feels like a milestone, the truth is even more impressive: we've published **206 releases** since the beginning of the project, 5 years ago.
12+
13+
Very early on, we automated the release process using **GitHub Actions**, **GoReleaser**, and of course, **Updatecli** itself.
14+
This setup allows us to publish all artifacts from various Git repositories with just a few clicks—right from GitHub. It also means that other core contributors can trigger releases even when I'm not available, helping the project stay agile.
15+
16+
This level of automation allows us to move quickly. I usually try to merge community PRs promptly and aim to publish a new release within the same week.
17+
18+
Stability remains a top priority—when something goes wrong, we revert the problematic PR and cut a new release. It has happened a few times, but thankfully, we've always been able to identify and fix the issues quickly.
19+
20+
## The Challenge of Frequent Releases
21+
22+
However, frequent releases also come with a challenge: **communication**.
23+
With so many updates, it's easy for changes to get lost. Sometimes, users ask for features that have already been implemented—they just weren't aware.
24+
25+
To address this, about a year ago we started an experiment: **automatically publishing release notes to the Updatecli website**:
26+
27+
📄 [Changelogs on updatecli.io](https://www.updatecli.io/changelogs/updatecli/)
28+
29+
The goal was to improve the visibility of each release. While I don't yet have a reliable way to measure its effectiveness, I do see some traffic in the updatecli.io website analytics, so it seems to be helping.
30+
31+
If you're curious about how we generate those release notes, check out this post:
32+
33+
📝 [Welcome Releasepost](https://www.updatecli.io/blog/welcome-releasepost/)
34+
35+
## What’s Next
36+
37+
Looking ahead, I believe we can do a better job of summarizing the overall evolution of the project—something more digestible for users who don’t follow every release.
38+
39+
If you have feedback or ideas on how we can improve, I'd love to hear them!
40+
41+
## What about v0.100.0
42+
43+
### 🛠️ GitLab Merge Request Enhancements
44+
45+
You can now configure additional fields—such as labels, assignees, and more—when creating merge requests via GitLab using Updatecli.
46+
Thanks to [@alikhil](https://github.com/alikhil) for this contribution!
47+
👉 Makes Updatecli more flexible for GitLab-based CI/CD workflows.
48+
49+
### 📦 Cargo Autodiscovery Improvement
50+
51+
Updatecli's Cargo autodiscovery now uses `cargo-upgrade` instead of `cargo update` to handle Rust dependency updates.
52+
Thanks to [@loispostula](https://github.com/loispostula)!
53+
👉 Preserves formatting of `Cargo.toml` files and improves semver handling.
54+
55+
## Updatecli by the Numbers
56+
57+
As of today:
58+
59+
**⭐ GitHub Stars**: 700
60+
**🥳 Contributors**: 60+
61+
**⬇️ Total Download stats**: 111585
62+
**⬇️ v0.99.0 Download stats (released one week ago)**: 14364
63+
64+
---
65+
[_Source: GitHub Release Artifacts_](https://somsubhra.github.io/github-release-stats/?username=updatecli&repository=updatecli&page=1&per_page=5)
66+
67+
checksums.txt - downloaded 101 times. Last updated on 2025-05-05
68+
checksums.txt.pem - downloaded 13 times. Last updated on 2025-05-05
69+
checksums.txt.sig - downloaded 13 times. Last updated on 2025-05-05
70+
updatecli_amd64.deb - downloaded 134 times. Last updated on 2025-05-05
71+
updatecli_amd64.rpm - downloaded 1 time. Last updated on 2025-05-05
72+
updatecli_arm64.deb - downloaded 118 times. Last updated on 2025-05-05
73+
updatecli_Darwin_arm64.tar.gz - downloaded 94 times. Last updated on 2025-05-05
74+
updatecli_Darwin_arm64.tar.gz.sbom.json - downloaded 1 time. Last updated on 2025-05-05
75+
updatecli_Darwin_x86_64.tar.gz - downloaded 50 times. Last updated on 2025-05-05
76+
updatecli_Linux_arm.tar.gz - downloaded 2 times. Last updated on 2025-05-05
77+
updatecli_Linux_arm64.tar.gz - downloaded 2023 times. Last updated on 2025-05-05
78+
updatecli_Linux_x86_64.tar.gz - downloaded 11447 times. Last updated on 2025-05-05
79+
updatecli_Windows_arm.zip - downloaded 0 times. Last updated on 2025-05-05
80+
updatecli_Windows_arm64.zip - downloaded 5 times. Last updated on 2025-05-05
81+
updatecli_Windows_x86_64.zip - downloaded 177 times. Last updated on 2025-05-05
82+
83+
---
84+
85+
<p align="center">
86+
<img src="/images/blog/2025/05/updatecli.io.png" />
87+
</p>
88+
89+
These numbers aren’t just stats—they reflect the growing community around Updatecli.
90+
Thank you to everyone who's contributed, tested, reported issues, or simply used it in their pipeline!
91+
92+
Want to get involved? Check out our [contributing guide](https://github.com/updatecli/updatecli?tab=readme-ov-file#contributing) or open an issue—we’d love your input.

content/en/changelogs/updatecli/_index.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ title: "Changelogs"
77
|===
88
| Name | Author | Published Time
99

10-
| link:changelogs/v0.99.0[v0.99.0(latest)] | (github-actions[bot]) | 2025-05-05 06:10:56 +0000 UTC
10+
| link:changelogs/v0.102.0[v0.102.0(latest)] | (github-actions[bot]) | 2025-06-13 07:29:43 +0000 UTC
11+
12+
| link:changelogs/v0.101.0[v0.101.0] | (github-actions[bot]) | 2025-05-30 07:07:50 +0000 UTC
13+
14+
| link:changelogs/v0.100.0[v0.100.0] | (github-actions[bot]) | 2025-05-15 06:29:07 +0000 UTC
15+
16+
| link:changelogs/v0.99.0[v0.99.0] | (github-actions[bot]) | 2025-05-05 06:10:56 +0000 UTC
1117

1218
| link:changelogs/v0.98.0[v0.98.0] | (github-actions[bot]) | 2025-04-14 08:28:52 +0000 UTC
1319

content/en/changelogs/updatecli/_index.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
{
22
"Latest": {
33
"Author": " (github-actions[bot])",
4-
"PublishedAt": "2025-05-05 06:10:56 +0000 UTC",
5-
"Tag": "v0.99.0"
4+
"PublishedAt": "2025-06-13 07:29:43 +0000 UTC",
5+
"Tag": "v0.102.0"
66
},
77
"Changelogs": [
8+
{
9+
"Author": " (github-actions[bot])",
10+
"PublishedAt": "2025-06-13 07:29:43 +0000 UTC",
11+
"Tag": "v0.102.0"
12+
},
13+
{
14+
"Author": " (github-actions[bot])",
15+
"PublishedAt": "2025-05-30 07:07:50 +0000 UTC",
16+
"Tag": "v0.101.0"
17+
},
18+
{
19+
"Author": " (github-actions[bot])",
20+
"PublishedAt": "2025-05-15 06:29:07 +0000 UTC",
21+
"Tag": "v0.100.0"
22+
},
823
{
924
"Author": " (github-actions[bot])",
1025
"PublishedAt": "2025-05-05 06:10:56 +0000 UTC",
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
title: "v0.100.0"
3+
date: 2025-05-15 06:29:07 +0000 UTC
4+
---
5+
6+
// Disclaimer: this file is generated, do not edit it manually.
7+
8+
9+
__ (github-actions[bot]) released this 2025-05-15 06:29:07 +0000 UTC - v0.100.0__
10+
11+
12+
=== Description
13+
14+
---
15+
16+
++++
17+
18+
<h2>Changes</h2>
19+
<h2>🚀 Features</h2>
20+
<ul>
21+
<li>feat(gitlab/mergerequest): configure additional fields during mr creation <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alikhil/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alikhil">@alikhil</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3052568177" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5094" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5094/hovercard" href="https://github.com/updatecli/updatecli/pull/5094">#5094</a>)</li>
22+
<li>feat(autodiscovery/cargo): switch cargo update to cargo-upgrade <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/loispostula/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/loispostula">@loispostula</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2983983891" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/4793" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/4793/hovercard" href="https://github.com/updatecli/updatecli/pull/4793">#4793</a>)</li>
23+
</ul>
24+
<h2>🧰 Maintenance</h2>
25+
<ul>
26+
<li>deps(github/action): bump all dependencies @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3060284629" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5102" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5102/hovercard" href="https://github.com/updatecli/updatecli/pull/5102">#5102</a>)</li>
27+
<li>deps: bump golangci-lint to v2.1.6 @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3048695403" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5080" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5080/hovercard" href="https://github.com/updatecli/updatecli/pull/5080">#5080</a>)</li>
28+
<li>deps(go): bump module oras.land/oras-go/v2 to v2.6.0 @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3048379704" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5078" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5078/hovercard" href="https://github.com/updatecli/updatecli/pull/5078">#5078</a>)</li>
29+
<li>deps: Bump Golang version to 1.24.3 @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3043933339" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5052" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5052/hovercard" href="https://github.com/updatecli/updatecli/pull/5052">#5052</a>)</li>
30+
<li>deps(go): bump module dario.cat/mergo to v1.0.2 @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3047100730" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5061" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5061/hovercard" href="https://github.com/updatecli/updatecli/pull/5061">#5061</a>)</li>
31+
<li>deps(go): bump module golang.org/x/oauth2 to v0.30.0 @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3041488882" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5045" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5045/hovercard" href="https://github.com/updatecli/updatecli/pull/5045">#5045</a>)</li>
32+
<li>deps(go): bump module golang.org/x/net to v0.40.0 @<a href="https://github.com/apps/updateclibot">updateclibot[bot]</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3040755491" data-permission-text="Title is private" data-url="https://github.com/updatecli/updatecli/issues/5039" data-hovercard-type="pull_request" data-hovercard-url="/updatecli/updatecli/pull/5039/hovercard" href="https://github.com/updatecli/updatecli/pull/5039">#5039</a>)</li>
33+
</ul>
34+
<h2>Contributors</h2>
35+
<p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alikhil/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alikhil">@alikhil</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/loispostula/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/loispostula">@loispostula</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/olblak/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/olblak">@olblak</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/updateclibot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/updateclibot">@updateclibot</a>[bot] and <a href="https://github.com/apps/updateclibot">updateclibot[bot]</a></p>
36+
37+
++++
38+
39+
---
40+
41+
42+
43+
=== Download
44+
45+
[cols="3,1,1" options="header" frame="all" grid="rows"]
46+
|===
47+
| Name | Created At | Updated At
48+
49+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/checksums.txt.pem[checksums.txt.pem] | 2025-05-15 06:48:56 +0000 UTC | 2025-05-15T06:48:56Z
50+
51+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/checksums.txt.sig[checksums.txt.sig] | 2025-05-15 06:48:56 +0000 UTC | 2025-05-15T06:48:56Z
52+
53+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/checksums.txt[checksums.txt] | 2025-05-15 06:48:56 +0000 UTC | 2025-05-15T06:48:56Z
54+
55+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Windows_x86_64.zip.sbom.json[updatecli_Windows_x86_64.zip.sbom.json] | 2025-05-15 06:48:56 +0000 UTC | 2025-05-15T06:48:56Z
56+
57+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Windows_arm64.zip.sbom.json[updatecli_Windows_arm64.zip.sbom.json] | 2025-05-15 06:48:56 +0000 UTC | 2025-05-15T06:48:56Z
58+
59+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Darwin_arm64.tar.gz.sbom.json[updatecli_Darwin_arm64.tar.gz.sbom.json] | 2025-05-15 06:48:56 +0000 UTC | 2025-05-15T06:48:56Z
60+
61+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Windows_arm.zip.sbom.json[updatecli_Windows_arm.zip.sbom.json] | 2025-05-15 06:48:55 +0000 UTC | 2025-05-15T06:48:56Z
62+
63+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Darwin_x86_64.tar.gz.sbom.json[updatecli_Darwin_x86_64.tar.gz.sbom.json] | 2025-05-15 06:48:55 +0000 UTC | 2025-05-15T06:48:56Z
64+
65+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Linux_x86_64.tar.gz.sbom.json[updatecli_Linux_x86_64.tar.gz.sbom.json] | 2025-05-15 06:48:55 +0000 UTC | 2025-05-15T06:48:55Z
66+
67+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Linux_arm64.tar.gz.sbom.json[updatecli_Linux_arm64.tar.gz.sbom.json] | 2025-05-15 06:48:55 +0000 UTC | 2025-05-15T06:48:55Z
68+
69+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Linux_arm.tar.gz.sbom.json[updatecli_Linux_arm.tar.gz.sbom.json] | 2025-05-15 06:48:55 +0000 UTC | 2025-05-15T06:48:55Z
70+
71+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_armv6.deb[updatecli_armv6.deb] | 2025-05-15 06:48:55 +0000 UTC | 2025-05-15T06:48:56Z
72+
73+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_amd64.deb[updatecli_amd64.deb] | 2025-05-15 06:48:54 +0000 UTC | 2025-05-15T06:48:55Z
74+
75+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_arm64.deb[updatecli_arm64.deb] | 2025-05-15 06:48:54 +0000 UTC | 2025-05-15T06:48:55Z
76+
77+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_armv6.rpm[updatecli_armv6.rpm] | 2025-05-15 06:48:53 +0000 UTC | 2025-05-15T06:48:55Z
78+
79+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_amd64.rpm[updatecli_amd64.rpm] | 2025-05-15 06:48:53 +0000 UTC | 2025-05-15T06:48:55Z
80+
81+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_arm64.rpm[updatecli_arm64.rpm] | 2025-05-15 06:48:52 +0000 UTC | 2025-05-15T06:48:53Z
82+
83+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_amd64.apk[updatecli_amd64.apk] | 2025-05-15 06:48:52 +0000 UTC | 2025-05-15T06:48:53Z
84+
85+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_arm64.apk[updatecli_arm64.apk] | 2025-05-15 06:48:52 +0000 UTC | 2025-05-15T06:48:53Z
86+
87+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_armv6.apk[updatecli_armv6.apk] | 2025-05-15 06:48:52 +0000 UTC | 2025-05-15T06:48:53Z
88+
89+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Windows_x86_64.zip[updatecli_Windows_x86_64.zip] | 2025-05-15 06:48:51 +0000 UTC | 2025-05-15T06:48:52Z
90+
91+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Windows_arm64.zip[updatecli_Windows_arm64.zip] | 2025-05-15 06:48:50 +0000 UTC | 2025-05-15T06:48:52Z
92+
93+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Darwin_arm64.tar.gz[updatecli_Darwin_arm64.tar.gz] | 2025-05-15 06:48:50 +0000 UTC | 2025-05-15T06:48:52Z
94+
95+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Windows_arm.zip[updatecli_Windows_arm.zip] | 2025-05-15 06:48:50 +0000 UTC | 2025-05-15T06:48:51Z
96+
97+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Linux_x86_64.tar.gz[updatecli_Linux_x86_64.tar.gz] | 2025-05-15 06:48:49 +0000 UTC | 2025-05-15T06:48:50Z
98+
99+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Linux_arm64.tar.gz[updatecli_Linux_arm64.tar.gz] | 2025-05-15 06:48:49 +0000 UTC | 2025-05-15T06:48:50Z
100+
101+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Linux_arm.tar.gz[updatecli_Linux_arm.tar.gz] | 2025-05-15 06:48:49 +0000 UTC | 2025-05-15T06:48:50Z
102+
103+
| link:https://github.com/updatecli/updatecli/releases/download/v0.100.0/updatecli_Darwin_x86_64.tar.gz[updatecli_Darwin_x86_64.tar.gz] | 2025-05-15 06:48:49 +0000 UTC | 2025-05-15T06:48:50Z
104+
105+
|===
106+
107+
108+
---
109+
110+
__Information retrieved from link:https://github.com/updatecli/updatecli/releases/tag/v0.100.0[here]__
111+

0 commit comments

Comments
 (0)