tsuru

Open source and extensible Platform as a Service (PaaS).

BSD-3-CLAUSE License

Stars
4.6K
Committers
136

Bot releases are visible (Hide)

tsuru - 1.6.1

Published by morpheu about 6 years ago

Changelog

c8394e3 bump version to 1.6.1
a75d3f6 app/image: return empty process name on error
170ea82 app/image: always return a existing process on GetImageWebProcessName
e6dfc9f Merge branch 'master' into release-1.6.0
1f34a7d bump version to 1.6.0-rc13
7a6c36d Merge branch 'master' into release-1.6.0
10c791a bump version to 1.6.0-rc12
d5205ca Merge branch 'master' into release-1.6.0
0ffd5a5 bump version to 1.6.0-rc11


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.6.0

Published by morpheu about 6 years ago

Changelog

6999933 bump version to 1.6.0
3c7bf9e docs: document team token feature
917c0a3 docs: remove service broker from 1.6.0 release notes
68efd15 docs: fix release notes links
515f4e5 docs: update release notes for 1.6.0
4d1b8cc api: adds instance status to error message when bind fails
0c93c2d api: fix test
69356c3 provision/docker: fix test
4ca4d0a app: change image.FindImage and app.GetPlatformVersion return values
b09bde9 app,platform: app locking platform version
3c7ebc9 provision/kubernetes: add clusterForPoolOrAny function
69c26fd all: move permission types to types/permission
55877b0 all: join app error types in a single file
52be039 app: remove unused ProcfileError
e76f47a all: move AppLock struct to types/app
2cd4133 all: move permission types to types/permission
d3b6212 event/webhook: improve validation error msg
5c0d5bb api,volume: remove name validation from volume update
d2c1167 cluster: remove name validation from update
9bb6a1a app: remove name validation from update
905c497 all: limit names to 40 characters
146bb47 provision/kubernetes: remove unused parameter from buildPodNameForApp function
326eeaa provision/kubernetes: set limit to deployment and service names
122f257 provision/kubernetes: set limit to label names
60a8b36 provision/kubernetes: remove prefix "tsuru-app-" from pods "app" label
a059984 app,validation: change app name limit to 40 chars
9af842c provision/kubernetes: fix race when calling servicecommon.RunServicePipeline
65ab134 router/galeb,rebuild: add more methods to asyncrouter used in rebuild
9eb4fde docs: fix PoolList api spec
341196d docs: adds pool list missing fields to api spec
4de5f7d docs: adds additional fields to app info spec
1494f13 docs: fix app info api spec
c3ad4f5 provision/kubernetes: fix race when setting reactions on fake client
2a64d82 provision/kubernetes: prevent race on deploy test
c034edf provision/kubernetes: handle deployment rollback on first deploys Prior to this change, if the first deploy of an app fails, tsuru would not properly rollback the Deployment. In this case, the correct rollback procedure would be to delete Deployment.
7b90a05 api,app: add validation to env var names
e7aa0ca api/platform: check error when parsing form
47360e5 api/platforms: add rollback endpoint
eff8f33 provision/kubernetes: fix panic on app-shell with no terminal size
1e38cd5 router/galeb: fix bug where an existing router would be deleted
48257b3 app: add service validation when app pool changes
6586e4c service: set default broker cache on update when the value is negative
9e54c93 all: change CacheExpiration field in BrokerConfig to CacheExpirationSeconds
c12875d api: add user-agent to access logs
b142d02 api: add request scheme to access log
819ef38 provision/kubernetes: only query tsuru database once in Units call
de3a74a provision/cluster: add FindByPools to cluster service
2f02912 provision/kubernetes: fix tests after messing informers
d671872 provision/kubernetes: use informers for service and nodes
5782804 provision/kubernetes: allow setting a higher log-level for kube logs


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.6.0-rc13

Published by morpheu about 6 years ago

Changelog

