project-stacker / stacker

Build OCI images natively from a declarative format
https://stackerbuild.io
Apache License 2.0
208 stars 34 forks source link

fix: Update 'import' deprecation warning with a date. #572

Closed smoser closed 11 months ago

smoser commented 11 months ago

Putting a date in the deprecation warning message allows users to plan migration more effectively. The date chosen allows for plenty of time for users to migrate existing stacker.yaml files.

571.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b6996fd) 13.02% compared to head (b60d77f) 57.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #572 +/- ## =========================================== + Coverage 13.02% 57.06% +44.04% =========================================== Files 40 64 +24 Lines 6057 7519 +1462 =========================================== + Hits 789 4291 +3502 + Misses 5136 2485 -2651 - Partials 132 743 +611 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

smoser commented 11 months ago

i'm not actually sure why df405f7 failed and 2dd1369 succeeded. :-(