Skip to content

Commit

Permalink
chore(release): 0.18.0 [skip ci]
Browse files Browse the repository at this point in the history
## v0.18.0 (2024-11-02)

### Features

- **app:** make snapcast configurable (9e91d73)

### Bug Fixes

- enable tunein plugin by default (8a7b3a5)
- delay container termination by 1s (db80104)
  • Loading branch information
mgoltzsche committed Nov 2, 2024
1 parent 9e91d73 commit 4606186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
mountPath: /var/lib/mopidy
containers:
- name: app
image: ghcr.io/mgoltzsche/mopidy:0.8.1 # kpt-set: ${image}:${version}
image: ghcr.io/mgoltzsche/mopidy:0.18.0 # kpt-set: ${image}:${version}
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata: # kpt-merge: /app-config
config.kubernetes.io/local-config: "true"
internal.kpt.dev/upstream-identifier: '|ConfigMap|default|app-config'
data:
version: "0.8.1"
version: "0.18.0"
snapcast-version: "0.7.0"
name: mopidy
title: Mopidy
Expand Down

0 comments on commit 4606186

Please sign in to comment.