Tags: jcavanagh/kork
Tags
feat(sql): Add a feature flag for liquibase migrations (spinnaker#712) Right now it is hard to run e.g. a read-only clouddriver cluster towards a read-only database, because there's no way to disable the migrations (which will cause Clouddriver to fail on startup if it can't write to the DB). I'm piggybacking on the `sql.read-only` feature flag. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(core): Add method to change internal discovery status (spinnaker#713 )
fix(dependencies): fix kork-swagger transitive dependencies (spinnake… …r#711) consumers of this module should only expect io.swagger:swagger-annotations anything else is asking for breakage as we upgrade this will break a couple of consumers that are transitively getting guava via their kork-swagger dependency but I will fix the autobump PRs for those directly
feat(dependencies): adds kork-runtime module (spinnaker#708) kork-runtime serves as a grouping of the runtime modules within kork for a Spinnaker service (similar to a spring-boot-starter style module). By collecting these opinions here, we can more easily refactor existing or introduce new runtime opinions and propagate those to all the consuming services. This is specifically intended for modules that expose AutoConfiguration or com.netflix.spinnaker.config style scanned Configuration classes and are expected to be present in a running system, but aren't needed as a compile time dependency.
refactor(artifacts): Make fields final (spinnaker#701) * refactor(artifacts): Remove deprecated functions These functions have been deprecated for more than a month (including a release of Spinnaker) and have been removed from all client code. It's time to remove them entirely. * refactor(artifacts): Make fields final Now that we've removed all setters for Artifact, we can make its fields final.
feat(config): only customize archaius when a custom config is not alr… …eady installed (spinnaker#699)
PreviousNext