aethernal-agent 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/install-aa +1 -1
- data/lib/aethernal_agent/plugins/rutorrent/manifest.yml +1 -1
- data/lib/aethernal_agent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7512f727dc2bc11ac4ccc0b99d54d2c2d4be4b2272cdaffe14531e4c38f07a67
|
|
4
|
+
data.tar.gz: 703a042fd9f900995764274e2f12341d8db2a727c33c320fab32e0b2d3e2359b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f2ae9c5bad3a3ce7250e0c15f75e654d65c4759541f882c20efb900f0de3b24d5364db4c978cced3ea698c534d08dd07987899c322c14ac963c591969f8d536
|
|
7
|
+
data.tar.gz: 553eea6341338f48c6552698ebe989fcc4e9a9f29ade58b3591618bb25ded13d7231c82a75475665c8b2dd8ca6dc8fe524acb4bbede3ce05b287eb8f166c4b75
|
data/bin/install-aa
CHANGED
|
@@ -106,7 +106,7 @@ main() {
|
|
|
106
106
|
run curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
|
107
107
|
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
|
108
108
|
# This will break when we support multiple Ubuntu versions
|
|
109
|
-
run apt-get install -y docker-ce=5:19.03.13~3-0~ubuntu-bionic
|
|
109
|
+
run apt-get install -y --allow-downgrades docker-ce=5:19.03.13~3-0~ubuntu-bionic containerd.io=1.3.9-1 docker-ce-cli=5:19.03.13~3-0~ubuntu-bionic
|
|
110
110
|
fi
|
|
111
111
|
|
|
112
112
|
if [[ "$1" = "from-ci" ]];then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aethernal-agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maran
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|