8000 Tags · jcavanagh/kork · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jcavanagh/kork

Tags

v7.51.2

Toggle v7.51.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v7.51.1

Toggle v7.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): Add method to change internal discovery status (spinnaker#713

)

v7.51.0

Toggle v7.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(eureka): Move Eureka out of kork-core into kork-eureka (spin…

…naker#710)

v7.50.0

Toggle v7.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v7.49.1

Toggle v7.49.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v7.49.0

Toggle v7.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(bom): Jackson 2.11.1 (spinnaker#707)

v7.48.0

Toggle v7.48.0's commit message
chore(bom): Jackson 2.11.1

v7.47.0

Toggle v7.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(bom): Jackson 2.11.0 (spinnaker#706)

v7.46.0

Toggle v7.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v7.45.9

Toggle v7.45.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(config): only customize archaius when a custom config is not alr…

…eady installed (spinnaker#699)
0