1f34a7d bump version to 1.6.0-rc13
7a6c36d Merge branch 'master' into release-1.6.0
4d1b8cc api: adds instance status to error message when bind fails
0c93c2d api: fix test
69356c3 provision/docker: fix test
4ca4d0a app: change image.FindImage and app.GetPlatformVersion return values
b09bde9 app,platform: app locking platform version
3c7ebc9 provision/kubernetes: add clusterForPoolOrAny function
69c26fd all: move permission types to types/permission
55877b0 all: join app error types in a single file
52be039 app: remove unused ProcfileError
e76f47a all: move AppLock struct to types/app
2cd4133 all: move permission types to types/permission
d3b6212 event/webhook: improve validation error msg
5c0d5bb api,volume: remove name validation from volume update
d2c1167 cluster: remove name validation from update
9bb6a1a app: remove name validation from update
905c497 all: limit names to 40 characters
146bb47 provision/kubernetes: remove unused parameter from buildPodNameForApp function
326eeaa provision/kubernetes: set limit to deployment and service names
122f257 provision/kubernetes: set limit to label names
60a8b36 provision/kubernetes: remove prefix "tsuru-app-" from pods "app" label
a059984 app,validation: change app name limit to 40 chars
9af842c provision/kubernetes: fix race when calling servicecommon.RunServicePipeline
65ab134 router/galeb,rebuild: add more methods to asyncrouter used in rebuild
9eb4fde docs: fix PoolList api spec
341196d docs: adds pool list missing fields to api spec
4de5f7d docs: adds additional fields to app info spec
1494f13 docs: fix app info api spec
c3ad4f5 provision/kubernetes: fix race when setting reactions on fake client
2a64d82 provision/kubernetes: prevent race on deploy test
c034edf provision/kubernetes: handle deployment rollback on first deploys Prior to this change, if the first deploy of an app fails, tsuru would not properly rollback the Deployment. In this case, the correct rollback procedure would be to delete Deployment.
7b90a05 api,app: add validation to env var names


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.5.4

Published by morpheu about 6 years ago

Changelog

0dc4eab Makefile: disable new gosec linter in CI
912df7d bump version to 1.5.4
89e44b3 api,cmd/tsurud: initialize database and services in cmd instead of api


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.6.0-rc12

Published by morpheu about 6 years ago

Changelog

10c791a bump version to 1.6.0-rc12
d5205ca Merge branch 'master' into release-1.6.0
e7aa0ca api/platform: check error when parsing form
47360e5 api/platforms: add rollback endpoint
eff8f33 provision/kubernetes: fix panic on app-shell with no terminal size


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.6.0-rc11

Published by morpheu about 6 years ago

Changelog

0ffd5a5 bump version to 1.6.0-rc11
1e38cd5 router/galeb: fix bug where an existing router would be deleted
48257b3 app: add service validation when app pool changes
6586e4c service: set default broker cache on update when the value is negative
9e54c93 all: change CacheExpiration field in BrokerConfig to CacheExpirationSeconds
c12875d api: add user-agent to access logs
b142d02 api: add request scheme to access log
819ef38 provision/kubernetes: only query tsuru database once in Units call
de3a74a provision/cluster: add FindByPools to cluster service
2f02912 provision/kubernetes: fix tests after messing informers
d671872 provision/kubernetes: use informers for service and nodes
5782804 provision/kubernetes: allow setting a higher log-level for kube logs
fd88f1b provision/kubernetes: do not set timeout in client used in informer
056b762 provision/kubernetes: fix flaky test not to depend on order anymore
cd46bf4 vendor: remove forked version from xanzy/go-cloudstack
e76063e vendor: update cloudstack library to use forked version temporarily
471b237 service: fix metalinter warning
8b6a82e service: change default broker catalog cache to 1 hour
65f3a47 api,service: fix brokered service plan list
f4e4a2e api,service: refactoring
3bb49c5 service,types/service: add schemas field to service broker catalog plan
67b22d2 api,service: check return value when reading service broker catalog cache
e618f29 api: add cache expiration field to service broker
91d5295 service,types/service: add configuration for cache expiration
6d3bbd5 service: refactoring
7820ac8 service: check cache when listing brokered services
f8bec58 service: update cache after listing services
a688124 service: refactor tests
7f4bf5d service,servicemanager: create mocks for service broker
29396bb service: use catalog broker cache
07656f8 types/service: create broker catalog types
3568c1d all: create ServiceBrokerCatalogCacheService
15c4626 all: rename Cache to AppCache
380d313 all: move cache types to types/cache
30310f7 storage/mongodb: refactor cache storage
426361b kubernetes: drop unused parameter
4dbdfab provision/kubernetes: close stopCh on shutdown
0164f10 provision/kubernetes: properly start the PodInformer
42ed32a provision,builder/kubernetes: fix tests to use PodInformers
bcef2d5 provision/kubernetes: use PodInformer for Units()
4a15033 vendor: update k8s dependencies to allow informers use
e97bead api,docs: bump version to 1.6.0-rc9
b2c2ffb cmd: support generic status code error for automatic login
0e7f7f0 auth,cmd: avoid importing full saml package in cmd pkg
dea7a0e provision/kubernetes: sync app CR before deploy
3424c70 provisioner/kubernetes: sync app CR before changing state
80a2aeb Handle better err
f543d0d cmd: small refactor on error handling
5ceaabf cmd: allow target to be a url and more tests
2a494f3 cmd: stable target label selection when values repeat


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.6.0-rc10

