Skip to content

Commit 3d4294b

Browse files
chore(release): 1.180.0
1 parent 3c8af38 commit 3d4294b

File tree

71 files changed

+194
-187
lines changed

Some content is hidden

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

71 files changed

+194
-187
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.179.8
1+
FROM ghcr.io/socialgouv/kontinuous:v1.180.0
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
@@ -49,7 +49,7 @@ outputs:
4949
runs:
5050
using: docker
5151
# image: Dockerfile
52-
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.179.8
52+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.180.0
5353
env:
5454
KS_ENVIRONMENT: ${{ inputs.environment }}
5555
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.179.8 as base
1+
FROM ghcr.io/socialgouv/kontinuous:v1.180.0 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.179.8
32+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.180.0
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.179.8
1+
ghcr.io/socialgouv/kontinuous:v1.180.0

.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.179.8
1+
FROM ghcr.io/socialgouv/kontinuous:v1.180.0
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.179.8
14+
image: docker://ghcr.io/socialgouv/kontinuous/env:v1.180.0
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.179.8
1+
ghcr.io/socialgouv/kontinuous:v1.180.0

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.180.0 (2024-08-05)
6+
7+
8+
### Features
9+
10+
* load resources from repo ([#501](https://github.com/socialgouv/kontinuous/issues/501)) ([3c8af38](https://github.com/socialgouv/kontinuous/commit/3c8af3801a60210b8c9d2c93df133a3e74b0ca6c))
11+
512
## 1.179.8 (2024-07-26)
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.179.8
2+
image: ghcr.io/socialgouv/kontinuous/webhook:v1.180.0
33
# image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1
44
host: "kontinuous.fabrique.social.gouv.fr"
55

0 commit comments

Comments
 (0)