Skip to content

Commit 31b4f55

Browse files
authored
Use fluentd.cdn.cncf.io (#872)
Since v6, we switch from packages.treasuredata.com to fluentd.cdn.cncf.io. For a while, packages will be uploaded into both of them. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 6435922 commit 31b4f55

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

fluent-apt-source/Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ class FluentdAptSourcePackageTask < PackageTask
3434
end
3535

3636
def repository_version
37-
"2025.7.29"
37+
"2025.8.29"
3838
end
3939

4040
def repository_name
4141
"fluentd"
4242
end
4343

4444
def repository_label
45-
"Treasure Agent"
45+
"Fluentd Project"
4646
end
4747

4848
def repository_description
49-
"Treasure Agent related packages"
49+
"Fluentd Project related packages"
5050
end
5151

5252
def repository_url
53-
"https://packages.treasuredata.com"
53+
"https://fluentd.cdn.cncf.io"
5454
end
5555

5656
def repository_gpg_key_ids

fluent-apt-source/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
fluent-apt-source (2025.7.29-1) unstable; urgency=medium
1+
fluent-apt-source (2025.8.29-1) unstable; urgency=medium
22

33
* New upstream release.
44
* Support fluent-package v6.
55

6-
-- Kentaro Hayashi <[email protected]> Thu, 17 Jul 2025 14:52:37 +0900
6+
-- Kentaro Hayashi <[email protected]> Fri, 29 Aug 2025 14:52:37 +0900
77

88
fluent-apt-source (2025.1.8-1) unstable; urgency=medium
99

fluent-apt-source/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ override_dh_auto_build:
3939
component=main; \
4040
fi; \
4141
echo "Types: deb"; \
42-
echo "URIs: https://packages.treasuredata.com/6/$${distribution}/$${code_name}/"; \
42+
echo "URIs: https://fluentd.cdn.cncf.io/6/$${distribution}/$${code_name}/"; \
4343
echo "Suites: $${code_name}"; \
4444
echo "Components: contrib"; \
4545
echo "Signed-By: /usr/share/keyrings/fluent-archive-keyring.asc"; \

fluent-lts-apt-source/Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ class FluentdAptLtsSourcePackageTask < PackageTask
3434
end
3535

3636
def repository_version
37-
"2025.7.29"
37+
"2025.8.29"
3838
end
3939

4040
def repository_name
4141
"fluentd"
4242
end
4343

4444
def repository_label
45-
"Treasure Agent"
45+
"Fluentd Project"
4646
end
4747

4848
def repository_description
49-
"Treasure Agent related packages"
49+
"Fluentd Project related packages"
5050
end
5151

5252
def repository_url
53-
"https://packages.treasuredata.com"
53+
"https://fluentd.cdn.cncf.io"
5454
end
5555

5656
def repository_gpg_key_ids

fluent-lts-apt-source/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
fluent-lts-apt-source (2025.7.29-1) unstable; urgency=medium
1+
fluent-lts-apt-source (2025.8.29-1) unstable; urgency=medium
22

33
* New upstream release.
44
* Support fluent-package LTS v6.
55

6-
-- Kentaro Hayashi <[email protected]> Thu, 17 Jul 2025 14:53:51 +0900
6+
-- Kentaro Hayashi <[email protected]> Fri, 29 Aug 2025 14:53:51 +0900
77

88
fluent-lts-apt-source (2025.1.8-1) unstable; urgency=medium
99

fluent-lts-apt-source/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ override_dh_auto_build:
3939
component=main; \
4040
fi; \
4141
echo "Types: deb"; \
42-
echo "URIs: https://packages.treasuredata.com/lts/6/$${distribution}/$${code_name}/"; \
42+
echo "URIs: https://fluentd.cdn.cncf.io/lts/6/$${distribution}/$${code_name}/"; \
4343
echo "Suites: $${code_name}"; \
4444
echo "Components: contrib"; \
4545
echo "Signed-By: /usr/share/keyrings/fluent-lts-archive-keyring.asc"; \

0 commit comments

Comments
 (0)