Skip to content

scapy: update to 2.4.2 and make use of Python 3#8824

Merged
neheb merged 1 commit into
openwrt:masterfrom
flyn-org:scapy
May 3, 2019
Merged

scapy: update to 2.4.2 and make use of Python 3#8824
neheb merged 1 commit into
openwrt:masterfrom
flyn-org:scapy

Conversation

@flyn-org
Copy link
Copy Markdown
Contributor

Signed-off-by: W. Michael Petullo mike@flyn.org

Maintainer: me
Compile tested: x86_64
Run tested: x86_64

Description:

@neheb
Copy link
Copy Markdown
Contributor

neheb commented Apr 28, 2019

There's been discussion on deprecating python 2 as it is EOL at the end of the year. It's not mandatory yet but if possible, might as well be done early.

@diizzyy
Copy link
Copy Markdown
Contributor

diizzyy commented Apr 29, 2019

This should indeed be migrated to python3

@flyn-org flyn-org changed the title scapy: update to 2.4.2 scapy: update to 2.4.2 and make use of Python 3 May 3, 2019
@flyn-org
Copy link
Copy Markdown
Contributor Author

flyn-org commented May 3, 2019

@neheb, I migrated the package to Python 3 and force pushed here.

Copy link
Copy Markdown
Member

@jefferyto jefferyto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Python 3 version of the PYTHON_PKG_DIR variable is PYTHON3_PKG_DIR.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
@flyn-org
Copy link
Copy Markdown
Contributor Author

flyn-org commented May 3, 2019

@jefferyto, I fixed the Makefile to refer to PYTHON3_PKG_DIR. Thank you!

@neheb neheb merged commit ec19fe8 into openwrt:master May 3, 2019
@flyn-org flyn-org deleted the scapy branch May 5, 2019 15:48
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 4, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 5, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 5, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 5, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 6, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jmarcet added a commit to jmarcet/packages that referenced this pull request Nov 6, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
neheb pushed a commit that referenced this pull request Nov 9, 2021
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in #8732
 - Make command descriptions consistent by @mat007 in #8739
 - Restore missing version commands by @Shikachuu in #8738
 - Add step in README to install on linux by @Yopadd in #8755
 - log --follow must stop when container get killed by @ndeloof in
 #8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in #8750
 - Pass runtime option to containerCreate by @ndeloof in #8783
 - Fix compose down --timeout/-t flag by @debdutdeb in #8788
 - Fix network_mode "service:x" by @ulyssessouza in #8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in #8779
 - Compose exec cannot process more than 32KB of data by @resios in
 #8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in #8816
 - Fix project settings' options order by @ulyssessouza in #8819
 - Update link to Docker Community Slack by @mat007 in #8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in #8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in #8847
 - Add support for EnableIPv6 by @ndeloof in #8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in #8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in #8838
 - Add support for classic builder by @ulyssessouza in #8818
 - Fix typo: netwok -> network by @Mygao in #8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in #8870

Signed-off-by: Javier Marcet <javier@marcet.info>
utoni pushed a commit to utoni/openwrt-packages that referenced this pull request Jan 21, 2022
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
graysky2 pushed a commit to graysky2/packages that referenced this pull request Feb 3, 2022
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
graysky2 pushed a commit to graysky2/packages that referenced this pull request Feb 6, 2022
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
utoni pushed a commit to utoni/openwrt-packages that referenced this pull request May 30, 2022
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
jfy9606 pushed a commit to jfy9606/openwrt-packages that referenced this pull request Mar 14, 2025
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in openwrt#8732
 - Make command descriptions consistent by @mat007 in openwrt#8739
 - Restore missing version commands by @Shikachuu in openwrt#8738
 - Add step in README to install on linux by @Yopadd in openwrt#8755
 - log --follow must stop when container get killed by @ndeloof in
 openwrt#8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in openwrt#8750
 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783
 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788
 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in openwrt#8779
 - Compose exec cannot process more than 32KB of data by @resios in
 openwrt#8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in openwrt#8816
 - Fix project settings' options order by @ulyssessouza in openwrt#8819
 - Update link to Docker Community Slack by @mat007 in openwrt#8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847
 - Add support for EnableIPv6 by @ndeloof in openwrt#8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in openwrt#8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in openwrt#8838
 - Add support for classic builder by @ulyssessouza in openwrt#8818
 - Fix typo: netwok -> network by @Mygao in openwrt#8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870

Signed-off-by: Javier Marcet <javier@marcet.info>
(cherry picked from commit dc5f272)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants