Skip to content

Commit

Permalink
Updates for release 1.1.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman authored Sep 5, 2024
1 parent 554f7b1 commit f49032e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ HashiCorp Vault `Connector` requires the PostgreSQL database version 12+.

## Docker container

HashiCorp Vault `Connector` is provided as a Docker container. Use the `docker.io/3keycompany/czertainly-hashicorp-vaul-connector:tagname` to pull the required image from the repository. It can be configured using the following environment variables:
HashiCorp Vault `Connector` is provided as a Docker container. Use the `docker.io/czertainly/czertainly-hashicorp-vaul-connector:tagname` to pull the required image from the repository. It can be configured using the following environment variables:

| Variable | Description | Required | Default value |
|---------------------|-----------------------------------|----------------------------------------------------|---------------|
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"go.uber.org/zap"
)

var version = "1.1.0"
var version = "1.1.1"

var routes map[string][]model.EndpointDto

Expand Down

0 comments on commit f49032e

Please sign in to comment.