From 096d08efbb202b9ea3691f06db41d97dd23f11cb Mon Sep 17 00:00:00 2001 From: Jeremiah Parrack Date: Wed, 12 Jun 2024 15:39:34 -0400 Subject: [PATCH] update checkout action and add 2.0.0 to change log to release --- .github/workflows/release.yml | 10 +++++----- .github/workflows/test.yml | 12 ++++++------ CHANGELOG.md | 8 ++++++-- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f33aa8..2f1690e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Image runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/login-action@v2 with: registry: ghcr.io @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 needs: image steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: devcontainers/ci@v0.2 env: DOCKER_LOGIN_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-20.04 needs: image steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: devcontainers/ci@v0.2 env: DOCKER_LOGIN_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -60,10 +60,10 @@ jobs: runs-on: ubuntu-20.04 needs: [debian, amzn] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: CHANGELOG Entry id: changelog_reader - uses: mindsers/changelog-reader-action@v2.0.0 + uses: mindsers/changelog-reader-action@v2 with: validation_level: warn version: ${{ github.event.inputs.version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f1e758..8a8b1f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: name: Image runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/login-action@v2 with: registry: ghcr.io @@ -23,7 +23,7 @@ jobs: needs: image steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test uses: devcontainers/ci@v0.2 with: @@ -38,7 +38,7 @@ jobs: needs: image steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test uses: devcontainers/ci@v0.2 with: @@ -53,7 +53,7 @@ jobs: needs: image steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test uses: devcontainers/ci@v0.2 with: @@ -68,7 +68,7 @@ jobs: needs: image steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test uses: devcontainers/ci@v0.2 with: @@ -83,7 +83,7 @@ jobs: needs: image steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test uses: devcontainers/ci@v0.2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9848e..54d98f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [1.1.1] [1.1.2] - 2023-05-20 +## [2.0.0] - 2024-6-12 + +- Fail if parameter not found. + +## [1.1.2] - 2023-05-20 - Simple major version docker tags. Ex: 1 @@ -38,4 +42,4 @@ Schedule release. No changes. - Use `x-crypteia-ssm:` - Single path for a single environment variable. - Use `x-crypteia-ssm-path:` - Path prefix to fetch many environment variables. -- Binary & Shared Object files for both Debian/Ubuntu/Etc & Amazon Linux 2 +- Binary & Shared Object files for both Debian/Ubuntu/Etc & Amazon Linux 2 \ No newline at end of file