Releases: DontShaveTheYak/jenkins-std-lib
Releases · DontShaveTheYak/jenkins-std-lib
v0.7.0
Changes
🚀 Features
🧰 Maintenance
- Bump actions/setup-python from 2 to 2.2.2 @dependabot (#60)
- Bump jenkins-core from 2.291 to 2.292 @dependabot (#61)
- Bump identify from 2.1.2 to 2.2.4 in /tests @dependabot (#57)
- Bump six from 1.15.0 to 1.16.0 in /tests @dependabot (#55)
- Bump virtualenv from 20.4.2 to 20.4.6 in /tests @dependabot (#52)
- Bump websocket-client from 0.58.0 to 0.59.0 in /tests @dependabot (#56)
- Bump attrs from 20.3.0 to 21.2.0 in /tests @dependabot (#54)
- Bump requests from 2.15.1 to 2.20.0 in /tests @dependabot (#51)
v0.6.3
Changes
🧰 Maintenance
- Update how CICD handles labels and Release Tags @shadycuz (#49)
- Bump pre-commit from 2.11.1 to 2.12.1 in /tests @dependabot (#46)
- Bump idna from 2.10 to 3.1 in /tests @dependabot (#48)
- Bump nodeenv from 1.5.0 to 1.6.0 in /tests @dependabot (#45)
- Bump jenkins-core from 2.85 to 2.291 @dependabot (#44)
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#43)
- Bump pytest from 6.2.2 to 6.2.4 in /tests @dependabot (#42)
- Update actions/checkout requirement to v2.3.4 @dependabot (#40)
- Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.1.0 @dependabot (#41)
- Bump groovy-all from 2.5.11 to 3.0.8 @dependabot (#39)
- Bump docker from 4.4.4 to 5.0.0 in /tests @dependabot (#47)
v0.6.2
Changes
🧰 Maintenance
- Update CI/CD workflow files and add dependabot config file to repo @shadycuz (#38)
- Bump urllib3 from 1.26.3 to 1.26.4 in /tests @dependabot (#37)
v0.6.1
v0.6.0
v0.5.1
0.5.0: Make AnsiColor plugin optional for logging package (#25)
* Make methods in jenkins.Instance static. * Add groovy lint to pre-commit. * Add tests for logging package. * Add tests for bash exitcode
0.2.13: Merge pull request #22 from DontShaveTheYak/develop
fix publishing to nexus
0.2.9: Add testing and fix CI/CD (#18)
* Add tests using jenkins runner (#13) * update release workflow (#17)
0.2.3: Use Classes instead of Global Vars (#12)
* change logging and bash global vars to use classes * remove unit testing for now