Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 941 Bytes

NEWS.md

File metadata and controls

29 lines (20 loc) · 941 Bytes

Development Version

  • Change certbot install procedure, since PPA deprecated.
  • Add an apt update step before processing R install.
  • Support key_file argument in do_provision.
  • Use Ubuntu 24.04 LTS image.
  • Change R install toolchain to use Posit R install instructions.

plumberDeploy 0.2.1

  • Added do_ip for example to get IP address to browse.

plumberDeploy 0.2.0

  • Submitted to CRAN.
  • Added do_install_plumber function.
  • Fix do_deploy_api using localPath ./.
  • Print api url to console after successful do_deploy_api.
  • Set Dpkg::Options to --force-confnew to avoid prompt during apt-get update.

plumberDeploy 0.1.4

  • Removed swagger as an argument for deployment.
  • Added checks to see if the application was already present.

plumberDeploy 0.1.3

  • Added a NEWS.md file to track changes to the package.
  • Added passthrough for do_deploy_api so that keyfile works, fixing #12 (@muschellij2).