navarasu / serverless-ruby-layer

A Serverless Plugin to deploy gems from Gemfile to AWS Layer
MIT License
72 stars 11 forks source link

Release 1.6.0 Milestone #61

Closed jagthedrummer closed 2 years ago

jagthedrummer commented 3 years ago

Any chance for a 1.5.1 release to pick up some of the newest updates?

navarasu commented 2 years ago

@jagthedrummer Sorry for the long delay. I will work on this week

4xposed commented 2 years ago

@navarasu any ETA?

DavidSelby commented 2 years ago

@navarasu Also hoping for a release here. Is it still being maintained? Would be great to be able to pass env variables to docker.

navarasu commented 2 years ago

Just took some time to refresh the codebase. I have the following things to do to spin the next version,

  1. 68

    • Create a proper example for environment pass through and build args
    • Test it by adding a proper test case in CI
    • Clean up code env passthrough and build args as a single parameter like environment
  2. 69

I have started the work. I will try to close it by today or tomorrow

navarasu commented 2 years ago
navarasu commented 2 years ago
navarasu commented 2 years ago

@DavidSelby @jagthedrummer @4xposed

Finally, it is done. 👍🏼 Thanks for your patience :pray:

Released 1.6.0 version 🎉

This brings the environment option to pass environment variable to the docker bundler / docker file. Please check the examples and docs. Docker Example - DockerFile Example - Docs