Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rancher/rancher-selinux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.production.1
Choose a base ref
...
head repository: rancher/rancher-selinux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4-rc1.testing.3
Choose a head ref
  • 18 commits
  • 44 files changed
  • 1 contributor

Commits on Jan 16, 2024

  1. build: Refactor build scripts

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7bbf6ff View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. build: Refactor versioning

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    568a8c4 View commit details
    Browse the repository at this point in the history
  2. build: Add %-build target

    This target groups all the subtargets needed to build a specific policy
    
    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4ba7aa2 View commit details
    Browse the repository at this point in the history
  3. build: Consolidate into a single Dockerfile

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bff28f7 View commit details
    Browse the repository at this point in the history
  4. build: Refactor repo-metadata

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e233d7f View commit details
    Browse the repository at this point in the history
  5. build: Add GHA for testing build process

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4490c7c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. build: Refactor signing process

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a39f1c6 View commit details
    Browse the repository at this point in the history
  2. build: Refactor upload process

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    804b8da View commit details
    Browse the repository at this point in the history
  3. build: Transition release from drone to GHA

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6d43eef View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. build: Fix aws cli path

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8b1f6c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. build: Fix production sign process

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0a78af5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #40 from rancher/sc

    Refactoring build logic
    pjbgf authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0a0a3f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. build: Publish artefacts to the GH release

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c70e750 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request #42 from pjbgf/push-artefacts

    build: Publish artefacts to the GH release
    pjbgf authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    16cfd3d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. build: Fix version validation to support -rc

    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cf15483 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from pjbgf/push-artefacts

    build: Fix version validation to support `-rc`
    pjbgf authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    892bb19 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. build: Fixes AWS upload issue

    The AWS upload was failing with:
    
    botocore.awsrequest.AWSRequest object at 0x7fddb0527e90>
    38
    make[1]: *** [Makefile:74: centos7-upload] Error 255
    
    https://github.com/rancher/rancher-selinux/actions/runs/7791462916/job/21247603863
    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4a2fe7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from pjbgf/push-artefacts

    build: Fixes AWS upload issue
    pjbgf authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c71a2c1 View commit details
    Browse the repository at this point in the history
Loading