Tags: a-ritomar/fiat
Tags
feat(discovery): refactor to use common discovery abstraction from ko… …rk-core (spinnaker#734)
fix(docs): Update broken link (spinnaker#721) This commit fixes a broken link to the documentation on how to submit a patch.
chore(dependencies): Autobump korkVersion (spinnaker#719) Co-authored-by: root <root@59d9c736198e>
chore(dependencies): Autobump korkVersion (spinnaker#703) Co-authored-by: root <root@f0fe681e84f7>
config(core): Move redis connection default to base config (spinnaker… …#679) Currently Halyard is appending a default for the redis config to all configs it generates. Let's push this down to the base config so all users get the same defaults and we don't need to append this all the time. Currently the base config uses 'services.redis.connection' as the default. This doesn't match what is used for other services, nor what is used for the redis connection in other microservices (which use services.redis.baseUrl). This commit changes this to look at 'services.redis.baseUrl' for consistency. Users who have configured a 'services.redis.connection' property but not 'services.redis.baseUrl' (and who are depending on that rather than just setting redis.connection directly in their gate config) will need to update to account for this change. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(misc): Use new client provider and remove usage of deprecated OkH… …ttpClientConfiguration (spinnaker#682) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(api): remove spring-boot-properties-migrator from fiat-api (spinn… …aker#678) If we actually want this dependency, it only needs to live on the web application itself, it inspects config at runtime. This was ending up as a dependency of fiat-api and landing on all the places we autobump fiat-api to.
chore(dependencies): Autobump korkVersion (spinnaker#665) Co-authored-by: root <root@94827c35f5fd>
PreviousNext