Skip to content

Tags: gchenfly/micro

Tags

v3.0.0

Toggle v3.0.0's commit message
Micro 3.0 Release

9e41d03 (HEAD -> master, origin/master, origin/HEAD) Update README.md
e4fc37e remove duplicate import "api/resolver" (#1556)
13b619d Bump deps of micro newed services (#1561)
adb21e2 Update units for resource quotas (#1560)
7db7d07 Deploy nginx (#1554)
7a917c0 Set reasonable default for resource requirements (#1559)
cb5ef09 Update README.md
ce790c7 Update README.md
8043684 Update README.md
7b29d3b Update README.md
945e607 Update README.md
ed11866 Update README.md
278164f Update m3o.org => micro.mu (don't ask) (#1553)
d9dd446 Delete CNAME
7b0f830 Update CNAME
c248621 Dynamic commands: support --flag as true value (#1551)
09a3110 Update README.md
ab441d9 Update README.md
da6c786 Update README.md (#1550)
a2d86fd library => framework (#1548)
a5f6103 Update README.md
87308d8 in the interest of cleanup, remove the model (#1547)
2acc83e add section for upgrade guides (#1546)
1151f7a Update README.md
c1e0f73 Update README.md
139286f Update README.md
04c90f1 Upgrade Guide (#1545)
b21c52a Improve CLI errors for various commands (#1541)
00c2607 Regenerate client sdks from proto (#1543)
07be351 Allow grpc-web options support (#1536)
d520c7d Fix misc broker bugs (#1538)
792f49f Add architecture diagrams (#1539)
bf049ed Adding ResourceQuota to runtime (#1522)
1863345 Fix dynamic commands duplicate key bug (#1537)
fb67b05 Upgrade go version to 1.15 (#1534)
4c5dccd Fix panic when passing in nested objects to dynamic commands (#1535)
b537a95 store/file: fix nil context bug (required for go 1.15) (#1533)
7e97adc (setup-defaults) service/build: handle walkpath error in tar util (#1532)
7f24e4d delete incompletel model/sql package (#1531)
c0425cd Docker: pin go version (#1529)
64d16ff (rename-cli) Update README.md
14ef6bd [create-pull-request] automated change (#1528)
84bafd9 (net-client) Allows the usage of gRPC+Web whenever gRPC is being used
b844ea7 Add environment description for builtin envs (#1527)
34012e0 runtime: vendor dependancies using 'go mod vendor' (#1524)
c066f7b Fix runtime tests (#1525)
c64a91c Update README.md
10e2d1f Update README.md

v3.0.0-beta.7

Toggle v3.0.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Regenerate client sdks from proto (#1519)

Co-authored-by: GitHub Action <action@github.com>

v3.0.0-beta.6

Toggle v3.0.0-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update main.go

v3.0.0-beta.5.1

Toggle v3.0.0-beta.5.1's commit message
Reintroducing config.Read for backwards compatibility reasons (#1413)

* Reintroducing config.Read for backwards compatibility reasons

v3.0.0-beta.5

Toggle v3.0.0-beta.5's commit message
48a70e4 (HEAD -> master, origin/master, origin/HEAD) Credentials for …

…custom URLs (#1405)

0cc9831 Support config merge for Set (#1403)
51c70f6 Add dev as a default environment (#1404)
bde1245 Update tests.yml
ce29635 set platform profile by default (#1401)
7471312 Update README.md
d675e32 Cleanup main so platform can import cmd.Run (#1400)
c6281c5 Tests for config (#1396)
f7f4a97 Nicer errors & other cleanup (#1387)
7305890 Update README.md
459695f Update README.md
c02d6c6 Delete server.yaml
2619e06 Platform Update (#1399)
0d19103 Move platform to cmd (#1398)
93d821a Update README.md
2b5e0c6 Update README.md
dd9ec4f Fix updated time for services to show correctly after micro update (#1394)
55fd015 service/runtime: rename builder (rpc service) to build (#1393)
2cd08c9 service/runtime: add builder package (previously part of go-micro) (#1392)
0ef501b Passing on secret option in config client (#1391)
8ce6cd4 Pin micro new template to latest go micro master and micro (#1382)
9888476 Removing store read --verbose truncation (#1364)
8bd96f3 Test for comments in go mod (#1345)
f2b5efc Test tweaks (#1385)
035f18f Support non string JSON values in config to enable proper value.Scan (#1384)
de8b56c Config rework (#1371)
2bc730a fix the slow tests (#1380)
bb16c88 Fix scripts/test-docker.sh (#1376)
fd7decf runtime/builder: implement proto and client (#1377)
c6646a2 Blob store (#1368)
2ea3359 fix rpc streaming (#1375)
6408648 Idempotent Helm install for the monitoring stack (#1359)
e34c24e Update go-micro (#1370)
20a9b47 Catch all panics and report them (#1365)
4f55c570 pretty print durations with days rather than just hours for micro status (#1360)

v3.0.0-beta.4

Toggle v3.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
.github/workflows: fix platform script (#1358)

* .github/workflows: fix platform script

* .github/workflows: fix platform script

* remove debugging

* fix updater deployment

v3.0.0-beta.3

Toggle v3.0.0-beta.3's commit message
v3 beta 3. remove self update

v3.0.0-beta.2

Toggle v3.0.0-beta.2's commit message
v3 beta 2

v3.0.0-beta

Toggle v3.0.0-beta's commit message
v3 beta tag

v3.0.0-alpha

Toggle v3.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update k8s deployments for v3 (#1154)

* update micro server/runtime/cmd to set proxy to micro network

* Fix comment

* Remove unused flag

* Update go-micro

* Specify k8s domain in DNS

* configure services to use network in k8s

* Fix comment

* fix yaml indentation

* Fix ignored env bug

* Fix proxy loop

* Update go-micro

* Update deployents to v3

* Update go-micro

* Don't set registry address in proxy

* Update go-micro