Commit Graph

18 Commits

Author SHA1 Message Date
Vincent Batts ddc67a84fa
demo time
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-10-15 21:14:19 -04:00
Megan O'Keefe fda80607e8
Release v0.2.0 (#331) 2020-04-24 13:50:42 -04:00
Daniel Sanche 8e85c5bd79
Release v0.1.5 (#321) 2020-04-13 15:22:40 -07:00
Megan O'Keefe d66cbdd27f Release v0.1.4 2020-02-20 15:53:53 -05:00
Megan O'Keefe 326e058e10 Release v0.1.3 2019-12-17 15:01:04 -05:00
Megan O'Keefe 8cfb88bf2f
Standardizes loadgen behavior for Istio mTLS=STRICT (#279)
* Adds liveness probe annotation, moves loadgen initcontainer into main

* cleanup

* cleanup

* updated wrong manifests

* respond to comments
2019-12-16 09:30:23 -05:00
askmeegs 6b75fd5bf8 Release v0.1.2 2019-08-19 15:23:46 -04:00
Megan O'Keefe c052e69716
Adds cartservice timeout to all manifests (#241) 2019-08-19 15:21:56 -04:00
askmeegs 1e143c570f Release v0.1.2 2019-08-19 15:14:05 -04:00
Megan O'Keefe 156dfcec8a
[cartservice] Increases health check timeout (#240)
* Increases cartservice health check rpc timeout

* remove stopwatch from health check

* cleanup

* Cleanup
2019-08-19 14:28:03 -04:00
Megan O'Keefe 754d22a08f
Updates go services to google-cloud-go 0.40.0 (#234)
* Updates go services to google cloud go 0.40.0

* Revert kubernetes manifests, remove custom images

* Remove binary file, replace nil error with unimplemented

* Shippingservice needed status import

* Remove shippingservice binary
2019-07-09 16:57:50 -04:00
askmeegs 27df445fc2 Release v0.1.1 2019-05-14 10:02:35 -04:00
John Howard 11e282824e Update ServiceEntries for Istio 1.1 (#183) 2019-03-11 07:49:27 -07:00
Ahmet Alp Balkan a0a9852afe
hack: comment out autogenerated warning (#182)
Fixes #181.
2019-03-07 23:29:18 -08:00
Ahmet Alp Balkan 342318a9ae
hack: remove redundant license headers in release (#171)
* remove per-yaml license headers in release manifests
* manually insert a license header in release manifests
* add README.md to /kubernetes-manifests indicating they're not ready to use
  (and refer to /release instead).
* regenerate manifests

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-07 09:54:56 -08:00
Ahmet Alp Balkan cedf3ce827
Release v0.1.0 2019-02-20 09:47:52 -08:00
Ahmet Alp Balkan 3da0ae3b31
hack: polish scripts (#133)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-01-29 14:05:37 -08:00
Megan O'Keefe 1d452f449a Adds make-release script, static k8s manifests (#132)
Closes #75.  

### Changelog 

Adds 4 scripts to the `hack/` directory for building/pushing images, injecting images tags into static manifests, and tagging new releases. See [hack/README.md](https://github.com/m-okeefe/microservices-demo/tree/release-script/hack). 

**Note**: since we have not pushed images yet, the images in the `./release/` manifests are still set to the skaffold defaults (eg. `adservice`).
2019-01-29 11:23:33 -08:00