Releases: apex/up
v0.1.12
v0.1.11
Changelog
7b44457 add up stack plan
and up stack apply
support. Closes #115
56de492 add support for regions defined in ~/.aws/config
8107021 add environment variables when building
61ce2e8 fix support for implicit app.js when package.json is present
Automated with GoReleaser
Built with go version go1.9rc1 darwin/amd64
v0.1.10
Changelog
You can now omit node_modules
in .upignore if you're bundling JS projects.
bf47d05 add default of ./server back for when source is omitted (main.go for example)
289ddc2 remove old ./server defaults as they assume source files are present in Lambda
0f9ebee update go-archive for gitignore parity improvements (**
etc)
Automated with GoReleaser
Built with go version go1.9rc1 darwin/amd64
v0.1.9
Changelog
The 991c550 commit was reverted because it would cause errors if you .upignore *.go
for example, since inference was required for this check. A better implementation will be added later.
991c550 Revert "add error when a dir does not look like a valid project. Closes #197"
d6fb2e8 add smaller progress bar for initial stack
Automated with GoReleaser
Built with go version go1.9rc1 darwin/amd64
v0.1.8
Changelog
Run up upgrade
to update. If you already have an app deployed, you may have to run up stack delete
first due to the 3c38c05 breaking change.
83af92c add support python projects with a requirements.txt
03c0e05 add error when a dir does not look like a valid project. Closes #197
725e05d add install.sh for one-line installs
fea199b fix python config, don't override user's custom command
0199546 fix exec bit on windows. Closes #225
6b05610 fix greedy default error page, add option to explicitly enable. Closes #233
3c38c05 remove "-api" suffix from IAM role (breaking change)
dc1f15d remove default of ./server
Automated with GoReleaser
Built with go version go1.9rc1 darwin/amd64
v0.1.7
v0.1.6
Changelog
89066e1 add hiding of cursor when upgrading
135e652 docs: add ignorefile stuff
391ea27 docs: add more stack stuff
49768dc change stack deletion to wait by default. Closes #143
af5c51e add synchronization of analytics flushing
Automated with GoReleaser
Built with go version go1.9rc1 darwin/amd64
v0.1.5
v0.1.4
v0.1.3
Changelog
fb98e88 add first pass at metrics command. Closes #177
a491f40 add CONTRIBUTING.md. Closes #196
f2ed01f add minimum IAM policy. Closes #176
3f9fd7c add .name to the error, in case it is inferred. Closes #191
bde086f add force rewrite support. Closes #181
b838a14 add first pass of stack show
. Closes #178
bdf29af fix handling of GetRole permission issues
4a7666c fix typo in upgrade output