aethernal-agent 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4673506df3f78a5ee742b04f05780d3602598a7ae09a2b1c574ef2b003520520
4
- data.tar.gz: 2d5f819ceda2b100166877be6b227b756e994b4e54172d4d453de96b650d87ff
3
+ metadata.gz: 7512f727dc2bc11ac4ccc0b99d54d2c2d4be4b2272cdaffe14531e4c38f07a67
4
+ data.tar.gz: 703a042fd9f900995764274e2f12341d8db2a727c33c320fab32e0b2d3e2359b
5
5
  SHA512:
6
- metadata.gz: b619e7e3069d8ca2237e354dc29827b1ddbb455099df7a301eb16ebf47e46186d5ef008ef4871941ac8688ff9ea08d9c3bc459af7b06871aa01260fe15dd75e5
7
- data.tar.gz: 88f96600bbe41f2471d69dc302d8fbc89fb3c23ce02cac249318addab627bdbab6ae6cdcbefbe5994a230230b271e23d7b2579f1c5584e61bef1c70b23c2d281
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
@@ -81,4 +81,4 @@ actions:
81
81
  estimated_size_mb: 80
82
82
  package:
83
83
  docker:
84
- image: "crazymax/rtorrent-rutorrent"
84
+ image: "crazymax/rtorrent-rutorrent:3.9-0.9.8-0.13.8"
@@ -1,3 +1,3 @@
1
1
  module AethernalAgent
2
- VERSION = "0.4.6"
2
+ VERSION = "0.4.7"
3
3
  end
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.6
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-03-17 00:00:00.000000000 Z
11
+ date: 2021-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler