Releases: Aptomi/k8s-app-engine
v0.1.5
Changelog
a3dfd3f make actual releases instead of pre-releases
7e9ec6c Few more options on installing/using aptomictl added to readme
04c473e Run tools/publish-charts.sh after goreleaser in make release target
779e4a9 Sort entries in chart.yaml
96d6fbe Update chart to the 0.1.4 image
0bc7e63 Add dockerfiles explicitly to go releaser config
Docker images
docker pull aptomi/aptomictl:0
docker pull aptomi/aptomictl:0.1
docker pull aptomi/aptomictl:0.1.5
docker pull aptomi/aptomictl:latest
docker pull aptomi/aptomi:0
docker pull aptomi/aptomi:0.1
docker pull aptomi/aptomi:0.1.5
docker pull aptomi/aptomi:latest
Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64
v0.1.4
Changelog
0bc7e63 Add dockerfiles explicitly to go releaser config
aac69fa Add support for releasing docker containers
56e122f Allow aptomictl binary for docker build
2f87a10 Add client dockerfile
Docker images
docker pull aptomi/aptomictl:0
docker pull aptomi/aptomictl:0.1
docker pull aptomi/aptomi:0
docker pull aptomi/aptomictl:0.1.4
docker pull aptomi/aptomi:0.1
docker pull aptomi/aptomictl:latest
docker pull aptomi/aptomi:0.1.4
docker pull aptomi/aptomi:latest
Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64
v0.1.3
Changelog
6cc4472 Add support for PVC into the chart
779dc9a Move secrets up in chart values and add comment
c90f954 Add support for passing secrets to the Helm chart
3b6e059 Add support for local k8s cluster
93c4220 english + typos
c6a09ca Make sure that aptomi will be restarted when config change during upgrade
b5b6dc5 Cleanup charts-dist dir after publishing charts
d4fce4b Full support for auto demo ldap deployment for aptomi chart
c3d47e9 Fix container name for aptomi-demo-ldap
ae792bf Switch fullname template to be chart-specific
dc220d7 Switch aptomi-demo-ldap to the correct naming schema (with underscores)
7f3ef7a Make demo-ldap dep in aptomi chart for any 1.x.x version
2e554d8 Switch demo-ldap chart to separated versioning
6da52af Add readiness probe for demo ldap chart
a98fb1d Add simple demo ldap chart
e0ef45c Fix shadowed err declaration
6d312eb Use nil slice
9ffcd53 Fix publish-charts helper
9cef4e4 Add charts-dist dir to .gitignore
cf5fdbb Update publish-charts helper to keep only single repo
24ecaab Simple Aptomi chart with default config file
fe22251 Add Dockerfile to build container with an existing binary
dc7608f bumped up k8s version as 1.8.4 is no longer available
b014900 ACL
06a8258 context evaluation within a contract
17e6b28 language docs 1st version
5a42399 removed non-existing examples
624b99e changed Aptomi overview/features and images
9b64fdc added asciinema demo into README.md
04afd7b asciinema fix
2881553 added asciinema demo into twitter-analytics example
a21b33b 8080 -> 27866 in readme for UI
45c691f bumped dependency versions in UI
7169572 slack inviter on http, not https
57cd743 changed config example (no section for ui host/port)
4aba1ec renamed 03-twitter-analytics -> twitter-analytics
d689277 added secrets.yaml to .gitignore in examples
e45fe59 removed ?refresh from go report card
c8087fe install jq
Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64
v0.1.2
Changelog
7f9ccf9 Add how to release section to README
a44f501 bumped up k8s version to 1.8.4-gke.1
705805b Rework UI handling to serve both UI and API on the same port
b3c2036 Make webui going to localhost:27866 for dev and /api/... for prod
8785901 Fix non-abs static path in webui
5706337 Enable legacy auth and disable logging/monitoring for demo-gke
c52924f Some more checks in smoke and minor improvements
0132049 Minor smoke test improvements
4d553ec Add policy version verification after doing changes and speedup smoke
8430f03 Make wait doing 150 attempts with 2 seconds interval while total same 300 seconds
d44b37b Make wait attempts and interval configurable
d5280c9 Add enforcer interval config
5377276 Add simple policy show formatting (just version in text format now)
2d709a7 Add -x flag to smoke.sh for printing running commands
4d55512 Remove not needed fmt.Println()
80476b2 CLI should output only using logging (to stderr)
867145b Replace macos specific md5 util with much wider used shasum for UI rebuilding
3529ec9 skip UI webpack production build if there were no changes in UI files
6c65ce0 end-to-end smoke test
4208c53 even better, hierarchical output of action components
4942d38 better client output to console
585bd97 fixed errorf line
5341865 client can handle wildcards in file names
387bd30 fixed state validation & UT
d561b81 added validation, making sure all component instances point to valid objects
62fe805 added sample clusters.yaml
2335677 misc fixes to actual state processing + tests
235d84e logic for updating actual state is reused across actions
76f98ab pin gometalinter to v2
5cd09f5 Fix lint after adding format helper in cli
0e9bd04 Fix cli format test
57b2fb3 Use formating cli helper for policy delete as well
ab8e909 Fix handling list/single entry formating
94cd4a0 Start using cli format in policy apply
76d1524 Fix format cli helper
676d8a3 Filter out root component actions from displayed actions
59bb9a9 First simple impl of displayable columns for objects
cd4a928 got rid of named return values (not needed anymore)
1195286 fixed code+tests (better handling of panics)
e2f0dbc got rid of bootstrap3-wysihtml5-bower for now
aeacb14 moved expose-loader -> webpack config file
a9a127e e2e tests pass
8e58ce5 all webui deps -> latest versions
bd79af9 updated dependencies, latest webpack, fixed linter
c9637bb Stop logging warn about objects implementing interface but not declaring it
ddc533b Check aptomi server status after running smoke test
b4b917d Bump gke k8s version to 1.8.4
6fc5763 Remove bin directory after compiling k8s parts as it only containts temp binary
808d0b9 Uncomment object duplication error code in CLI
b3f4867 Add API check to make sure that there are no duplicate objects in policy
882dbe2 Add CLI check to make sure that there are no duplicate objects in policy
4d045fd Fix slack link & mentions
2629287 Fix tools/demo-gke.sh search for user and context in default cfg file
5fee1e5 Handle error from updating helm release
de9577b Remove no more needed findHelmRelease util
7d8a283 Update glide deps
fe51e48 Print diff to debug event log between curr and new helm release manifests when updating
a3df41a Add todo about need to awaiting for tiller to start up
b60f3dc fix linter warning
9350903 bumped up minimum node + npm versions
a2d545f handle panics in policy resolution
255d105 removed PrintStack(). it was pretty useless, as it was printing the current stack anyway
f661bd4 comment fix
a3fb364 more explicit error if user forgot to specify "-f" in CLI
8c08e78 sort.Strings
bcdd027 comment fix for the rule
0e7b6ea comments for Add/Remove Object
9e61d47 better code coverage for multi-source user loader
e264678 better test coverage for component key
d69c459 better handling of panic in apply() + unit tests
ca6e933 improved code coverage for 'config' package
880a496 Add code example for downloading aptomi release
Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64
v0.1.1
Changelog
Readme updated and releasing process included.
Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64
v0.1.0
First test prerelease with API, UI and CLI
Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64