Releases: salesforce/dockerfile-image-update
Releases · salesforce/dockerfile-image-update
1.1.25
Changes
- Fix log formatting (#1129) @avimanyum
1.1.24
Changes
- docs: README.md - remove broken badge and add link to repository map (#1124) @alexkarezin
- Update README.md (#1123) @cjneasbi
- Fix broken release flow/ update RSA SSH Host key (#986) @jeetchoudhary
- feat: add "dependencies" labels to DFIU-created PRs (#983) @jasonschroeder-sfdc
🚀 New features and improvements
- Skip DFIU PRs for repos onboarded to Renovate Enterprise (#1128) @avimanyum
👻 Maintenance
- Skip DFIU PRs for repos onboarded to Renovate Enterprise (#1128) @avimanyum
- Update CODEOWNERS Info (#989) @jeetchoudhary
🚦 Tests
- Skip DFIU PRs for repos onboarded to Renovate Enterprise (#1128) @avimanyum
- Add a debug flag that enables wire logging for git http requests (#1125) @cjneasbi
- Fix uncaught UnsupportedOperationException (#1122) @cjneasbi
📦 Dependency updates
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 in /dockerfile-image-update (#342) @dependabot
1.1.19
Changes
- Minor readme update (#544) @jeetchoudhary
- updating source code per java-doc standards (#537) @jeetchoudhary
🚀 New features and improvements
🐛 Bug Fixes
- Skip sending PRs if no files in the repository is modified (#874) @avimanyum
👻 Maintenance
- changes in ci, readme and javadoc (#740) @jeetchoudhary
- Branch changes from Master to Main (#603) @rahulsurwade08
- Update codeql-action to v2 (#536) @jeetchoudhary
🚦 Tests
- Skip sending PRs if no files in the repository is modified (#874) @avimanyum
- Fetch all items incase of S3 image tag store (#800) @tarishij17
- Fix special char usage in cmd line args for Rate Limiting the PRs (#776) @tarishij17
- PR to fix #236, to bring in support for sending PRs to docker-compose files (#687) @pchugh17
- DFIU to support rate limiting the PR creation in a given amount of time. (#717) @jeetchoudhary
- Branch changes from Master to Main (#603) @rahulsurwade08
- Read BLOB for all sub-command (#543) @jeetchoudhary
- Bump maven-shade-plugin from 3.2.4 to 3.3.0 in /dockerfile-image-update-itest (#335) @dependabot
- Bump assertj-core from 3.22.0 to 3.23.1 in /dockerfile-image-update-itest (#401) @dependabot
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 in /dockerfile-image-update-itest (#338) @dependabot
- Bump testng from 7.5 to 7.6.1 in /dockerfile-image-update-itest (#448) @dependabot
- Bump slf4j-api from 1.7.36 to 2.0.0 in /dockerfile-image-update-itest (#520) @dependabot
- updated tag store read/write to blob (#533) @jeetchoudhary
📦 Dependency updates
- Bump maven-shade-plugin from 3.2.4 to 3.3.0 in /dockerfile-image-update-itest (#335) @dependabot
- Bump maven-shade-plugin from 3.2.4 to 3.3.0 in /dockerfile-image-update (#336) @dependabot
- Bump aws-java-sdk-core from 1.12.192 to 1.12.293 in /dockerfile-image-update (#534) @dependabot
- Bump aws-java-sdk-s3 from 1.12.192 to 1.12.293 in /dockerfile-image-update (#535) @dependabot
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.1 in /dockerfile-image-update (#510) @dependabot
- Bump checker-qual from 3.12.0 to 3.24.0 in /dockerfile-image-update (#498) @dependabot
- Bump assertj-core from 3.22.0 to 3.23.1 in /dockerfile-image-update (#404) @dependabot
- Bump assertj-core from 3.22.0 to 3.23.1 in /dockerfile-image-update-itest (#401) @dependabot
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 in /dockerfile-image-update-itest (#338) @dependabot
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 in /dockerfile-image-update (#337) @dependabot
- Bump testng from 7.5 to 7.6.1 in /dockerfile-image-update-itest (#448) @dependabot
- Bump testng from 7.5 to 7.6.1 in /dockerfile-image-update (#450) @dependabot
- Bump slf4j-api from 1.7.36 to 2.0.0 in /dockerfile-image-update-itest (#520) @dependabot
- Bump github-api from 1.303 to 1.308 in /dockerfile-image-update (#518) @dependabot
1.1.13
1.1.11
Changes
🐛 Bug Fixes
- Fixed ignore PR comment docker build issue (#332) @pchugh17
- Use stream to look for error message prefixes (#331) @avimanyum
🚦 Tests
- Bump guava from 31.0.1-jre to 31.1-jre in /dockerfile-image-update-itest (#323) @dependabot
📦 Dependency updates
- Bump maven-dependency-plugin from 3.2.0 to 3.3.0 in /dockerfile-image-update-itest (#328) @dependabot
- Bump guava from 31.0.1-jre to 31.1-jre in /dockerfile-image-update (#322) @dependabot
- Bump maven-dependency-plugin from 3.1.2 to 3.3.0 in /dockerfile-image-update (#237) @dependabot
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 in /dockerfile-image-update-itest (#329) @dependabot
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 in /dockerfile-image-update (#330) @dependabot
- Bump guava from 31.0.1-jre to 31.1-jre in /dockerfile-image-update-itest (#323) @dependabot
- Bump github-api from 1.301 to 1.303 in /dockerfile-image-update (#325) @dependabot
1.1.9
Changes
🐛 Bug Fixes
- Use stream to look for error message prefixes (#331) @avimanyum
- Handling error messaging when PR creation fails with Invalid code error (#321) @avimanyum
📦 Dependency updates
- Bump guava from 31.0.1-jre to 31.1-jre in /dockerfile-image-update-itest (#323) @dependabot
- Bump github-api from 1.301 to 1.303 in /dockerfile-image-update (#325) @dependabot
1.1.8
Changes
🐛 Bug Fixes
- Resetting the list of orgs to include or exclude in the search for each image (#326) @avimanyum
👻 Maintenance
- Label triggers are creating duplicate releases (#327) @justinharringa
🚦 Tests
- Resetting the list of orgs to include or exclude in the search for each image (#326) @avimanyum
1.1.7
1.1.6
Changes
🐛 Bug Fixes
- Catch exceptions while finding files with image (#316) @avimanyum
📝 Documentation updates
- Remove dependabot badge / add Dev->Release Process (#318) @justinharringa
1.1.4
Changes
- Revert "Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10 in /dockerfile-image-update" (#315) @afalko
- Revert "Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11 in /dockerfile-image-update" (#313) @afalko
🚀 New features and improvements
📝 Documentation updates
- PR labels trigger Release Drafter + README update (#296) @justinharringa
👻 Maintenance
- PR labels trigger Release Drafter + README update (#296) @justinharringa
📦 Dependency updates
- Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11 in /dockerfile-image-update (#312) @dependabot
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 in /dockerfile-image-update-itest (#310) @dependabot
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 in /dockerfile-image-update (#311) @dependabot
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10 in /dockerfile-image-update (#309) @dependabot
- Bump gson from 2.8.9 to 2.9.0 in /dockerfile-image-update (#308) @dependabot
- Bump slf4j-api from 1.7.35 to 1.7.36 in /dockerfile-image-update-itest (#305) @dependabot
- Bump slf4j.version from 1.7.35 to 1.7.36 in /dockerfile-image-update (#306) @dependabot
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 in /dockerfile-image-update (#307) @dependabot