Skip to content

Releases: sostheim/lbex

0.1.12

06 Sep 20:51

Choose a tag to compare

Changelog
939229c use root user
da49921 version bump

0.1.11

06 Sep 19:34

Choose a tag to compare

Changelog
35b366b configurable source ip address preservation per service
a9ccc61 version bump

0.1.10

30 Aug 01:26

Choose a tag to compare

Changelog
c195863 Revert "preserve source ips"
a25e769 bump version

0.1.9

30 Aug 01:06

Choose a tag to compare

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

05 May 21:54

Choose a tag to compare

Changelog
82e4aa2 bail out on processing a non-exisitng annotation
1fc4dd0 version bump
4b2fed1 ignore un-annotated ports

0.1.7

05 May 18:10

Choose a tag to compare

Changelog
d357cb1 resolve gofmt -s complaints
633da84 spelling corrections
e68008e badges for go report card and quay repo
e639169 fix readme quay.io badge link
abdc691 use loadbalancer-port.lbex/[port-name]

0.1.6

04 May 05:14

Choose a tag to compare

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

25 Apr 22:24

Choose a tag to compare

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

17 Apr 23:12

Choose a tag to compare

Changelog
80c506b correct jq location, correct release file name
e378366 corrected CIDR default
76993f3 add nginx service, make sure releases include nginx templates
b02da77 version bump

0.1.3

17 Apr 19:50

Choose a tag to compare

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