Published by morpheu about 6 years ago

Changelog

5b037f1 bump version to 1.6.0-rc10
28c172f vendor: remove forked version from xanzy/go-cloudstack
64284a8 vendor: update cloudstack library to use forked version temporarily


Automated with GoReleaser
Built with go version go1.10.4 linux/amd64

tsuru - 1.6.0-rc9

Published by morpheu about 6 years ago

Changelog

80b80d1 api,docs: bump version to 1.6.0-rc9
e751e11 provision/kubernetes: sync app CR before deploy
c194fef provisioner/kubernetes: sync app CR before changing state
030aad1 cmd: small refactor on error handling
1f695e7 cmd: allow target to be a url and more tests
2e4d80f cmd: stable target label selection when values repeat
64f66cf Handle better err
abc5133 Fix tests with new token.d
a40a0f7 Fix logout with no token handling
5a6c049 Removing some logic from login, adding logout handling
46adebb Adding -t --target to tsuru-client
18870e1 Creating token per target
68bad50 Makefile: use golangci-lint instead of gometalinter
7927a48 all: fix warnings reported by new linter
bac725a cmd: implements verbosity inside a custom RoundTripper
ad9426f docs: fix typo in open service broker integration docs
ab227e6 docs: adds initial docs for open service broker integration
f45b94d gitignore: adds vscode dir
220e839 provision/kubernetes: add missing stack traces to some external errors
c502fb6 router/galeb/client: only wait for rule status if vh count is > 0
ddc2031 app: only raise prov error in node status if node was not found
46f5564 app,healer: try updating node status even if provisioner is unavailable
3749394 auth: deduplicate and trim spaces from team tags
288e523 api,docs: adds team tags to team list and info
53c0402 api,auth: support updating team tags
40c6bbb api,auth: enable tagging teams on creation
a5c5e0a router: add generic suite test for swap cname only
f8c419d router/api: fix swap cname only not sending a cname router
198a5be router/galeb: add MoveCName and update rule order in virtualhosts
967c22c router/galeb/client: add method to update virtualhost rule order
6ed96e1 routes/rebuild: ensure invalid cnames are removed in rebuild
667b680 router/galeb: wait rule status after parents are updated
0a5673a healer: add node address to healing error messages
32a708b router: use async router interface in rebuild if router supports
8d0494f integration: fix app and platform name in swap test
eaace88 integration: add swap test for all configured routers
5d546ac provision/kubernetes: add 'app' label to tsuru deployments
b902bde provision/kubernetes: accept custom labels for created namespaces
2316fa4 provision/kubernetes: skip evicted pods when listing units


Automated with GoReleaser
Built with go version go1.10.3 linux/amd64

tsuru - 1.6.0-rc8

Published by morpheu about 6 years ago

Changelog

b383c19 bump version to 1.6.0-rc8
e75b094 router/galeb: fix swap in galeb router


Automated with GoReleaser
Built with go version go1.10.3 linux/amd64

tsuru - 1.6.0-rc7

Published by morpheu about 6 years ago

Changelog

