Releases: shiwaforce/poco
Releases · shiwaforce/poco
0.99.2.dev4
update PyYAML version
What's Changed
- Bump gitpython from 3.1.27 to 3.1.30 by @dependabot in #86
- update PyYAML version 5.4.1 -> 6.0.1 by @laszlolevi in #90
Full Changelog: 0.99.2.dev3...0.99.2.dev4
0.99.2.dev3: Merge pull request #85 from shiwaforce/feature/docker-compose-v2-support
Pre-release
Feature/docker compose v2 support
0.99.2.dev2
Merge pull request #84 from shiwaforce/feature/version-check-optimize check-version cmd optimize
0.99.2.dev1
Merge pull request #82 from shiwaforce/feature/version-check-optimize Feature/version check optimize
0.99.1
0.99.0
Update python-publish.yml
0.98.1
Logging before and after script
Executing before_script in alpine:latest image
- ./docker/scripts/test.sh
Extend docker command in verbose mode (-V)
Docker command: ['docker', 'run', '-e', 'HOST_SYSTEM=Darwin', '-u', '501:20', '--rm', '-v', '/Users/developer/poco-workspace:/usr/local', '-w', '/usr/local', 'alpine:latest', '/bin/sh', '-c', '"', './docker/scripts/test.sh', '"']
0.98.0
The script step support backward compatibility command (like "ls -la") and support new command structure (name of image and list of commands)
before_script:
- command: ls -la
image: alpine
- command: ['sh', '-c', 'echo The app is running!']
- command:
- sh
- '-c'
- "echo The app is running!"
- ls -la