Releases: tetratelabs-attic/getenvoy
v0.1.3
Changelog
Docker images
docker pull getenvoy/getenvoy:0.1.3-standard-1.11.1
docker pull getenvoy/getenvoy:standard-latest
docker pull getenvoy/getenvoy:0.1.3-standard-1.11.1
docker pull getenvoy/getenvoy:standard-latest
v0.1.2
Changelog
Docker images
docker pull getenvoy/getenvoy:0.1.2-standard-1.11.1
docker pull getenvoy/getenvoy:standard-latest
docker pull getenvoy/getenvoy:0.1.2-standard-1.11.1
docker pull getenvoy/getenvoy:standard-latest
v0.1.1
Changelog
a83db17 Add Docker images to releaser (#46)
33546d7 Add download script (#44)
684ebf6 Experimental Istio gateway functionality (#43)
2447120 Tar and clean up debug data post-termination of Envoy (#41)
1332301 turn on docker daemon in circleci (#48)
Docker images
docker pull getenvoy/getenvoy:0.1.1-standard-1.11.1
v0.1.0
Changelog
58751ac API moved to package repo
5c9fef6 API moved to package repo (#19)
3b2dd73 Access log and stderr capture
91990c6 Add binary locater to manifest API (#22)
a33fc7a Add binary location to manifest API
436cf50 Add comments about signals channel on struct
6c0aede Add format file to fix any linting failures
8ecbd2f Add full reference fetch command
6f42d0e Add git diff dump to help lint debug
7bc65c1 Add initial run for local files
cc9a972 Add initial run for local files (#7)
9ab3cd5 Add manifest libraries
3b23e53 Add manifest libraries (#6)
4aefacc Adress pr comments
e7557eb Autofill Platform if not passed in via reference (#29)
9396436 Create CONTRIBUTING.md
2a12e45 Create CONTRIBUTING.md (#15)
87bf536 Delete feature_request.md
630a40e Extract libs and binaries
9a1b4ee Fix license
ef29aa1 Fix license (#13)
2a1aa1c Fix linting script proto versioning
54d6eb0 Hook up list command
2065a64 Implement debug framework
7e4ec13 Implement debug framework (#28)
aff8c81 Implement functional options
243df68 Improve usage and examples of run command
2c9aeae Initial commit
959febd More review comments
82a5352 Move to new manifest api
db79919 Move to new manifest api (#25)
f53e522 Only use stdout bootstrap when necessary
25cb6ed Pull binary if not already local
1e08999 Remove libc++ install
2f1603f Remove redundant interface indirection
fc83ceb Review comments and self nits
1cde24b Scope down manifest interface
e2b368b Turn on golangci-lint
29ef675 Update README.md
37fd677 Update README.md
db96254 Update issue templates
347a1ab Update issue templates
10b936c Update issue templates
4994d5c Update issue templates (#14)
8a626da Update proto to reflect review comments
9642c43 Update proto version
cac0171 Update readme to point at repo page (#17)
3830ba4 Update readme to point at repos page
2b2e453 Update to most recent manifest changes
51c8ff8 add circleci
bed4e48 add dist to ignore list
03970b4 add licenses
fc589da add manifest proto and initial CI scripts
0f6bba1 add node level ps collection
fe70853 add node level ps collection (#35)
ea1fe89 address pr comments
6435a7b address pr comments from api PR
b052f0d appease our linting overlords
4008ca2 appease the linter
5cabcff appease the linters
45fc804 appease the linting overlords
27ca340 autobuild release on new tag
98f2a01 autofill platform if not present
98b30f3 ci proto fixes
ce9da73 create debug store at runtime creation
b13c6e1 don't use local branch of manifest api
9835527 ensure first arg matches filename
30190cc fix modules
51d866d fix non-URL manifest bug Anything that could be considered a partial URL in net/http is valid, even if it could only be considered a path. In order to circumvent this we check that a host and schema have been set.
d8e4b5b fix up contributing
8a27fee fix up contributing (#16)
aefaaa7 fix wording on list override flag
0bba8ea futher linter appeasement
e3aa3e9 go mod tidy
b70b5e4 go mod tidy and move default manifest to more readable url
2f5e0a8 improve error handling
063c94a install libc++ in circleci
9233b4d more explicit error on path/manifest run failure
cbe8da3 move .vscode to user specific gitignore
7e1a524 move to a licenser that supports proto files
0de6add override project name to getenvoy-cli
9555265 point to new api repo
b1f8c49 pr comments
b6e2d1a prevent nil pointer exceptions on keys
1fa7295 remove errant println
10445f2 revert project name and other tweaks
4cbafb6 separate out debug funcs to separate package
0296d24 support run for reference and local file
8a51a1b support run for reference and local file (#27)
37842cc update comments
7f4fb6f usage example seems a little redundant
40d7618 use psutil go rather than rely on the presence of ps