Skip to content

Commit c4b83a4

Browse files
chore(release): 1.168.4
1 parent 895de93 commit c4b83a4

File tree

73 files changed

+211
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+211
-204
lines changed

.github/actions/deploy-via-github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/socialgouv/kontinuous:v1.168.3
1+
FROM ghcr.io/socialgouv/kontinuous:v1.168.4
22

33
COPY entrypoint.sh /entrypoint.sh
44

.github/actions/deploy-via-github/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ inputs:
4545
runs:
4646
using: docker
4747
# image: Dockerfile
48-
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.168.3
48+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.168.4
4949
env:
5050
KS_ENVIRONMENT: ${{ inputs.environment }}
5151
KS_CHART: ${{ inputs.chart }}

.github/actions/deploy-via-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/socialgouv/kontinuous:v1.168.3 as base
1+
FROM ghcr.io/socialgouv/kontinuous:v1.168.4 as base
22

33
USER 0
44

.github/actions/deploy-via-webhook/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
runs:
3030
using: docker
3131
# image: Dockerfile
32-
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.168.3
32+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.168.4
3333
env:
3434
KS_WEBHOOK_TOKEN: ${{ inputs.webhookToken }}
3535
KS_WEBHOOK_URI: ${{ inputs.webhookUri }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/socialgouv/kontinuous:v1.168.3
1+
ghcr.io/socialgouv/kontinuous:v1.168.4

.github/actions/env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/socialgouv/kontinuous:v1.168.3
1+
FROM ghcr.io/socialgouv/kontinuous:v1.168.4
22

33
COPY entrypoint.sh /entrypoint.sh
44

.github/actions/env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: docker
1313
# image: Dockerfile
14-
image: docker://ghcr.io/socialgouv/kontinuous/env:v1.168.3
14+
image: docker://ghcr.io/socialgouv/kontinuous/env:v1.168.4
1515
env:
1616
KS_GIT_BRANCH: ${{ inputs.branch }}
1717
KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }}

.github/kontinuousVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/socialgouv/kontinuous:v1.168.3
1+
ghcr.io/socialgouv/kontinuous:v1.168.4

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## 1.168.4 (2023-12-13)
6+
7+
8+
### Bug Fixes
9+
10+
* jobs schema ([#450](https://github.com/socialgouv/kontinuous/issues/450)) ([895de93](https://github.com/socialgouv/kontinuous/commit/895de93ba735cd311b67e0f5fccf01d001bd0983))
11+
512
## 1.168.3 (2023-12-13)
613

714

boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kontinuous-webhook:
2-
image: ghcr.io/socialgouv/kontinuous/webhook:v1.168.3
2+
image: ghcr.io/socialgouv/kontinuous/webhook:v1.168.4
33
# image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1
44
host: "kontinuous.fabrique.social.gouv.fr"
55

0 commit comments

Comments
 (0)