Releases: sostheim/lbex
0.1.12
0.1.11
0.1.10
0.1.9
Changelog
2678329 fixes go report card misspell complaints
157c196 fixes go lint complaints
8a35263 correct comment
ac3d3bb typo
471ddec install stackdriver logging agent
bd45293 use application default credentilas to get around expiring tokens per kubernetes/kubernetes#30617
a5375a3 selectable machine type
dd51da2 preserve source ips
0.1.8
0.1.7
0.1.6
Changelog
325cc37 Resolves #26, readme updates only
72ee4a3 readme updates and formatting
ebb4c24 copyedit
24dac81 copyedit edits
7d2999d refactor all flags into config type
c98607c advanced pool affinity/anti-affinity rules
a69464f add port check without processing
3900edb required port documentation
1236866 restructure significant sections of readme for better flow
df6cad3 add support for configuration from env
f453ea0 add support for configuration from env
b251520 Fixes #28, releaxes port requirement via configuration
7d7eb46 Fixes #28, releaxes port requirement via configuration
83d2539 varible tag for push e.g.: 'make push -e TAG=staging'
ae504d1 Fix allowing 0 valued port on missing annotation
07e81d1 version bump
dee50cc Update readme
45edd6c release instructions
0.1.5
Changelog
4160e03 working up
6513ae1 add lbex to cluster firewall rule, up the autoscaling cpu threshold
c8b3cda Readme updates, add ingress restriciton on lbex instances, add proper nginx unit file
3c94668 documentation upddates in readme and flags
24e9cc5 one more doc update
5d9c306 Fixe #23 - makes deleting a non-lbex service a non-error, less noisy
c17050a add service pool annotations for affinity / anti-affinity
c2fba24 quiet golint complaints
122d8b1 add a required port annotation
0.1.4
0.1.3
Changelog
2d160cb refactor nginx specific values in to pkg
e91defb propagate node configuration changes to affected services
5328109 support distinct upstream targets for nodes, pods, and cluster IP's
2e81e64 enrich endpoints with topology details instead of just [name]ip:port map
f28aad8 node selection critieria and set/subset selection annotations
bed43bc add: node set, node address type, and pod/cluster ip configuration
d18d6d6 resolve gofmt complaints - mostly missing exported variable comments
c10bba1 tweaks to annotation values to sync with NGINX expected values
bba8af3 fix teardown of NGINX streams after service deletion that were leftover
fb15602 reduce annotation getters to type only (not annotation name)
d033493 first legit version of readme.
83196c4 readme fix spelling and grammatical errors
4f592b1 fixup inline html table in readme
beed263 small readme additions fixups
8a49bae quiter logs, reorder var declarations, readme update
cf9a294 Fixes #12 Add (t type)String() funcs to all nginx package types
b15f67a Fixes #3 Queues service object and handles upstream updates.
19aecda Fixes #10: remove all references to any kubernetes/pkg/api/* objects
527605b Fixes #6: replaced reflect.DeepEqual on objects with selective comparision
0b88f16 Closes #6: further refinements to update criteria
cf17eb8 Fixes #5: Replace occurences of sting literals with const strings throughout.
f15abd2 Resolves #7: removes most of the todo's and general cleanup
d62710a start on automation
754a1cb up and down scripts
796a0ef get started on versioning
94bcf8d versioning and start on release management in makefile
bec49a2 working up/down script. makefile changes
7eb349c bump version
d75a6fa disable healthchecking for now, make sure DefaultNodeAddressType default is 'internal'
6d95b1f version bump
ca15767 add instance tags
86da46b add health check endpoint '/' on default http server even when serving only stream traffic
cc4559a add configurable healthcheck port
2472ec7 review comments
014f5b3 use debian-8, do not use docker container to run lbex, assume pre-created manual cluster GCE network with space for lbex CIDR
7b48379 script help update