• 1.1.1 cde03d9b36

    1.1.1
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/vulnerability Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-04-18 10:32:59 +00:00 | 0 commits to main since this release

    What's new

    Maintenance

    • Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #9
    Downloads
  • 1.1.0 22dd833c22

    1.1.0
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/vulnerability Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-04-14 23:12:31 +00:00 | 1 commits to main since this release

    What's new

    Features

    Downloads
  • 1.0.5 e8fff863f3

    1.0.5
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/vulnerability Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-04-12 07:35:16 +00:00 | 3 commits to main since this release

    What's new

    Fixes

    • The 1.0.4 version removed the default from package_name settings, this put back the $CI_REPO_NAME as default (0135f4611b)
    Downloads
  • 1.0.4 fb8ec97162

    1.0.4
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/cron/vulnerability Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-04-11 23:10:46 +00:00 | 5 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.0.3 b1a9bbe591

    1.0.3
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-03-21 15:57:59 +00:00 | 9 commits to main since this release

    What's new

    Fixes

    • Forgejo does not have get latest version endpoint, so modify the program logic
    Downloads
  • 1.0.2 f8e222fa34

    v1.0.2 Stable

    OnlyAti released this 2026-03-17 18:18:00 +00:00 | 13 commits to main since this release

    Downloads
  • 1.0.1 85756aea66

    v1.0.1 Stable

    OnlyAti released this 2026-03-01 23:01:19 +00:00 | 16 commits to main since this release

    What's new

    Bugfixes

    • Fix architecture type
    • Remove not relevant build options from goreleaser
    • Solve null pointer exception if request failed
    • Switch to distroless image
    Downloads
  • 1.0.0 86754bc596

    v1.0.0 Stable

    OnlyAti released this 2026-03-01 21:48:41 +00:00 | 21 commits to main since this release

    Woodpecker plugin to assign package to repository

    This repository assign package to repository. If the package is already assigned
    to a different one, first it unlink the repository.

    Usage

    It can be used at any event.

    steps:
      - name: Assign package to repository
        image: git.thinkaboutit.tech/pandora/assign-package.woodpecker
        settings:
          package_type: container
          ci_user:
            from_secret: ci-user
          ci_password:
            from_secret: ci-password
          debug: true
    

    Settings

    Name Default value Description
    owner CI_REPO_OWNER Owner of package and repository
    repo_name CI_REPO_NAME Name of repository
    package_name CI_REPO_NAME Name of package
    package_type Type of the package
    ci_user User for repository
    ci_password Personal access token for repository
    Downloads