Releases: uber/okbuck
Releases · uber/okbuck
v0.54.5
What's Changed
- Update actions used in GitHub Actions workflows by @MGaetan89 in #990
- Migrate Robolectric's deprecated code to the recommended alternatives by @MGaetan89 in #989
- Update AndroidTarget due to changes in available types by @ryanulep in #994
- Add support for setting 'labels' in prebuilt rules by @ckilian867 in #993
New Contributors
- @MGaetan89 made their first contribution in #990
- @ryanulep made their first contribution in #994
- @ckilian867 made their first contribution in #993
Full Changelog: 0.54.4...v0.54.5
v0.54.4
v0.54.3
v0.54.2 - Update Signing Certificates
Our previous signing certificate was accidentally compromised, and so a new signing certificate has been generated for all Uber open source. This release just updates the signing certificate. No other code changes were made.
v0.54.1
v0.54.0
v0.53.3
v0.53.2
v0.53.1
What's Changed
- Migrate CI to github actions by @kageiit in #937
- Update buck to 5516bef4 which includes fix for big sur by @raviagarwal7 in #938
- Update ci to only support jdk 11 by @kageiit in #941
- Add fossa license check to github actions by @kageiit in #940
- Update some dependencies by @kageiit in #942
- [Fossa] Fix dependency violations and general cleanup by @kageiit in #943
- Improve autoValueConfigurations error message by @dbworku in #946
- Enable android_library() targets to specify alternate deps for resources by @oliviernotteghem in #948
- [android lint] define project.properties rule by @nikhilramakrishnan in #949
- Switch standard way of publishing to maven + prepare to publish V0.52.4 by @oliviernotteghem in #950
- [android] fix spaces and comment on okbuckAndroidModules by @nikhilramakrishnan in #951
- removing okbuck linter hack by @gpolak in #953
- Adding path fixes for jetifier and lint artifacts on arm by @tyvsmith in #964
- Rebase release branch by @tyvsmith in #965
- numerous small fixes for current compatibility, otherwise android targets fail to build by @tyvsmith in #966
- Add Gradle 7 support by @tyvsmith in #963
- Converting gradle maven push script to productionized gradle plugin v… by @tyvsmith in #967
- Upgrade Jetifier to 1.0.0-beta03 by @avitricks in #969
- feat: Add support for exporting raw dependencies by @hvvikram in #973
New Contributors
- @dbworku made their first contribution in #946
- @oliviernotteghem made their first contribution in #948
- @nikhilramakrishnan made their first contribution in #949
- @gpolak made their first contribution in #953
- @avitricks made their first contribution in #969
- @hvvikram made their first contribution in #973
Full Changelog: v0.52.3...v0.53.1
v0.52.0
Enhancements
- OkBuck is now Java 11 Compatible (#921)
Potential Breaking Changes
- Kotlin is bumped to 1.4.10
Bug Fixes
# Run `./gradlew wrapper` to generate a new wrapper which automatically gets this fix.
# You can also manually update your existing wrapper by removing below lines from buckw
setupBuckFlags ( ) {
EXTRA_BUCK_CONFIG="$EXTRA_BUCK_CONFIG --config-file .okbuck/config/okbuck.buckconfig"
}
if [[ -z "$SKIP_FLAGS" ]]; then
# --help|-h|help|kill|--version do not support --config-file
setupBuckFlags
fi
# Running `./buckw <command>` will add an entry of okbuck.buckconfig in your .buckconfig
# to ensure the config values are picked up at runtime.
Full Changelog: v0.51.0...v0.52.0