PackageTrack
Sign in Get early access

github.com/argoproj-labs/argocd-vault-plugin

v1.18.1 #2262 most downloaded on Go modules argoproj-labs/argocd-vault-plugin

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 9 days to 4 months

Most releases are documented

notes for 10 of 16 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

39 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

39 releases · Dec 2021 to Oct 2024
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 39
  1. v1.18.2-0.20241010180125-b046a7d12254 10 Oct 2024 pre-release

    Nothing published for this version

  2. v1.18.2-0.20240611185019-810f1fe9b4a0 11 Jun 2024 pre-release

    Nothing published for this version

  3. v1.18.1 07 Jun 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.18.0...v1.18.1

    Open source →
  4. v1.18.1-0.20240607031513-fc452cdd8d47 07 Jun 2024 pre-release

    Nothing published for this version

  5. v1.18.0 28 May 2024
    Release notes

    What's Changed

    • chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #583
    • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #588
    • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #593
    • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #592
    • feat(azure): Support Azure Workload Identity] by @YvesZelros in #548
    • chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #596
    • feat[ibmsm]: Secret group name resolution and simpler key interpolation by @jgawor in #609
    • chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in #612
    • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #616
    • chore(deps): bump github.com/hashicorp/vault from 1.15.2 to 1.16.1 by @dependabot in #624
    • chore(deps): bump github.com/docker/docker from 25.0.2+incompatible to 25.0.5+incompatible by @dependabot in #626
    • chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #604
    • chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #630
    • chore: prepare for 1.18.0 release by @werne2j in #627

    New Contributors

    • @YvesZelros made their first contribution in #548
    • @jgawor made their first contribution in #609

    Full Changelog: v1.17.0...v1.18.0

    Open source →
  6. v1.17.1-0.20240528125557-3986b0794cd5 28 May 2024 pre-release

    Nothing published for this version

  7. v1.17.1-0.20240419141010-4eae2944d910 19 Apr 2024 pre-release

    Nothing published for this version

  8. v1.17.1-0.20240117041140-42a43f024eef 17 Jan 2024 pre-release

    Nothing published for this version

  9. v1.17.1-0.20240103013528-d3aa6476b5fd 03 Jan 2024 pre-release

    Nothing published for this version

  10. v1.17.0 12 Nov 2023
    Release notes

    What's Changed

    • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #550
    • chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #553
    • chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #552
    • chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #564
    • chore: update go version to 1.21 by @werne2j in #565
    • fix: remove trailing whitespace and newlines from type and auth type by @werne2j in #543
    • chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #569
    • chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible by @dependabot in #573
    • chore: Replace deprecated command with environment file by @jongwooo in #561
    • Docs: Update mkdocs.yml - add syntax highlighting to code blocks by @jessebot in #531
    • feat(onepassword): allow item titles containing slash by @tcardonne in #568
    • fix: look for vault cached token before login by @DaThumpingRabbit in #544
    • chore(deps): bump github.com/hashicorp/vault from 1.15.0 to 1.15.2 by @dependabot in #576

    New Contributors

    Full Changelog: v1.16.1...v1.17.0

    Open source →
  11. v1.16.2-0.20231112020157-b393c7afa63a 12 Nov 2023 pre-release

    Nothing published for this version

  12. v1.16.1 17 Aug 2023
    Release notes

    What's Changed

    Full Changelog: v1.16.0...v1.16.1

    Open source →
  13. v1.16.1-0.20230817160120-77b07b1d1644 17 Aug 2023 pre-release

    Nothing published for this version

  14. v1.16.0 01 Aug 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.15.0...v1.16.0

    Open source →
  15. v1.15.0 23 Jun 2023
    Release notes

    What's Changed

    • docs: fix kubernetes auth code rendering by @werne2j in #482
    • chore(deps): bump github.com/hashicorp/vault from 1.10.6 to 1.11.9 by @dependabot in #484
    • fix(aws): support for version stage by @werne2j in #486
    • feat: add support for Delinea Secret Server by @GerbenWelter in #457
    • chore: add mount path to verbose logging for approle by @werne2j in #489
    • docs: Add Close to the users by @vtomasr5 in #493
    • feat(awssecrets): add support for binary by @JBOClara in #500
    • refactor(ibmsm): Support v2 API and KV secret types by @jkayani in #513
    • chore(deps): bump github.com/hashicorp/vault from 1.11.9 to 1.11.11 by @dependabot in #519
    • feat: use region if path is full arn by @werne2j in #487

    New Contributors

    Full Changelog: v1.14.0...v1.15.0

    Open source →
  16. v1.14.1-0.20230324170837-c8551818e473 24 Mar 2023 pre-release

    Nothing published for this version

  17. v1.14.0 21 Mar 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.13.1...v1.14.0

    Open source →
  18. v1.13.2-0.20230320172903-1eb3dfc27b87 20 Mar 2023 pre-release

    Nothing published for this version

  19. v1.13.2-0.20230311134122-703c093c9318 11 Mar 2023 pre-release

    Nothing published for this version

  20. v1.13.2-0.20230307140404-c8c85c13aa9b 07 Mar 2023 pre-release

    Nothing published for this version

  21. v1.13.2-0.20221208151107-d7ecddcbe97d 08 Dec 2022 pre-release

    Nothing published for this version

  22. v1.13.2-0.20221129164126-ad6ad67a6b5c 29 Nov 2022 pre-release

    Nothing published for this version

  23. v1.13.1 25 Nov 2022
    Release notes

    What's Changed

    • chore(deps): bump github.com/hashicorp/vault from 1.10.3 to 1.10.6 by @dependabot in #408
    • fix: AVP panics on reference to deleted secret version in Vault by @AlexanderProschek in #411
    • ci: update GitHub actions with dependabot by @PascalBourdier in #344
    • chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #413
    • chore(deps): bump actions/setup-go from 2 to 3 by @dependabot in #416
    • chore(deps): bump docker/setup-buildx-action from 1 to 2 by @dependabot in #414
    • chore(deps): bump goreleaser/goreleaser-action from 2 to 3 by @dependabot in #417
    • chore(deps): bump codecov/codecov-action from 1 to 3 by @dependabot in #415
    • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #423
    • docs: Add the ARGOCD_ENV prefix in the helm with args example by @kroustou in #431

    New Contributors

    Full Changelog: v1.13.0...v1.13.1

    Open source →
  24. v1.13.0 19 Sep 2022
    Release notes

    What's Changed

    • feat: Use argocd image for sidecar by @jskrzypek in #371
    • Fix invalid HELM option in usage docs by @brudnyhenry in #374
    • Empty manifests should result in empty output by @AlexanderProschek in #364
    • docs: update argocd-cm manifest by @Bladowicz in #384
    • docs: fix typo in url to vault k8s auth by @fty4 in #398
    • Add Support for Vault Userpass Auth Method by @sakiib in #388

    New Contributors

    Full Changelog: v1.12.0...v1.13.0

    Open source →
  25. v1.12.1-0.20220907124309-60b54502bb08 07 Sep 2022 pre-release

    Nothing published for this version

  26. v1.12.0 07 Jul 2022
    Release notes

    What's Changed

    • Fix: documentation typo from "above" to "below" for key location by @jessebot in #346
    • chore: Add SECURITY.md and update deps by @jkayani in #348
    • feat: Verbose logging with flag by @jkayani in #350
    • feat: Support AVP installed as CMP sidecar by @jkayani in #352
    • feat: Add compatibility for ArgoCD 2.4 prefixed environment variables by @edjmao in #356

    New Contributors

    Full Changelog: v1.11.0...v1.12.0

    Open source →
  27. v1.11.1-0.20220628160749-08bfa36f6ed9 28 Jun 2022 pre-release

    Nothing published for this version

  28. v1.11.1-0.20220610211432-45a4c255c09d 10 Jun 2022 pre-release

    Nothing published for this version

  29. v1.11.0 26 Apr 2022

    Nothing published for this version

  30. v1.10.2-0.20220401135010-b334b54ac7c6 01 Apr 2022 pre-release

    Nothing published for this version

  31. v1.10.1 28 Mar 2022

    Nothing published for this version

  32. v1.10.1-0.20220322174842-b7357ee642f9 22 Mar 2022 pre-release

    Nothing published for this version

  33. v1.10.0 14 Mar 2022

    Nothing published for this version

  34. v1.9.0 14 Feb 2022

    Nothing published for this version

  35. v1.8.0 03 Feb 2022

    Nothing published for this version

  36. v1.7.0 25 Jan 2022

    Nothing published for this version

  37. v1.6.1-0.20220113031423-5a29accf5b9b 13 Jan 2022 pre-release

    Nothing published for this version

  38. v1.6.1-0.20211202170632-7db0f0c654d3 02 Dec 2021 pre-release

    Nothing published for this version

  39. v0.0.0-20240607031513-fc452cdd8d47 07 Jun 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive