You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 13.1.0+28.3.2
4
+
5
+
-**UPDATE**
6
+
- Automatically detect system type (e.g. `darwin`, `linux`, etc) and architecture types (e.g. `x86_64`, `aarch64`, `arm64`, etc (contribution by @prakasa1904)
7
+
8
+
-**MOLECULE**
9
+
- Archlinux Vagrant box needs `nameserver` entry in `/etc/resolv.conf` to make DNS resolution work
Copy file name to clipboardExpand all lines: README.md
+52-2Lines changed: 52 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,62 @@ I tag every release and try to stay with [semantic versioning](http://semver.org
8
8
9
9
## Changelog
10
10
11
-
see [Changelog](https://github.com/githubixx/ansible-role-docker/blob/master/CHANGELOG.md)
11
+
**Change history:**
12
+
13
+
See full [CHANGELOG](https://github.com/githubixx/ansible-role-docker/blob/master/CHANGELOG.md)
14
+
15
+
**Recent changes:**
16
+
17
+
### 13.1.0+28.3.2
18
+
19
+
-**UPDATE**
20
+
- Automatically detect system type (e.g. `darwin`, `linux`, etc) and architecture types (e.g. `x86_64`, `aarch64`, `arm64`, etc (contribution by @prakasa1904)
21
+
22
+
-**MOLECULE**
23
+
- Archlinux Vagrant box needs `nameserver` entry in `/etc/resolv.conf` to make DNS resolution work
24
+
25
+
### 13.0.0+28.3.2
26
+
27
+
-**UPDATE**
28
+
- update Docker to `v28.3.2`
29
+
- update Docker Compose to `v2.38.2`
30
+
31
+
-**MOLECULE**
32
+
- Use `generic/arch` Vagrant box instead of `archlinux/archlinux` (no longer available)
33
+
- Install `openssl` package for Archlinux
34
+
- Install `archlinux-keyring` for Archlinux
35
+
- Removed Ubuntu 20.04 because reached end of life
36
+
- Remove `vars/ubuntu-20.yml` as Ubuntu 20.04 support was dropped
37
+
- Removed 'Upgrade the whole system' task
38
+
39
+
-**OTHER CHANGES**
40
+
- update `.yamllint`
41
+
- fix `ansible-lint` issues
42
+
- add `.ansible` directory to `.gitignore`
43
+
44
+
## Installation
45
+
46
+
- Directly download from Github (Change into Ansible roles directory before cloning. You can figure out the role path by using `ansible-config dump | grep DEFAULT_ROLES_PATH` command):
0 commit comments