Skip to content

Commit

Permalink
Merge pull request #44 from 030/dependencies-updater-bot
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
030 authored Oct 1, 2022
2 parents 0b3220e + f4bbf30 commit 9c3a5b1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployments/k8s-openshift/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
secretKeyRef:
name: creds
key: pass
image: utrecht/yaam:v0.4.1
image: utrecht/yaam:v0.4.2
livenessProbe:
httpGet:
path: /status
Expand Down
12 changes: 10 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
## [Unreleased]


<a name="v0.4.2"></a>
## [v0.4.2] - 2022-10-01
### Build
- **deps:** Update versions.
- **deps:** Add auto updater that creates a PR.


<a name="v0.4.1"></a>
## [v0.4.1] - 2022-09-23
## [v0.4.1] - 2022-09-24
### Docs
- [[#21](https://github.com/030/yaam/issues/21)] Describe how to configure and start YAAM.

Expand Down Expand Up @@ -37,7 +44,8 @@
<a name="v0.2.1"></a>
## v0.2.1 - 2022-08-23

[Unreleased]: https://github.com/030/yaam/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/030/yaam/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/030/yaam/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/030/yaam/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/030/yaam/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/030/yaam/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/start/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ docker run \
-e YAAM_USER=hello \
-e YAAM_PASS=world \
-p 25213:25213 \
-it utrecht/yaam:v0.4.1
-it utrecht/yaam:v0.4.2
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/spf13/viper v1.13.0
github.com/tidwall/gjson v1.14.3
github.com/tj/assert v0.0.3
golang.org/x/exp v0.0.0-20220929160808-de9c53c655b9
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
golang.org/x/exp v0.0.0-20220929160808-de9c53c655b9 h1:lNtcVz/3bOstm7Vebox+5m3nLh/BYWnhmc3AhXOW6oI=
golang.org/x/exp v0.0.0-20220929160808-de9c53c655b9/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9 h1:RjggHMcaTVp0LOVZcW0bo8alwHrOaCrGUDgfWUHhnN4=
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
Expand Down

0 comments on commit 9c3a5b1

Please sign in to comment.