Skip to content

Commit

Permalink
Version 0.5.0 (#25)
Browse files Browse the repository at this point in the history
* Add STS dependency in omniconf.ssm

See #23.

* Version 0.5.0
  • Loading branch information
alexander-yakushev authored Mar 29, 2024
1 parent 646fc30 commit a359b62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

### 0.5.0-SNAPSHOT (unreleased)
### 0.5.0 (2024-03-29)

- **BREAKING:** arities that had `quit-on-error` argument are now removed.
- **BREAKING:** if the value for `:default` field is a function, it is now by
default interpreted as a default initializer function. The function
`(cfg/enable-functions-as-defaults)` is preserved for backwards compatibility
but does nothing now and will be removed in the future version.
- Add ability to unset values from SSM.
- [#23](https://github.com/grammarly/omniconf/issues/23) Fix bug where
`populate-from-ssm` would assume node role instead of pod role when running in
EKS.

### 0.4.3 (2021-03-29)

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(defmacro opts+ []
`(let [url# "https://github.com/grammarly/omniconf"]
(-> {:lib 'com.grammarly/omniconf
:version "0.5.0-SNAPSHOT"
:version "0.5.0"
:scm {:url url#}
:pom-data [[:description "Configuration library for Clojure that favors explicitness"]
[:url url#]
Expand Down
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:ns-aliases {bb org.corfield.build}}

:ssm {:extra-deps {com.amazonaws/aws-java-sdk-core {:mvn/version "1.12.689"}
com.amazonaws/aws-java-sdk-sts {:mvn/version "1.12.689"}
com.amazonaws/aws-java-sdk-ssm {:mvn/version "1.12.689"}}}
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha9"}}}
Expand Down

0 comments on commit a359b62

Please sign in to comment.