Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release 3.4.0 #201

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release:
current-version: "3.4.0.CR1"
next-version: 3.4.0-SNAPSHOT
current-version: "3.4.0"
next-version: 3.5.0-SNAPSHOT

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.vault/quarkus-vault?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.vault/quarkus-vault)

Note: Quarkus Vault `3.3.0` introduced an issue breaking Vault Dev Service in Quarkus `3.5`. Quarkus Vault `3.4.0` fixes
that issue, and is the default version for Quarkus `3.6`. If you want Dev Service to work with Quarkus `3.5`
you can force an upgrade to Quarkus Vault `3.4.0`, which should work with both Quarkus `3.5` and `3.6`.

## Introduction

This Quarkus extension enables the use of [HashiCorp Vault](https://www.vaultproject.io) as a config source in Quarkus.
Expand Down
Loading