Skip to content

Commit a928419

Browse files
chore(release): 1.179.6
1 parent a6ee9ee commit a928419

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.5
1+
FROM ghcr.io/socialgouv/kontinuous:v1.179.6
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.5
52+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.179.6
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.5 as base
1+
FROM ghcr.io/socialgouv/kontinuous:v1.179.6 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.5
32+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.179.6
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.5
1+
ghcr.io/socialgouv/kontinuous:v1.179.6

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

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.179.6 (2024-07-01)
6+
7+
8+
### Bug Fixes
9+
10+
* up cpu autoscale to 80% ([#498](https://github.com/socialgouv/kontinuous/issues/498)) ([a6ee9ee](https://github.com/socialgouv/kontinuous/commit/a6ee9ee7bf42db9ccde3be6a9b568755c2cabec2))
11+
512
## 1.179.5 (2024-06-24)
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.5
2+
image: ghcr.io/socialgouv/kontinuous/webhook:v1.179.6
33
# image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1
44
host: "kontinuous.fabrique.social.gouv.fr"
55

0 commit comments

Comments
 (0)