8e2f31f bump version to 1.6.0-rc7
9f752cd api: change platformInfo endpoint version to 1.6
f130607 docs: add spec for platformInfo endpoint
2e7ea4a api: run shutdown handlers alongside server stop (#2108)
800e5a0 api,auth/native: remove smtp password from email tests
566794a all: increase all dial timeouts to 15 seconds
40d3a68 router/galeb: always lookup for ids by name in add backend
b15c82b router/galeb: ensure all resources are created even after a 409 response
b8872ea net: fix incorrect dial timeout in client
75d216b router/galeb: fix race in tests with hijack handler
fd65261 docs: add reference doc to max-requests galeb config
716686b service: use connection pool for service connections
0e2e688 router/galeb: retry GET requests to galeb API
f471b42 router/galeb: limit parallel requests and use connection pool
a5afe6f storage/mongodb/platform_image: turn name field unique and stop using as _id
21a9081 app/image: remove unused platformImage type
b1e4702 platform: add service, storage and mock
9da0e85 api/platform: add PlatformInfo endpoint
18bdb46 app/platform: add versioning


Automated with GoReleaser
Built with go version go1.10.3 linux/amd64

tsuru - 1.6.0-rc6

Published by morpheu about 6 years ago

Changelog

a14f259 service: fix metalint warning
d9755a9 docs: update service instance add parameters
b0fabb3 service: send tags on service instance creation
f89dd38 db: remove unused functions
b123bed storage/mongodb: fix cluster collection name
59d4fe3 app: retry releasing lock to avoid transient db errors
a560a39 docs: improve instructions for deploying Go apps
d44daca provision/kubernetes: improve invalid characters handling
d5a31c1 provision/kubernetes: replace invalid characters from pool name
69f5f7f Makefile: gas linter renamed to gosec
a681a5e provision/kubernetes: ensure attach calls won't block forever
0b4c233 docs: fixes service broker list api spec
0fa9486 docs: update api swagger spec with new broker fields
192883e service/broker: defaults to async operations
b6733ae app: delays setting app.UUID to after updating DB
f5a58e9 service: fix lint issues
72c771a service/broker: enable configuring per broker Context
ab5e2bc service: use *ServiceInstance in create action to allow changes
6afc7db service/broker: store and generate organization/space uuid
4b08137 service: store broker service binds
0e8f759 service/broker: store LastOperationKey for operations
1fac0ac service/broker: store broker service ID and plan IDs on broker data
344a0ec service/broker: generate UUID for instance
635bc90 service/broker: uses app UUID for bindApp
1c1fcb6 app,provision: adds method to generate App UUID
e937a7a provision/kubernetes: no providerID in nodes, cloud controller should set it
d6dd006 api,service: enable configuring Insecure broker client
445e448 api: refactor service instance tests to use service.GetServiceInstance
18d0294 api: parses 'owner' for compatibility on instance create
4ac3b0d service: return parameters on service Info
8ab98b6 api: use service.ServiceInstance to parse on instance creation
58020d5 service: adds Schema field to Plan
fa5ef77 service: pass BindAppParameters to action
8d58b89 storage/mongodb: make cluster methods return err instead of empty list
fc2f55c service: unexport service client methods
e33cfb6 api,service: fix lint issues
509b119 api,event,permission: adds events for service broker APIs
b5d9e44 api: ignore error parsing BindApp form
26e745e api,service: parses bind parameters
48c91a2 service: implements Update for broker services
080fddf service: implementing bind/unbind for broker services
7dda0f3 service: implements Destroy for broker service client
23471b6 service: Update is a no-op for OSB broker services
67be6d2 service: implements Status for brokered services
3647d2d service: remove unecessary exported method from ServiceInstance
7b81e99 service: retry creation with AcceptsIncomplete true when async is required by broker
9e621da service: implements ServiceInstance creation for brokered services
c37ed62 service: implements Plans for brokered services
ebc32be service: use brokerClient for Brokered services
6e409af api,service: includes brokered services alongside managed services


Automated with GoReleaser
Built with go version go1.10.3 linux/amd64

tsuru - 1.6.0-rc5

Published by morpheu over 6 years ago

Changelog

25b6d48 api,docs: bump version to 1.6.0-rc5
d58cd6e Using stderr for warning messages on server (#2077)
5471548 kubernetes/migrate: force use namespace per pool disabled for migration (#2076)
c36c4f3 provision/kubernetes: support app pool update with multiple namespaces (#2068)
0e41448 provision/kubernetes: updates default deploy-agent to 0.5.0 (#2073)
ffd4a67 api,service: fix compatibility of /services/{name} api route
65ed217 provision/kubernetes: wait for deployment revision to be updated
2fa69d2 api,service: include full service instance object in list response
ffb44ab provision/kubernetes: fix listing pods for an updated deployment
8c3c7c2 provision/kubernetes: only rollback if deployment generated a new rev
2a9399b provision/kubernetes,cmd: adds migration for kubernetes apps (#2067)
599a4a7 api,cmd/tsurud: initialize database and services in cmd instead of api
81ddea8 provision/kubernetes: fix nodes filtering, In operator isn't valid
28c1961 provision/kubernetes: use a per pool namespace approach (#2055)


Automated with GoReleaser
Built with go version go1.10.3 linux/amd64

tsuru - 1.6.0-rc4

Published by morpheu over 6 years ago

Changelog

f8ca167 bump release to 1.6.0-rc4
a8b7916 api,service: fix compatibility of /services/{name} api route


Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

tsuru - 1.6.0-rc3

Published by morpheu over 6 years ago

Changelog

9850c0a bump version to 1.6.0-rc3
6010e6a provision/kubernetes: wait for deployment revision to be updated
43325e7 api,service: include full service instance object in list response
e8397ef provision/kubernetes: fix listing pods for an updated deployment
a5179db provision/kubernetes: only rollback if deployment generated a new rev
f15cfb7 api,cmd/tsurud: initialize database and services in cmd instead of api
6839f60 provision/kubernetes: fix nodes filtering, In operator isn't valid


Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

tsuru - 1.6.0-rc2

Published by morpheu over 6 years ago

Changelog

02b0986 bump version to 1.6.0-rc2
89b8bfc api: skip rewriting json body as urlencoded in proxy handlers


Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

tsuru - 1.6.0-rc1

Published by morpheu over 6 years ago

Changelog

fe75eb9 docs: Initial release notes for 1.6.0 and some new doc entries.
d8ae46e quota,storage: single mongodb quota storage implementation
bb0c6bc all: simplify quota service and storages by having a single interface
e100693 api,app: ensure quota number is updated after app units change
242e3e7 provision,volume: disallow updates to already provisioned volumes
fce92ef Add Claudio Netto to CONTRIBUTORS
916fe85 bump version to 1.6.0-rc1
1b8d3af readme: fix Tsuru installer reference link
0b41e83 vendor: update docker-cluster version
f1cca20 Refactor QuotaStorage and Create QuotaService (#2031)
d061ddf provision: ensure node removal removes healer data for node
d39b866 api,app,provision: single ExecuteCommand implementation in provisioners
76a4298 docs: fix api spec for service instance get
4ffa685 provision/kubernetes: add insecure flag to healthcheck calls
faca5e3 provision/kubernetes: use probe instead of hook for one time healthcheck
3f68c58 provision/swarm: add support for timeout_seconds healthcheck param
c89544a provision/docker: add support for timeout_seconds field in healthcheck
62e212f provision/kubernetes: improve healthcheck compat. with old provisioner
e277d49 app: create default plan during service initialization to avoid race
c4ba832 app: add failing test for race in default plan creation
d327b07 provision/docker: only set auth if image belogs to registry in config
63466c1 Add Pedro Mendes to CONTRIBUTORS
9d0a2bc docs,etc: add example of volumes usage with minikube
c068757 docs/installing/using-tsuru-installer: fix typos (#2046)
1b5b59c provision/swarm: support restart:after hook as healthcheck cmd
b68b4ee provision/kubernetes: support restart:after hooks using pod's postStart
2bc94fb provision/docker: fix flaky test
6040a15 provision/kubernetes: fix metalint warning
bd708d1 provision/kubernetes: return err instead of port 0 when service is not found
e1404de webhook,types: add ProxyURL field to Webhook struct and spec
ace8539 event/webhook: allow Go template as event body
73606ad event/webhook: move prometheus metrics to service instance
a631ece api,event,storage: fix webhook naming, api specs and api validations
7efa30b api,event: add handler to get single webhook
9ef141b api: auto select webhook team owner if a single one is available
63075bb docs: update api spec including webhooks handlers
3739e03 api,permission: add handlers to manipulate webhooks
4f1533b event/webhook: add more event webhooks service methods
ccd1c07 event/webhook: add prometheus metrics
38b9ae7 event/webhook: add webhook service initial implementation
e2546aa storage,types: add webhook storage and service
5265186 provision/kubernetes: prevent terminating pods from showing up as app units (#2039)
55e27c0 provision/kubernetes: set node.Status() to disabled when tainted (#2038)
50afeec cmd: remove unused package import
2501100 cmd: use syscall.SIGINT for portability
9c1077c cmd,provision: refactor cmdtest.ConditionalTransport to use http.RoundTripper (#2037)
4824d5c cmd: refactors signal handling
4267bb0 api/deploy: adds event ID header
220d82e cmd: add support for cancelable commands
f7d80be api,docs: adds spec for event cancel


Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

tsuru - 1.5.3

Published by morpheu over 6 years ago

Changelog

fec92e7 provision/kubernetes: add insecure flag to healthcheck calls
153d4e4 app: create default plan during service initialization to avoid race
fc0e469 app: add failing test for race in default plan creation
331256a api,app,auth: refactor service creation funcs to also return error
bb9c256 api,docs: bump version to 1.5.3
a937780 provision/kubernetes: use probe instead of hook for one time healthcheck
d5849f4 provision/kubernetes: improve healthcheck compat. with old provisioner


Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

tsuru - 1.5.2

Published by morpheu over 6 years ago

Changelog

d285fa4 api,docs: bump version to 1.5.2
ea2af69 provision/kubernetes: drops replicas label from pods (#2025)


Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

tsuru - 1.5.1

Published by morpheu over 6 years ago

Changelog

eca8662 Bump version 1.5.1
b0b6a2c docs: improve installation docs organization
19de451 api: fix api docs fmt
30a8d65 docs: update installer instructions
0953f1c docs: update references to installer
b09f156 docs: remove installer from experimental section
9c00472 app: control lifecycle of goroutines in app.List to update router addrs
2dd2c3d provision/kubernetes: add pull secrets to pod if registry auth is set
d2068b4 provision/kubernetes: fix test
0e4d2f3 provision/kubernetes: set correct key type
549bffc all: rename ImageInspect function to ImageTagPushAndInspect
3d12a82 provision/kubernetes: add test for latest image tag with authenticated registry
4ffb0b8 provision/kubernetes: fix image push with authenticated registry
d0e2a2f provision/kubernetes: fix test
655e41f provision/kubernetes: add tests for KubeClient
3b5f4dc provision/kubernetes: fix image push with authenticated registry
df444de provision/kubernetes: move router related labels to annotations
a158395 vendor: update google/gops version, new features like trace and setgc
2d7e0d5 CONTRIBUTORS: add João Guio
db61391 builder,provision: adding the latest tag to deploy image
3d014bd Adding Message field to DeployData/DeployInfo, otherwise this field isnt really useful as a deployment info besides being at event information
98a5c7a docs: adds app-build to 1.5.0 release notes
8454b0c docs: adds 1.5.0 release notes
1d30f6e .dockerignore: ensure files in etc dir are not ignored
8b7c9f4 provision/kubernetes: stream build/deploy pods events during deploy
499562b provision/kubernetes: show pod events during deploy progress
82b0563 app,provision: add last log lines after deploy error in units startup
a4fbbf3 registry: set credentials when removing images
39544ac provision/docker: use http.Request.SetBasicAuth
97c2bc1 provision/docker: use credentials in healthcheck
5379328 Dockerfile.dev: adds ca-certificates
3176d5b integration: disable checking that the app is acessible for now
2e999c9 integration: fixes test cases dir path resolving
d8d9dc3 integration: fix platform naming
85ea985 integration: add support for additional deploys test cases
efbaa8f docs: adds entry about healthcheck scheme
66f0252 provision/docker: adds a test for https healthcheck
aa93c4c provision,builder: support custom scheme for healthcheck
55c83b0 docs: fix volume-plans configuration example
55b09ed app/plan,integration: DefaultPlan creates autogenerated plan when empty
daac7cf docs: update instructions for running a Python app
2a3dc10 auth,provision/kubernetes: fix metalinter warnings
e173248 all: create MockTeamStorage for TeamService tests
1300134 all: move TeamStorage to types/auth
84bb694 app,builder: move PlatformOptions type from builder to types/app
4f479dc all: create PlatformService
c4808d9 all: rename PlatformService to PlatformStorage
5b469b1 provision/kubernetes: removes hack to refresh nodes after update
d7807bd storage/plan: return error when DefaultPlan not found
9fe5479 integration: add defaultPlan


Automated with GoReleaser
Built with go version go1.10 linux/amd64

tsuru - 1.5.0

Published by morpheu over 6 years ago

Changelog

5f60d17 bump api version to 1.5.0
84abcf8 docs: adds app-build to 1.5.0 release notes


Automated with GoReleaser
Built with go version go1.9.4 linux/amd64