Skip to content

Commit be83822

Browse files
authored
Merge pull request #799 from marhkb/chore/2-0/update
Chore/2-0/update
2 parents b25a333 + f3419a1 commit be83822

Some content is hidden

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

86 files changed

+1026
-872
lines changed

Cargo.lock

Lines changed: 770 additions & 553 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
[package]
22
name = "pods"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["Marcus Behrendt <marcus.behrendt.86@gmail.com>"]
55
edition = "2021"
66

77
[dependencies]
8-
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", version = "0.6", package = "libadwaita", features = ["v1_4"] }
8+
adw = { version = "0.6", package = "libadwaita", features = ["v1_4"] }
99
anyhow = "1"
10-
ashpd = { git = "https://github.com/bilelmoussaoui/ashpd.git", version = "0.6", rev = "30216eccd3f4ecb50c4d34a493a33e6eef4e375c", default-features = false, features = ["gtk4", "tokio"] }
10+
ashpd = { version = "0.8", default-features = false, features = ["gtk4", "tokio"] }
1111
futures = { version = "0.3", default-features = false }
12-
gettext-rs = { version = "0.7", features = ["gettext-system"] }
13-
gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", version = "0.8", package = "gtk4", features = ["gnome_45"] }
12+
gettext-rs = { version = "=0.7.0", features = ["gettext-system"] }
13+
gtk = { version = "0.8", package = "gtk4", features = ["gnome_45"] }
1414
indexmap = { version = "2", features = ["serde"] }
1515
log = "0.4"
1616
names = { version = "0.14", default-features = false }
1717
oo7 = { version = "0.2", default-features = false, features = ["native_crypto", "tokio"] }
18-
panel = { git = "https://gitlab.gnome.org/World/Rust/libpanel-rs.git", version = "0.3", package = "libpanel", features = ["adw_v1_2"] }
18+
panel = { version = "0.4", package = "libpanel", features = ["adw_v1_2"] }
1919
paste = "1"
2020
podman-api = { git = "https://github.com/vv9k/podman-api-rs.git", commit = "363d945b9b9905c50dfa0bfe0f9331f9fdeef079", default-features = false }
2121
serde = "1"
2222
serde_json = "1"
23-
sourceview5 = { git = "https://gitlab.gnome.org/World/Rust/sourceview5-rs.git", version = "0.8", features = ["gtk_v4_12"] }
24-
syslog = "6"
23+
sourceview5 = { version = "0.8", features = ["gtk_v4_12"] }
24+
syslog = "7"
2525
tokio = "1"
2626
tokio-tar = { version = "0.3", default-features = false }
2727
vte = { version = "0.13", default-features = false }
28-
vte4 = { git = "https://gitlab.gnome.org/World/Rust/vte4-rs.git", version = "0.8" }
28+
vte4 = "0.7"
2929

3030
[profile.release]
3131
lto = true

build-aux/com.github.marhkb.Pods.Devel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{
6363
"type": "git",
6464
"url": "https://gitlab.gnome.org/GNOME/libpanel.git",
65-
"tag": "1.4.0"
65+
"tag": "1.4.1"
6666
}
6767
]
6868
},

data/com.github.marhkb.Pods.metainfo.xml.in.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
4343
<content_rating type="oars-1.1"/>
4444
<releases>
45+
<release version="2.0.2" date="2024-09-20">
46+
<description translatable="no">
47+
<p>This release updates the project dependencies to stable versions.</p>
48+
</description>
49+
</release>
4550
<release version="2.0.1" date="2023-12-18">
4651
<description translatable="no">
4752
<p>The first point release of Pods contains the following fixes and style improvements:</p>
@@ -272,7 +277,7 @@
272277
<li>If a container is in a pod, it will now get a badge with the pod name in the container list.</li>
273278
<li>Logs, the result of the inspection of images, containers, and pods, and the result Kubernetes YAML generation can now be saved directly as a file.</li>
274279
<li>Headerbar titles were adjusted to be shorter and more concise</li>
275-
<li>Many minor internal code improvements habe landed</li>
280+
<li>Many minor internal code improvements have landed</li>
276281
<li>Dependencies and translations have been updated.</li>
277282
</ul>
278283
</description>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pods',
33
'rust',
4-
version: '2.0.1',
4+
version: '2.0.2',
55
meson_version: '>= 0.59',
66
license: 'GPL3+',
77
)

po/ar.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ msgid "Headerbar titles were adjusted to be shorter and more concise"
762762
msgstr ""
763763

764764
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:239
765-
msgid "Many minor internal code improvements habe landed"
765+
msgid "Many minor internal code improvements have landed"
766766
msgstr ""
767767

768768
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:246

po/ca.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ msgid "Headerbar titles were adjusted to be shorter and more concise"
741741
msgstr ""
742742

743743
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:239
744-
msgid "Many minor internal code improvements habe landed"
744+
msgid "Many minor internal code improvements have landed"
745745
msgstr ""
746746

747747
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:246

po/da.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ msgid "Headerbar titles were adjusted to be shorter and more concise"
753753
msgstr ""
754754

755755
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:239
756-
msgid "Many minor internal code improvements habe landed"
756+
msgid "Many minor internal code improvements have landed"
757757
msgstr ""
758758

759759
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:246

po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ msgid "Headerbar titles were adjusted to be shorter and more concise"
758758
msgstr ""
759759

760760
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:239
761-
msgid "Many minor internal code improvements habe landed"
761+
msgid "Many minor internal code improvements have landed"
762762
msgstr ""
763763

764764
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:246

po/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ msgid "Headerbar titles were adjusted to be shorter and more concise"
757757
msgstr ""
758758

759759
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:239
760-
msgid "Many minor internal code improvements habe landed"
760+
msgid "Many minor internal code improvements have landed"
761761
msgstr ""
762762

763763
#: data/com.github.marhkb.Pods.metainfo.xml.in.in:246

0 commit comments

Comments
 (0)