Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update foundry to v0.20.0 - autoclosed #1712

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.foundry.root 0.20.0-alpha03 -> 0.20.0 age adoption passing confidence
com.slack.foundry.base 0.20.0-alpha03 -> 0.20.0 age adoption passing confidence

Release Notes

slackhq/foundry (com.slack.foundry.root)

v0.20.0

2024-09-25

Project Restructuring

We've restructured this project! Since its early days as a simple Gradle convention plugin it's expanded into IntelliJ plugins, CLIs, CI tooling, and more. To better capture this, we've renamed the project to Foundry, restructured its artifacts into a more cohesive setup, moved kotlin-cli-util into this repo, and will likely split out some more artifacts down the line.

Migration Guide
  • Any gradle properties prefixed with slack. or sgp. have now moved to foundry.. slack.gradle. prefix have also removed the gradle. (i.e. slack.gradle.foo would now be foundry.foo).

    • SlackProperties has been renamed to FoundryProperties.
    • Some properties have been further refined to be more specific.
    • There is a helper script you can use to automatically rename all properties in foundry-migration/.
      • Download mapping.txt
      • Download property_migration.sh
      • Run ./property_migration.sh mapping.txt <path to target project>.
        • Note this only covers *.kts and *.properties files. This does not cover args passed via CLI or envs.
  • Package names have all aligned to foundry.*. In most cases it should be simple enough to replace import com.slack.* with import foundry.*.

  • Gradle coordinates group have moved to the com.slack.foundry group name.

    Old Artifact ID New Artifact ID
    sgp gradle-plugin
    sgp-agp-handler-api agp-handler-api
    sgp-common foundry-common
    sgp-tracing tracing
    skippy skippy
  • The former kotlin-cli-util APIs have moved to the com.slack.foundry:cli artifact.

  • Platform-specific plugins now live under the platforms/ directory.

  • All other tools now live under the tools/ directory.

  • Most top-level Slack-prefixed APIs are now prefixed with Foundry.

  • The primary gradle entry points are now foundry {}, but the previous slack {} entry points are left with deprecation ReplaceWith options.

  • Gradle plugin IDs have migrated to com.slack.foundry.* names.

    Old New
    com.slack.gradle.root com.slack.foundry.root
    com.slack.gradle.base com.slack.foundry.base
    com.slack.gradle.apk-versioning com.slack.foundry.apk-versioning
  • Introduce new required foundry.android.defaultNamespacePrefix property for android projects. This is necessary for projects that don't define an android.namespace explicitly.

Misc
  • New: Make JDK configuration docs and error messages configurable via FoundryProperties.
  • Fix: Gracefully handle undefined kapt language versions when computing progressive.
  • Fix: Track deleted build files when computing parent projects in Skippy.
  • Update Clikt to 5.0.1.
  • Update oshi-core to 6.6.5.
  • Build against DAGP 2.x.
  • Build against gradle-error-prone 4.0.1.
  • Build against gradle-nullaway 2.0.0.
  • Build against Gradle versions plugin 0.51.0.
  • Build against Develocity plugin 3.18.1.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update foundry to v0.20.0-alpha04 Update foundry to v0.20.0 Oct 11, 2024
@renovate renovate bot changed the title Update foundry to v0.20.0 Update foundry to v0.20.0 - autoclosed Oct 14, 2024
@renovate renovate bot closed this Oct 14, 2024
@renovate renovate bot deleted the renovate/foundry branch October 14, 2024 17:58
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.

0 participants